scienceskillscommon

star 1.8k

Shared Python package for Science Skills, currently containing http_client -- a unified HTTP client with rate limiting, retries, and exponential backoff. Not a standalone agent skill. Do not invoke directly.

google-deepmind By google-deepmind schedule Updated 6/8/2026

name: scienceskillscommon description: >- Shared Python package for Science Skills, currently containing http_client -- a unified HTTP client with rate limiting, retries, and exponential backoff. Not a standalone agent skill. Do not invoke directly.

Science Skills Common

This is a shared Python package, not an agent skill. Skills import it as:

from science_skills.skills.scienceskillscommon import http_client

Each skill declares this as a dependency in its inline uv script header, so it is installed automatically on first use.

This SKILL.md file is included so that standard skill installers automatically discover and install this package alongside the skills that depend on it.

Install via CLI
npx skills add https://github.com/google-deepmind/science-skills --skill scienceskillscommon
Repository Details
star Stars 1,773
call_split Forks 176
navigation Branch main
article Path SKILL.md
More from Creator
google-deepmind
google-deepmind Explore all skills →