๐Ÿ“Š Public Benchmark Leaderboard | 161/182 passing (88.5%), 26 Jul 2026 | nutrigx-advisor regressed to 0/10 and is being investigated | Every failure documented →
๐Ÿ“Š Publicly benchmarked ยท 1,125 stars ยท 96 skills ยท 50 contributors ยท 4,672 tests

The first bioinformatics-native
AI agent skill library

ClawBio is where biological AI gets its skills: a curated, reproducible, open repository any agent can call.

$ pip install clawbio

๐Ÿš€ 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.

โญ View on GitHub ๐Ÿ“Š Leaderboard ยท 161/182 ๐Ÿงฌ Submit a Skill ๐Ÿค– Try RoboTerri
bioinformaticsgenomicsreproducibilitypopulation-geneticsequityai-agentslocal-firstopenclaw

NutriGx Advisor โ€” community-contributed skill running locally on raw genetic data

v0.7.0 ยท Agent Skills

Genomics skills, in your editor

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.

> /plugin marketplace add ClawBio/ClawBio

Then /plugin install clawbio. Other editors: copy or symlink the skill folders you need into ~/.agents/skills/.

  • โœ… 96 skills, 49 with a deterministic CLI entry point
  • ๐Ÿ”’ Demo data included, your files only when you pass them
  • ๐Ÿ  Local-first. No server, no hosted endpoint, by design
# 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.

Reproducing bioinformatics analyses is broken
# Without ClawBio
$ git clone repo && cd repo
# Wrong Python version...
# Reference data link is dead...
# Paths hardcoded to /home/jsmith/data/
# Email first author. Wait 3 weeks.
# Give up.
  • โœ— Dependency hell & broken environments
  • โœ— Dead links to reference data
  • โœ— Hardcoded paths & missing configs
  • โœ— AI hallucinates star alleles & outdated guidelines
  • โœ— No audit trail, no checksums
# With ClawBio
$ python skills/multiqc-reporter/multiqc_reporter.py --demo --output /tmp/multiqc_demo

โœ“ Demo report regenerated.
โœ“ Replay command saved alongside outputs.
โœ“ Checksums available for verification.

# Or with natural language:
$ openclaw "Profile my pharmacogenes"

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.

Domain expertise, frozen into code

ChatGPT and Claude are smart generalists. ClawBio skills are domain experts' proven pipelines โ€” executed correctly every time.

๐Ÿ 
Local-first by default
Your genome is analysed on your machine. Skills that transmit data to external services are clearly labelled and run only when you invoke them.
๐Ÿ”
Reproducible
Many skills export replay bundles with commands, environment metadata, and output checksums so runs can be rechecked without the original agent session.
๐Ÿงฉ
Modular
Each skill is a self-contained directory (SKILL.md + Python scripts) that plugs into the orchestrator โ€” or runs standalone.
โš–๏ธ
MIT Licensed
Open-source, free, community-driven. Clone it, run it, build a skill, submit a PR.
๐ŸŒ
Equity-aware
Built-in support for underrepresented populations. HEIM diversity metrics baked into the roadmap.
๐ŸŽฏ
Public scientific-correctness leaderboard: 161/182 tests passing (88.5%) as of 26 Jul 2026, across 10 of 95 skills, every failure tagged. The suite currently reports an overall FAIL: nutrigx-advisor regressed from 10/10 to 0/10. AD ground truth (34 genes, 3 evidence tiers), mock API server for offline CI, swappable fine-mapping (ABF vs SuSiE), benchmark scorer with precision/recall/F1. View leaderboard ยท DOI
๐Ÿฆž
Built on OpenClaw
Powered by OpenClaw, the open agent platform that routes natural language to the right specialist skill. ClawBio is the bioinformatics catalogue any OpenClaw-compatible agent can call.
๐Ÿ”Œ
Claude Code Plugin
Install with two commands: /plugin marketplace add ClawBio/ClawBio then /plugin install clawbio. All skills instantly available.
96 skills ยท 91 with runnable demo data ยท 4,672 tests ยท 161 / 182 publicly benchmarked passing

Each skill includes demo data so you can try it immediately without your own files.

๐Ÿ’Š PharmGx Reporter
Pharmacogenomic report from 23andMe/AncestryDNA: 12 genes, 31 SNPs, 51 drugs, CPIC guidelines.
MVP
๐Ÿฅฆ NutriGx Advisor
Personalised nutrition report from consumer genetic data: MTHFR, folate, vitamin D, caffeine, lactose, omega-3, and more.
MVP
๐Ÿ” GWAS Lookup
Federated variant lookup across 9 genomic databases: GWAS Catalog, Open Targets, PheWeb (UKB, FinnGen, BBJ), GTEx, eQTL Catalogue, and more.
MVP
๐Ÿ“Š GWAS Polygenic Risk
Calculate polygenic risk scores from DTC genetic data using curated PGS Catalog scores across 6 traits.
MVP
โš–๏ธ Equity Scorer
Compute HEIM diversity and equity metrics from VCF or ancestry data: heterozygosity, FST, and population representation scores.
MVP

+ 91 more skills on GitHub ยท see which ones are publicly benchmarked →

ClawBio skills, running in conversation

ClawBio skills aren't just CLI tools โ€” they power live AI agents that talk to real users every day.

RoboTerri avatar
RoboTerri
Telegram AI Agent
A bioinformatics intelligence agent on Telegram โ€” inspired by Professor Teresa K. Attwood, a pioneer of bioinformatics education and research. Run pharmacogenomics reports from your own genetic data. Snap a photo of your medication, get personalised dosage guidance. Local-first, with reproducibility support where the underlying skill writes a replay bundle.
PharmGx Reporter Drug Photo Lookup NutriGx Advisor Genome Compare Equity Scorer Metagenomics GWAS Lookup scRNA Orchestrator
Wanted: skills from the community

If you work with genomics, proteomics, metabolomics, imaging, or clinical data โ€” wrap your pipeline as a skill.

claw-gwas
PLINK/REGENIE automation โ€” Statistical genetics
claw-acmg
Clinical variant classification โ€” Clinical genomics
claw-pathway
GO/KEGG enrichment โ€” Functional genomics
claw-phylogenetics
IQ-TREE/RAxML automation โ€” Evolutionary biology
claw-spatial
Visium/MERFISH โ€” Spatial transcriptomics
claw-long-reads
ONT/PacBio QC and assembly โ€” Long-read sequencing
+
Your skill here
๐ŸŽฎ Join the Discord ๐Ÿ’ฌ Join the Telegram ๐Ÿ“– Read the contribution guide
2,100+ skills across 9 repositories

Open-source biology skill repos from Stanford, Imperial, and the community.

Repo OpenClaw Stars Forks Skills
ClawBio1,12525996
OpenClaw-Medical-Skills1,037123869
bioSkills33152425
LabClaw31754211
claude-scientific-skills~14.5k1,585250
Biomniโ€”2,826508314

View all 9 repos in the full marketplace →

Latest from the community
๐Ÿš€
Release 0.7.1. Version bump resolving a publish pipeline breakage: Twine now rejects packages carrying Metadata-Version 2.5, which blocked PyPI uploads. Contributed by @manuelcorpas.
PR #395 ยท merged ยท 5 September 2026
โš™๏ธ
CI: unblock publishing โ€” Twine rejects Metadata-Version 2.5. Fixed the publish workflow so it no longer emits a Metadata-Version 2.5 header, restoring automatic PyPI releases on version tags. Contributed by @manuelcorpas.
PR #396 ยท merged ยท 5 September 2026
๐Ÿ”’
Fix(deps): bump pillow and aiohttp off known advisories. Updated pillow and aiohttp to versions that resolve known security advisories in the dependency tree. Contributed by @camlloyd.
PR #392 ยท merged ยท 5 September 2026
โš™๏ธ
CI: report dependency advisories on every PR. Added automated dependency advisory scanning to the CI pipeline, surfacing security issues at review time rather than after merge. Contributed by @camlloyd.
PR #393 ยท merged ยท 5 September 2026
๐Ÿ›
Fix(gi-expression): read the submitted length from meta.sequence_length. The sequence-to-expression skill was reading the wrong metadata field for sequence length, causing incorrect predictions for inputs shorter than the model's native context. Contributed by @boldakov.
PR #383 ยท merged ยท 5 September 2026
๐Ÿ›
Fix(gwas-prs): make the PGS000013 panel alias opt-in, refuse silent substitution. The skill was silently substituting PGS000013 as a fallback, producing results under the wrong panel without warning. The alias is now opt-in only. Contributed by @manuelcorpas.
PR #386 ยท merged ยท 4 September 2026
๐Ÿ“„
Docs: add SECURITY.md and a skill-by-skill data-handling page, enforced by a test. Documents which skills transmit data externally, what is sent, and to whom; a CI test fails if a networked skill is missing from the page. Contributed by @manuelcorpas.
PR #388 ยท merged ยท 4 September 2026
โš™๏ธ
Chore: retire soul2dna from the skill catalogue. soul2dna is removed from the catalogued skills; it remains available as a standalone script in GENOMEBOOK/. The catalogue now lists 96 skills. Contributed by @manuelcorpas.
PR #387 ยท merged ยท 4 September 2026
๐Ÿ›
Fix(clinical-variant-reporter): parse ClinVar significance into terms instead of crashing on VEP's list. The reporter was crashing when VEP returned ClinVar significance as a delimited list. Significance is now parsed correctly across all list formats. Contributed by @krudo-taco.
PR #382 ยท merged ยท 4 September 2026
๐Ÿš€
Release v0.7.0: deprecate the MCP server, refresh the Claude Code plugin manifests. The MCP server is deprecated and will be removed in v0.8.0. ClawBio now installs as a Claude Code plugin or plain Agent Skills folder; all runnable skills are available via /plugin install clawbio. Contributed by @manuelcorpas.
PR #384 ยท merged ยท 3 September 2026

View all merged pull requests on GitHub →

Built in the open by a global community

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.

Cameron Lloyd Cameron Lloyd Jay Moore Jay Moore Yonghao Zhao Yonghao Zhao Steffen Mรถller Steffen Mรถller Danilo Monge Danilo Monge David de Lorenzo David de Lorenzo Giovanni Dall'Olio Giovanni Dall'Olio Sooraj Sooraj Babajan Banaganapalli Babajan Banaganapalli Reza Jabal Reza Jabal Alex Harston Alex Harston Alexander Boldakov Alexander Boldakov romainstuder romainstuder madaraviv madaraviv UNIMED Consulting UNIMED Consulting familygenome familygenome

Get started in 30 seconds

Install with pip, conda, as a Claude Code plugin, or as Agent Skills in any editor that reads them. Every skill includes demo data.

# Option 1: pip (recommended)
pip install clawbio
clawbio run pharmgx --demo

# Option 2: conda
conda install -c bioconda clawbio

# Option 3: Claude Code plugin
/plugin marketplace add ClawBio/ClawBio
/plugin install clawbio

# Option 4: Agent Skills (Cursor, VS Code, Codex, Zed)
git clone https://github.com/ClawBio/ClawBio
cp -r ClawBio/skills/pharmgx-reporter ~/.agents/skills/