๐Ÿ“Š 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,122 stars ยท 97 skills ยท 50 contributors ยท 4,588 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.6.1: an MCP server, so every skill runs inside Cursor, Zed, VS Code and Claude Desktop.

โญ 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

New in v0.6.1 ยท Model Context Protocol

Genomics skills, in your editor

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.

$ uvx --from 'clawbio[mcp]' clawbio mcp

No install required. Add the same three lines to your client's config and restart it.

  • โœ… 97 skills, each flagged runnable or spec-only
  • ๐Ÿ”’ Demo data only until you opt in explicitly
  • ๐Ÿ  Local stdio. No hosted endpoint, by design
// Cursor, Claude Desktop, VS Code, Zed
{
  "mcpServers": {
    "clawbio": {
      "command": "uvx",
      "args": ["--from", "clawbio[mcp]",
               "clawbio", "mcp"]
    }
  }
}
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,588 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,12225697
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(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
โš™๏ธ
Feat(scaffold): generate a working reproducibility bundle for new skills. The skill scaffolding tool now produces a fully wired reproducibility bundle alongside each new skill, so contributors get correct replay command stubs and checksum hooks from the first commit. Contributed by @camlloyd.
PR #374 ยท merged ยท 30 August 2026
๐Ÿ“„
Docs: disclose Nebius report upload behaviour. The skill documentation now explicitly states when and how Nebius-backed skills upload report data, ensuring users have full visibility before invoking those skills. Contributed by @krudo-taco.
PR #366 ยท merged ยท 30 August 2026
๐Ÿ›
Fix(rnaseq-de): keep gene IDs on nf-core count handoff. Gene identifiers were being dropped when DESeq2 received count matrices from nf-core/rnaseq, producing unlabelled rows in the differential expression output. Contributed by @krudo-taco.
PR #371 ยท merged ยท 29 August 2026
๐Ÿ›
Fix: fail closed on VEP annotation batch failures. The variant annotation skill previously continued silently when a VEP batch call failed partway through, returning a partial result without warning. It now fails closed and surfaces the error. Contributed by @krudo-taco.
PR #368 ยท merged ยท 29 August 2026
๐Ÿ”ง
Refactor: nutrigx reproducibility bundle delegates to clawbio.common. The nutrigx skill now uses the shared reproducibility helpers rather than its own inline implementation, in line with the broader checksum centralisation effort. Contributed by @camlloyd.
PR #350 ยท merged ยท 29 August 2026

View all merged pull requests on GitHub →

Built in the open by a global community

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.

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 an MCP server in any AI editor. 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: MCP server (Cursor, Zed, VS Code, Claude Desktop)
uvx --from 'clawbio[mcp]' clawbio mcp