/analyse
Run a ClawBio bioinformatics analysis on user-provided genetic 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
/analyse
Context preview
What this command does when you run it.
Run a ClawBio bioinformatics analysis on user-provided genetic data
Command definition
analyse.mdname: analyse description: Run a ClawBio bioinformatics analysis on user-provided genetic data
The user wants to analyse genetic data using ClawBio skills. Follow this workflow:
1. **Identify the input file**: Ask the user for the path to their data file (23andMe, AncestryDNA, VCF, h5ad, etc.) 2. **Route to the right skill**: Read CLAUDE.md's skill routing table to match the user's intent to the correct skill 3. **Run the analysis**: Execute the skill's Python script with appropriate arguments 4. **Present results**: Show the generated report, open figures, and explain findings 5. **Offer follow-ups**: Suggest related skills (e.g., after pharmgx, suggest genome-compare or prs)
Important:
- All computation runs locally. Genetic data never leaves the machine.
- Always include the ClawBio disclaimer in output.
- If unsure which skill to use, run the bio-orchestrator: `python skills/bio-orchestrator/orchestrator.py --input <file>`
๐ฆ ClawBio - The first bioinformatics-native AI agent skill library. Local-first. Reproducible. Open. Free.

