/run-demo
Run a ClawBio skill demo with built-in sample data
> /plugin marketplace add ClawBio/ClawBio > /plugin install clawbio@clawbio
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/run-demo
Context preview
What this command does when you run it.
Run a ClawBio skill demo with built-in sample data
Command definition
run-demo.mdname: run-demo description: Run a ClawBio skill demo with built-in sample data
Run a demo of a ClawBio skill. The user will specify which skill to demo (e.g., "pharmgx", "genome-compare", "scrna").
Steps: 1. Read `skills/catalog.json` to find the skill and its demo command 2. If the skill has `has_demo: true`, run its demo command 3. Show the generated report to the user and explain the results 4. Open any generated figures
If no skill is specified, show the list of skills that have demos available and ask the user to pick one.
Common demo commands:
python clawbio.py run pharmgx --demo python clawbio.py run compare --demo python clawbio.py run scrna --demo python clawbio.py run clinpgx --demo python clawbio.py run prs --demo python clawbio.py run gwas --demo python clawbio.py run profile --demo python clawbio.py run ukb --demo python clawbio.py run galaxy --demo
๐ฆ ClawBio - The first bioinformatics-native AI agent skill library. Local-first. Reproducible. Open. Free.
Other commands on clawbio.
- /analyse
Run a ClawBio bioinformatics analysis on user-provided genetic data
Open command - /list-skills
List all available ClawBio bioinformatics skills with their status and capabilities
Open command - /new-skill
Build a new ClawBio skill from the official template with full conformance enforcement.
Open command

