400+ stars ยท 62 forks ยท 24 skills ยท Claude Code plugin

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.

โญ View on GitHub ๐ŸŽฎ Join Discord ๐Ÿ’ฌ Join Telegram ๐Ÿงฌ Submit a Skill ๐Ÿค– Get RoboTerri on Telegram
bioinformaticsgenomicsreproducibilitypopulation-geneticsequityai-agentslocal-firstopenclaw

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

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 ancestry_pca.py --demo --output fig3

โœ“ Figure 3 reproduced.
โœ“ Identical. SHA-256 verified.
โœ“ 30 seconds.

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

Every skill exports commands.sh, environment.yml, and SHA-256 checksums โ€” anyone can reproduce without the agent.

Domain expertise, frozen into code

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

๐Ÿ 
Local-first
Your genomic data never leaves your laptop. No cloud uploads, no data exfiltration. Full privacy by design.
๐Ÿ”
Reproducible
Every analysis exports a reproducibility bundle โ€” commands, environment, and SHA-256 checksums. Reproduce without the agent.
๐Ÿงฉ
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.
๐Ÿฆž
Built on OpenClaw
Powered by OpenClaw (180k+ GitHub stars) โ€” the agent platform that routes natural language to the right specialist skill.
๐Ÿ”Œ
Claude Code Plugin
Install with two commands: /plugin marketplace add ClawBio/ClawBio then /plugin install clawbio. All skills instantly available.
37 skills ยท 29 production-ready

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

๐Ÿ’Š PharmGx Reporter
Pharmacogenomic report from 23andMe/AncestryDNA: 12 genes, 51 drugs, CPIC guidelines.
MVP
๐Ÿงฌ Variant Annotation
VCF annotation with ClinVar pathogenicity, gnomAD allele frequencies, and variant prioritisation.
MVP
๐Ÿ“„ PubMed Summariser
Research briefings from PubMed: fetch, rank, and summarise recent papers on any gene or disease.
MVP
๐Ÿ” GWAS Lookup
Federated variant query across 9 databases: gnomAD, ClinVar, GTEx, UK Biobank, and more.
MVP
๐Ÿ”ฌ scRNA Orchestrator
Scanpy pipeline: QC, clustering, DE analysis, visualisation.
MVP

+ 32 more skills on GitHub

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. All local-first, all reproducible.
PharmGx Reporter NutriGx Advisor Genome Compare Equity Scorer Drug Photo Lookup Metagenomics
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-metagenomics
Kraken2/MetaPhlAn wrapper โ€” Microbiome
claw-acmg
Clinical variant classification โ€” Clinical genomics
claw-pathway
GO/KEGG enrichment โ€” Functional genomics
claw-phylogenetics
IQ-TREE/RAxML automation โ€” Evolutionary biology
claw-proteomics
MaxQuant/DIA-NN โ€” Proteomics
claw-spatial
Visium/MERFISH โ€” Spatial transcriptomics
+
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
ClawBio3505228
OpenClaw-Medical-Skills1,037123869
bioSkills33152425
LabClaw31754211
claude-scientific-skills~14.5k1,585250
Biomniโ€”2,826508314

View all 9 repos in the full marketplace →

Get started in 30 seconds

Install as a Claude Code plugin or clone from source โ€” every skill includes demo data.

# Option 1: Claude Code plugin (fastest)
/plugin marketplace add ClawBio/ClawBio
/plugin install clawbio

# Option 2: Clone and install
git clone https://github.com/ClawBio/ClawBio.git && cd ClawBio
pip install -r requirements.txt
python clawbio.py run pharmgx --demo