orchestrator

Route natural language queries to omics analysis skills across multiple domains.

155|26|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/TianGzlab/OmicsClaw --skill orchestrator-tiangzlab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator
Source: https://github.com/TianGzlab/OmicsClaw/tree/main/skills/orchestrator
Command: npx skills add https://github.com/TianGzlab/OmicsClaw --skill orchestrator-tiangzlab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires scanpy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill acts as a central router, translating natural language queries into specific analysis tasks across a wide range of omics data types, eliminating the need for users to memorize complex command-line tools and skill names.

Core Features & Use Cases

  • Natural Language Querying: Understands and routes user requests phrased in plain English.
  • Multi-Omics Support: Covers spatial transcriptomics, single-cell omics, genomics, proteomics, metabolomics, and bulk RNA-seq.
  • Intelligent Routing: Employs keyword matching, LLM analysis, or a hybrid approach to select the most appropriate downstream skill.
  • Use Case: A researcher can ask, "What are the spatially variable genes in my tissue data?" and the orchestrator will automatically identify and route this to the correct spatial transcriptomics skill for analysis.

Quick Start

Use the orchestrator skill to route the query "find spatially variable genes" to the appropriate analysis tool.

Frequently Asked Questions about orchestrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route natural language queries to multi-omics analysis tools?

To route natural language queries for multi-omics analysis, this skill translates plain English requests into specific analysis tasks using keyword matching, LLM analysis, or a hybrid approach to select the appropriate downstream tool. It eliminates the need to memorize complex command-line tools.

What is the best way to analyze spatial transcriptomics without knowing specific skill names?

The best way to analyze spatial transcriptomics without knowing specific skill names is to use a central router that accepts plain English queries like "find spatially variable genes" and automatically identifies the correct downstream analysis skill.

Does the multi-omics query orchestrator work with single-cell and proteomics data?

Yes, the multi-omics query orchestrator works with single-cell and proteomics data, alongside spatial transcriptomics, genomics, metabolomics, and bulk RNA-seq, routing queries to the correct domain-specific analysis skill.

Do I need scanpy to route omics pipeline queries?

Yes, you need scanpy installed as a dependency to route omics pipeline queries, as the orchestrator relies on it to support the underlying analysis workflows and downstream skill execution.

When should I use hybrid routing instead of keyword matching for omics analysis?

You should use hybrid routing instead of keyword matching for omics analysis when your natural language queries are complex or ambiguous, requiring LLM analysis combined with keyword matching to accurately identify the correct downstream skill.