Skip to content

ClawBio Documentation

Technical docs, tutorials, and presentations for the bioinformatics AI skill library

ClawBio Home   GitHub

Get Started


Quick Install

pip install clawbio                 # Python 3.11+
clawbio run pharmgx --demo

Prefer conda? conda install -c bioconda clawbio.

Using Claude Code? Install the skills as a plugin:

/plugin marketplace add ClawBio/ClawBio
/plugin install clawbio

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