spatial-orchestrator-top-level

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

An entry point for coordinating SpatialClaw workflows for spatial biology. It routes requests to the relevant spatial-analysis skills and keeps the system focused on spatial data tasks.

In plain words
What is it for?
Use it to list available spatial skills, run a demo, or route a request such as finding spatially variable genes through the appropriate analysis pipeline.
Why use it?
It gives users one place to start instead of needing to know which individual analysis skill or command matches their question. It also preserves the current spatial-only architecture.

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/orchestrator
Any agent
npx skills add ShangBioLab/SpatialClaw --skill 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-top-level

README.md
[![agentmods](https://agentmods.dev/badge/skills/shangbiolab/spatialclaw/orchestrator.svg)](https://agentmods.dev/skills/shangbiolab/spatialclaw/orchestrator)
Your own site
<a href="https://agentmods.dev/skills/shangbiolab/spatialclaw/orchestrator"><img src="https://agentmods.dev/badge/skills/shangbiolab/spatialclaw/orchestrator.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 299 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.00033 $0.00299
Opus 5 $0.00016 $0.00150
Sonnet 5 $0.00007 $0.00060
Haiku 4.5 $0.00003 $0.00030

Measured 4d ago against content hash 0998ed246a81, 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-top-level 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 1 executable file (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/orchestrator/SKILL.md · 48 lines

What it actually says

Top-Level Spatial Orchestrator

This directory is the restored top-level orchestration entry for the current spatial-only SpatialClaw architecture. It delegates all routing and pipeline execution to skills/spatial/spatial-orchestrator/.

It intentionally does not contain or advertise deleted non-spatial omics skills.

CLI Reference

python skills/orchestrator/spatial_orchestrator.py --list-skills
python skills/orchestrator/spatial_orchestrator.py --demo --output <dir>
python skills/orchestrator/spatial_orchestrator.py \
  --query "find spatially variable genes" \
  --output <dir>

The canonical registered skill remains:

python spatialclaw.py run spatial-orchestrator --demo --output <dir>
Files

What ships with it

1 file 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 · 48 lines · 33 tokens per session scan A 0998ed246a81

Subscribe to this mod's changes

spatial-orchestrator-top-level is a skill published in the GitHub repository ShangBioLab/SpatialClaw (11 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 33 tokens to every session and 299 once invoked, about $0.0002 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

Gene Panel Selection Workflow

End-to-end workflow for gene panel design in scRNA-seq and spatial transcriptomics, that should be STRICTLY followed: dataset understanding + smart downsampling + train/test splits, algorithmic selection (HVG/DE/RF/scGeneFit/SpaPROS), optimal sub-panel discovery (ARI vs size), biological completion with a stability…

aristoteleo/PantheonOS · 110 tokens

Developmental Gene Panel Design Workflow

Panel design for DEVELOPING / dynamic systems (embryonic organs, differentiation, regeneration). The target experiment is usually a LATE / terminal stage, but the biology is a trajectory: terminal cell types are end-products of earlier lineage programs. A panel built from the target stage alone resolves terminal…

aristoteleo/PantheonOS · 129 tokens

Spatial Omics Skills Index

Skills for spatial transcriptomics analysis including single-cell to spatial mapping (MOSCOT), 3D visualization (PyVista), and related spatial workflows.

aristoteleo/PantheonOS · 37 tokens

Paper Writing Scenario Router

Scenario router for paper-writing tasks. Use after root triage to select paper submission, journal article, conference paper, grant proposal, lab report, group report, talk/workshop, or revision-response behavior.

aristoteleo/PantheonOS · 48 tokens

tao-route-visual-changenet-samples

Routes the weakest VCN samples (output of tao-analyze-gaps-visual-changenet) into per-augmentation-module subsets based on each module's label eligibility. Use when the user asks to "route VCN gap samples", "split AOI gaps for k-NN mining and AnomalyGen", or prepare the immediate next step after DEFT gap analysis in a…

NVIDIA-TAO/tao-skill-bank · 95 tokens