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
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.
+ 54 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 | ✓ | 862 | 174 | 67 |
| 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 |
uv.lock, installs are faster with uv sync, and ClawBio is now structured as a proper Python package for the importable clawbio library. Contributed by Romain Studer.clawbio/common/audit.py. Any skill can now wrap its invocation in a root span (skill name, version, input file, checksum, output dir) and child spans for external tool and API calls, giving end-to-end provenance tracing and machine-readable audit trails compatible with OpenTelemetry collectors.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).write_ro_crate() generates a machine-readable Research Object Crate (JSON-LD) alongside the standard commands.sh and checksums.sha256.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 anchor-relative replay and path handling to reduce checkout friction. Replays still depend on the skill, the local toolchain, and the required inputs being available.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.