Now live โ€” presented at London Bioinformatics Meetup, Feb 2026

The first bioinformatics-native
AI agent skill library

Every figure in your paper should be one command away from reproduction. Local-first. Privacy-focused. Reproducible. Built on OpenClaw.

โญ View on GitHub Submit a Skill
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.
7 skills โ€” live now

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

๐Ÿงญ Bio Orchestrator
Routes bioinformatics requests to the right specialist skill by file type and keywords.
MVP
๐Ÿ’Š PharmGx Reporter
Pharmacogenomic report from 23andMe/AncestryDNA: 12 genes, 51 drugs, CPIC guidelines. Runs in <1 second.
MVP
๐ŸŒ Ancestry PCA
PCA decomposition vs SGDP reference panel (345 samples, 164 global populations). Publication-quality figures.
MVP
๐Ÿ“š Semantic Similarity
Semantic Isolation Index for 175 GBD diseases from 13.1M PubMed abstracts using PubMedBERT embeddings.
MVP
โš–๏ธ Equity Scorer
HEIM diversity metrics from VCF/ancestry data. Heterozygosity, FST, PCA, and composite equity scores.
MVP
๐Ÿฅ— NutriGx Advisor
Nutrigenomics report: 40 SNPs, 13 nutrient domains, personalised dietary recommendations. Community-contributed.
MVP
๐Ÿงฌ Metagenomics Profiler
Microbial community profiling with Kraken2/Bracken. Alpha diversity, taxonomic composition, abundance plots.
MVP
๐Ÿงฌ VCF Annotator
Variant annotation with VEP, ClinVar, gnomAD + ancestry context.
Planned
๐Ÿ“„ Lit Synthesizer
PubMed/bioRxiv search with LLM summarisation and citation graphs.
Planned
๐Ÿ”ฌ scRNA Orchestrator
Scanpy automation: QC, clustering, DE analysis, visualisation.
Planned
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
๐Ÿ“– Read the contribution guide

Get started in 30 seconds

Install a skill, run with natural language or directly โ€” every skill includes demo data.

# Install a skill
openclaw install skills/pharmgx-reporter

# Run with natural language
openclaw "Profile my pharmacogenes"

# Or run directly
python pharmgx_reporter.py --input demo --output report