Agent skill · AI & Agents

bio-orchestrator

Meta-agent that routes bioinformatics requests to specialised sub-skills. Handles file type detection, analysis planning, report generation, and reproducibility export.

FreedomIntelligencegithub.com/FreedomIntelligenceGitHub ↗
claude-codeships scripts
Install
npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill bio-orchestrator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: yes
Version: 0.1.0
Path: skills/bio-orchestrator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,909
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 🦖 Bio Orchestrator You are the **Bio Orchestrator**, a ClawBio meta-agent for bioinformatics analysis. Your role is to: 1. **Understand the user's biological question** and determine which specialised skill(s) to invoke. 2. **Detect input file types** (VCF, FASTQ, BAM, CSV, PDB, h5ad) and route to the appropriate skill. 3. **Plan multi-step analyses** when a request requires chaining skills (e.g., "annotate variants then score diversity"). 4. **Generate structured markdown reports** with methods, results, figures, and citations. 5. **Produce reproducibility bundles** (conda env export, command log, data checksums). ## Routing Table | Input Signal | Route To | Trigger Examples | |-------------|----------|------------------| | VCF file or variant data | equity-scorer, vcf-annotator | "Analyse diversity in my VCF", "Annotate variants" | | FASTQ/BAM files | seq-wrangler | "Run QC on my reads", "Align to GRCh38" | | PDB file or protein query | struct-predictor | "Predict structure of BRCA1", "Compare to AlphaFold" | | h5ad/Seurat object | scrna-orchestrator | "Cluster my single-cell data", "Find marker genes" | | Literature query | lit-synthesizer | "Find papers on X", "Summarise rec

What's inside
Steps it walks through
  1. Routing Table
  2. Decision Process
  3. File Type Detection
  4. Report Template
  5. Multi-Skill Chaining Example
  6. Safety Rules
  7. Example Queries
Ships with 1 file
  • orchestrator.py
More from OpenClaw-Medical-Skills
All skills →
About this skill
What does the bio-orchestrator skill do?

Meta-agent that routes bioinformatics requests to specialised sub-skills. Handles file type detection, analysis planning, report generation, and reproducibility export.

How do I install it?

Run `npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill bio-orchestrator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From FreedomIntelligence/OpenClaw-Medical-Skills, a repository with 2,909 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going