ClawBio is where biological AI gets its skills: a curated, reproducible, open repository any agent can call.
NutriGx Advisor โ community-contributed skill running locally on raw genetic data
Every skill exports commands.sh, environment.yml, and SHA-256 checksums โ anyone can reproduce without the agent.
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.
+ 51 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 | ✓ | 795 | 164 | 63 |
| 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 |
intent.json descriptors. Separates descriptor discovery (symlink-following) from execution root (registry-anchored), so externally-symlinked skills like GENtle resolve to the correct ClawBio checkout. Adds path-traversal hardening, descriptor-validation gates (status="needs_registration"), demo-mode guard fixes, and ~960 lines of new regression tests. Contributed by Steffen Mรถller (@smoe).clawbio_bench --smoke weekly and opens a PR with the updated scores. Fine-mapping is now included at 19/20 (95.0%). Total: 168 / 182 passing (92.3%).commands.sh with portable paths, anchor-relative replay, and non-deterministic output exclusions. Anyone can rerun an analysis without the agent and verify the result.from clawbio import run_skill, list_skills, in addition to the CLI. Clean public API surface for programmatic use.Install as a Claude Code plugin or clone from source โ every skill includes demo data.