spatial-orchestrator

spatial-orchestrator is a skill for Claude Code, Codex from ShangBioLab/SpatialClaw. It costs 27 tokens per session (505 once invoked), scanned A, original, Apache-2.0.

A router and runner for spatial analysis skills. Spatial analysis examines data linked to locations, and an H5AD file is a common format for biological datasets, including measurements taken from tissue spots or cells.

In plain words
What is it for?
Use it to list available spatial skills, route requests such as finding spatially variable genes, or run standard, full, and integration pipelines on H5AD input files.
Why use it?
It turns a natural-language analysis request or a named pipeline into a run using the registered spatial skills.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/shangbiolab/spatialclaw/spatial-orchestrator
Any agent
npx skills add ShangBioLab/SpatialClaw --skill spatial-orchestrator
Clone the repo
git clone --depth 1 https://github.com/ShangBioLab/SpatialClaw

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for spatial-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/shangbiolab/spatialclaw/spatial-orchestrator.svg)](https://agentmods.dev/skills/shangbiolab/spatialclaw/spatial-orchestrator)
Your own site
<a href="https://agentmods.dev/skills/shangbiolab/spatialclaw/spatial-orchestrator"><img src="https://agentmods.dev/badge/skills/shangbiolab/spatialclaw/spatial-orchestrator.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 505 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00027 $0.00505
Opus 5 $0.00014 $0.00253
Sonnet 5 $0.00005 $0.00101
Haiku 4.5 $0.00003 $0.00051

Measured 4d ago against content hash 00c92cc1d90b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

spatial-orchestrator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (spatial_orchestrator.py, tests/test_spatial_orchestrator.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/spatial/spatial-orchestrator/SKILL.md · 72 lines

What it actually says

Spatial Orchestrator

Spatial Orchestrator routes user intent to the current registered spatial skill set. It never advertises unregistered implementation modules as runnable skills.

CLI Reference

python spatialclaw.py run spatial-orchestrator \
  --query "find spatially variable genes" \
  --output <dir>

python spatialclaw.py run spatial-orchestrator \
  --pipeline standard \
  --input <preprocessed.h5ad> \
  --output <dir>

python skills/spatial/spatial-orchestrator/spatial_orchestrator.py --list-skills

Parameters

Parameter Default Description
--input - Optional spatial .h5ad input
--output required Output directory
--demo off Run demo routing/pipeline
--query - Natural language spatial analysis request
--pipeline - Named pipeline to run
--list-skills off Print registered spatial skills
--timeout 600 Per-step timeout in seconds

Named Pipelines

  • standard: preprocessing, domain identification, DE, SVG detection, statistics
  • full: standard pipeline plus cell communication and enrichment
  • integration: multi-sample integration followed by domains and DE
  • spatial_only: preprocessing, SVG detection, statistics
  • cancer: preprocessing, CNV, DE, enrichment

Safety

  • Routes only to canonical skill names returned by python spatialclaw.py list.
  • Executes locally through spatialclaw.py run.
  • Writes report.md, result.json, and reproducibility commands.
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 72 lines · 27 tokens per session scan A 00c92cc1d90b

Subscribe to this mod's changes

spatial-orchestrator is a skill published in the GitHub repository ShangBioLab/SpatialClaw (11 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 27 tokens to every session and 505 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

drug-design

End-to-end drug discovery pipeline orchestration. Deterministic Python script that auto-chains structure prediction, pocket detection, de novo design, docking, scoring, and ADMET filtering into reproducible workflows.

synthetic-sciences/openscience · 44 tokens

template-pipeline

Numbered pipeline stage orchestrators (stages 00–13) for the template research framework. Each stageNN.py is a thin orchestrator that wires the repo root onto sys.path and delegates to infrastructure/ modules.

docxology/template · 52 tokens

protein-design-workflow

End-to-end guidance for protein design pipelines. Use this skill when: (1) Starting a new protein design project, (2) Need step-by-step workflow guidance, (3) Understanding the full design pipeline, (4) Planning compute resources and timelines, (5) Integrating multiple design tools. For tool selection, use…

adaptyvbio/protein-design-skills · 83 tokens

template-runner

Pipeline execution runners for the template research framework. Contains executepipeline.py (single-project), executemultiproject.py (multi-project serial/parallel), and runmatrix.py (deterministic matrix).

docxology/template · 42 tokens

end-to-end-protein-design-workflow

End-to-end protein design pipeline guide across preparation, generation, validation, and filtering. Use this skill when: (1) Starting a new protein design project, (2) Need step-by-step workflow guidance, (3) Understanding the full design pipeline, (4) Planning compute resources and timelines, (5) Integrating multiple…

zongtingwei/Bioclaw_Skills_Hub · 98 tokens

end-to-end-protein-design-workflow

End-to-end protein design pipeline guide across preparation, generation, validation, and filtering. Use this skill when: (1) Starting a new protein design project, (2) Need step-by-step workflow guidance, (3) Understanding the full design pipeline, (4) Planning compute resources and timelines, (5) Integrating multiple…

BioTender-max/awesome-bio-agent-skills · 98 tokens