# Scienceskillscommon

> 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.

- Skill: `phoroth/scienceskillscommon` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds add phoroth/scienceskillscommon`
- Raw SKILL.md: https://api.skillmd.com/api/skills/phoroth/scienceskillscommon/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: phoroth (https://skillmd.com/u/phoroth)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/phoroth/scienceskillscommon

---


# Science Skills Common

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

```python
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.

