Run Demo banner
ClawBio ClawBio

Run Demo

Data community

Description

--- name: 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 d

Installation

Installs to ~/.claude/skills/clawbio-clawbio-run-demo/SKILL.md

Terminal
mkdir -p ~/.claude/skills/clawbio-clawbio-run-demo && curl -fsSL https://raw.githubusercontent.com/ClawBio/ClawBio/HEAD/commands/run-demo.md -o ~/.claude/skills/clawbio-clawbio-run-demo/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository