ClawBio is where biological AI gets its skills: a curated, reproducible, open repository any agent can call.
๐ New in v0.7.0: the library installs as a Claude Code plugin or plain Agent Skills, and the headline skills write SHA-256 reproducibility bundles.
NutriGx Advisor โ community-contributed skill running locally on raw genetic data
Every ClawBio skill is a plain Agent Skills folder: a SKILL.md contract, the script that executes it, demo data and tests.
Claude Code installs the whole library as a plugin. Cursor, VS Code, Codex, Zed and any other editor that reads Agent Skills load the folders from ~/.agents/skills/.
The runnable skills execute on your machine and hand back the report, the structured result, and a commands.sh with SHA-256 checksums, so the analysis can be replayed without the agent that produced it.
Then /plugin install clawbio. Other editors: copy or symlink the skill folders you need into ~/.agents/skills/.
# Claude Code /plugin marketplace add ClawBio/ClawBio /plugin install clawbio # Cursor, VS Code, Codex, Zed: Agent Skills git clone https://github.com/ClawBio/ClawBio cp -r ClawBio/skills/pharmgx-reporter ~/.agents/skills/ # Python, any language pip install clawbio clawbio run pharmgx --demo
The MCP server introduced in v0.6.0 is deprecated as of v0.7.0 and will be removed in v0.8.0. Existing clawbio mcp configurations keep working until then and print a notice on start.
Why, and how to migrate.
Many skills write a reproducibility/ bundle with replay commands, environment metadata, and output checksums. Exact files vary by skill, and some replays still require local tools or original inputs.
ChatGPT and Claude are smart generalists. ClawBio skills are domain experts' proven pipelines โ executed correctly every time.
/plugin marketplace add ClawBio/ClawBio then /plugin install clawbio. All skills instantly available.Each skill includes demo data so you can try it immediately without your own files.
+ 91 more skills on GitHub ยท see which ones are publicly benchmarked →
ClawBio skills aren't just CLI tools โ they power live AI agents that talk to real users every day.
If you work with genomics, proteomics, metabolomics, imaging, or clinical data โ wrap your pipeline as a skill.
Open-source biology skill repos from Stanford, Imperial, and the community.
| Repo | OpenClaw | Stars | Forks | Skills |
|---|---|---|---|---|
| ClawBio | ✓ | 1,125 | 259 | 96 |
| OpenClaw-Medical-Skills | ✓ | 1,037 | 123 | 869 |
| bioSkills | ✓ | 331 | 52 | 425 |
| LabClaw | ✓ | 317 | 54 | 211 |
| claude-scientific-skills | ~ | 14.5k | 1,585 | 250 |
| Biomni | โ | 2,826 | 508 | 314 |
/plugin install clawbio. Contributed by @manuelcorpas.More than 50 contributors from labs around the world have shipped skills, fixes, and benchmarks into ClawBio. Every skill is a piece of someone's domain expertise, frozen into reproducible code that any agent can call.
Install with pip, conda, as a Claude Code plugin, or as Agent Skills in any editor that reads them. Every skill includes demo data.