๐Ÿ“Š 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,124 stars ยท 97 skills ยท 50 contributors ยท 4,654 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/.

  • โœ… 97 skills, 50 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.
97 skills ยท 92 with runnable demo data ยท 4,654 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

+ 92 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,12425897
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
๐Ÿ›
Fix(clinical-variant-reporter): parse ClinVar significance into terms instead of crashing on VEP's list. The clinical variant reporter was crashing when VEP returned ClinVar significance as a delimited list rather than a single term. 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
โš™๏ธ
Feat(gwas-prs): add reproducibility bundle. The gwas-prs skill now emits a full reproducibility bundle via the shared clawbio.common layer, recording input SHA-256 digests, portable replay commands, environment provenance, and output checksums, without storing genotype paths or raw trait queries. Contributed by @krudo-taco.
PR #379 ยท merged ยท 3 September 2026
๐Ÿ›
Fix(pathway-enricher): submit gene lists as multipart form data. The pathway enricher skill was sending gene lists as URL-encoded parameters, which caused failures for large gene sets exceeding query string length limits. Gene lists are now submitted as multipart form data to support arbitrary input sizes. Contributed by @krudo-taco.
PR #381 ยท merged ยท 2 September 2026
๐Ÿ›
Fix(gwas-prs): give curated panels honest identifiers. Curated PGS panel identifiers were using names that could be confused with real PGS Catalog IDs, causing downstream tools to attempt live API lookups against demo scores. Panel identifiers are now prefixed to make their demo-only status unambiguous. Contributed by @krudo-taco.
PR #380 ยท merged ยท 1 September 2026
๐Ÿ›
Fix(rnaseq-de): verify LFC shrinkage matches the requested contrast. Log-fold-change shrinkage was being applied to the wrong contrast in some multi-factor designs, producing incorrect shrunken estimates in the differential expression output. Contributed by @krudo-taco.
PR #378 ยท merged ยท 31 August 2026
โš™๏ธ
CI: run vcf-annotator tests on the main allowlist. The vcf-annotator test suite is now included in the main CI allowlist, ensuring annotation correctness is checked on every push rather than only in scheduled runs. Contributed by @krudo-taco.
PR #370 ยท merged ยท 31 August 2026
โš™๏ธ
Feat: equity-scorer writes reproducibility bundle via clawbio.common. The equity-scorer skill now emits a full reproducibility bundle using the shared clawbio.common helpers, matching the pattern adopted across other MVP skills. Contributed by @camlloyd.
PR #352 ยท merged ยท 31 August 2026
๐Ÿ›
Fix(catalog): sync nutrigx version. The catalog entry for nutrigx had a stale version string that did not match the implementation; now kept in sync automatically.
PR #377 ยท merged ยท 30 August 2026
๐Ÿ›
Fix(nutrigx): correct rs4988235 lactose polarity and dominance. The lactose-persistence variant rs4988235 was encoded with the wrong risk polarity and an incorrect dominance model, leading to inverted dietary guidance for heterozygous carriers. Contributed by @krudo-taco.
PR #376 ยท merged ยท 30 August 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/