ClawBio Documentation
Technical docs, tutorials, and presentations for the bioinformatics AI skill library
Get Started
ClawBio + Nebius Hackathon Berlin
One day building agents that do real genomics, at Impact Hub Berlin. Free, lunch provided, Nebius credits for the best builds. Setup, tracks and running order.
Setup
Install an AI coding agent, connect it to a model provider, and run your first prompt.
Run Your First Skill
Run PharmGx, Equity Scorer, or NutriGx with demo data and explore the output.
Build a Skill
Write a SKILL.md, add Python implementation, and submit a PR.
Skill Library
Browse all available skills: pharmacogenomics, GWAS, scRNA-seq, equity scoring, and more.
Presentations
All ClawBio talks, workshops, and pitch decks in one place, newest first.
Deployment
Deploy ClawBio via Docker, Railway, or private cloud.
Variant Interpretation Workshop
Annotate a real human genome in Google Colab. No installation, no terminal, no prior experience required.
30x WGS Workshop
Explore a real 30x whole-genome sequence: structural variants, QC metrics, and pharmacogenomics beyond SNP arrays.
Quick Install¶
Prefer conda? conda install -c bioconda clawbio.
Using Claude Code? Install the skills as a plugin:
Developing ClawBio, or want every skill with its full demo data? Work from a source checkout instead (uv recommended):
git clone https://github.com/ClawBio/ClawBio.git && cd ClawBio
uv sync
uv run python clawbio.py run pharmgx --demo
Skill Library · SKILL.md Spec · Contributing · All Tutorials · Presentations