ClawBio is where biological AI gets its skills: a curated, reproducible, open repository any agent can call.
๐ New in v0.6.1: an MCP server, so every skill runs inside Cursor, Zed, VS Code and Claude Desktop.
NutriGx Advisor โ community-contributed skill running locally on raw genetic data
ClawBio speaks MCP, so the skill library is callable from Cursor, Zed, VS Code agent mode and Claude Desktop, not just Claude Code.
Most bioinformatics MCP servers retrieve records. This one executes: it runs the real skill on your machine and hands 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.
No install required. Add the same three lines to your client's config and restart it.
// Cursor, Claude Desktop, VS Code, Zed { "mcpServers": { "clawbio": { "command": "uvx", "args": ["--from", "clawbio[mcp]", "clawbio", "mcp"] } } }
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.
+ 92 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,118 | 256 | 97 |
| 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 |
More than 40 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 an MCP server in any AI editor. Every skill includes demo data.