๐Ÿ“Š 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,118 stars ยท 97 skills ยท 50 contributors ยท 4,039 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 ยท 91 with runnable demo data ยท 4,039 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,11825697
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
๐Ÿ”ง
Refactor: SHA-256 helpers delegated to clawbio.common.checksums. Checksum utilities previously duplicated across skills are now centralised in a shared module, reducing maintenance burden and ensuring consistent hashing behaviour. Contributed by @camlloyd.
PR #351 ยท merged ยท 26 August 2026
๐Ÿ“„
Docs: CI false claim about #329 environment.yml corrected. A documentation fix removing an inaccurate statement that PR #329 included a committed environment.yml alongside the CI scripts, which it did not.
PR #363 ยท merged ยท 23 August 2026
โš™๏ธ
CI: auto-approve queued runs for PRs that touch only skills/. CI workflows now automatically approve queued workflow runs for pull requests that exclusively modify files under skills/, reducing manual intervention for skill-only contributions.
PR #362 ยท merged ยท 23 August 2026
๐Ÿ›
Fix: catalog and CI no longer assume every skill is Python. The catalog generator and CI test-scoping scripts previously treated all skills as Python-backed, causing incorrect maturity tier detection and false CI failures for skills implemented in other languages or as spec-only entries.
PR #361 ยท merged ยท 22 August 2026
๐Ÿ›
Fix: claw-semantic-sim drops the false "works out of the box" demo claim. The skill's SKILL.md falsely stated that a runnable demo was available out of the box. The claim has been removed to accurately reflect the current implementation status.
PR #358 ยท merged ยท 22 August 2026
๐Ÿ›
Fix: gwas-prs panel citations corrected; demo panels no longer shadow real PGS Catalog scores. Demo PGS panels were being prioritised over live PGS Catalog lookups for matching traits, causing real scores to be silently skipped. Panel citations now correctly reference the originating PGS Catalog study.
PR #357 ยท merged ยท 21 August 2026
๐Ÿ›
Fix: correct strand guidance and stale expression values in the gi-* skills. The gi-promoter, gi-splice, gi-enhancer, gi-chromatin, gi-expression, and gi-annotation skills contained stale expression values and incorrect strand orientation guidance. All six skills have been updated with validated guidance. Contributed by @boldakov.
PR #354 ยท merged ยท 21 August 2026
๐Ÿ”ฌ
New skill: deepspot-m โ€” transcriptome-wide virtual spatial transcriptomics from H&E histology tiles. Predicts spatial gene expression across the full transcriptome from standard haematoxylin and eosin images using the DeepSpot-M model, without needing spatial sequencing. Contributed by @KalinNonchev. Total: 97 skills.
PR #331 ยท merged ยท 21 August 2026
๐Ÿ“„
Docs: audit.py updated to point to the relocated GenAI semantic conventions repository. The audit script was referencing an old repository path for the GenAI OpenTelemetry semantic conventions, causing 404 errors during CI audits. The reference is now updated to the current location.
PR #349 ยท merged ยท 21 August 2026
๐Ÿ”ฌ
Scientific audit can now fail: gate on a committed bench baseline. The scientific-audit workflow now compares benchmark results against a committed baseline rather than always reporting pass. A benchmark regression blocks the pull request, preventing inflated pass-rate headlines on the public leaderboard.
PR #343 ยท merged ยท 13 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