Harness Component — Command
Analyse
Run a ClawBio bioinformatics analysis on user-provided genetic data
Runtimeuniversal
Intentresearch
Definition
The user wants to analyse genetic data using ClawBio skills. Follow this workflow:
- Identify the input file: Ask the user for the path to their data file (23andMe, AncestryDNA, VCF, h5ad, etc.)
- Route to the right skill: Read CLAUDE.md's skill routing table to match the user's intent to the correct skill
- Run the analysis: Execute the skill's Python script with appropriate arguments
- Present results: Show the generated report, open figures, and explain findings
- 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>