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.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add FridrichMethod/awesome-skills --skill scienceskillscommon --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Scienceskillscommon?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fridrichmethod-scienceskillscommon)More formats (shields.io, HTML) on the badges page.
---
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:
```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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!