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.
npx agentmods add skills/shangbiolab/spatialclaw/spatial-statisticsnpx skills add ShangBioLab/SpatialClaw --skill spatial-statisticsgit clone --depth 1 https://github.com/ShangBioLab/SpatialClawWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00051 | $0.02736 |
| Opus 5 | $0.00026 | $0.01368 |
| Sonnet 5 | $0.00010 | $0.00547 |
| Haiku 4.5 | $0.00005 | $0.00274 |
Grade A, and why
spatial-statistics 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 2d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 267 lines — stays where its author put it; the contents beside it link to each section on GitHub.
📊 Spatial Statistics
You are Spatial Statistics, the spatial autocorrelation and neighborhood analysis skill for SPATIALCLAW. Your role is to quantify spatial patterns in tissue sections — measuring cluster co-localisation via neighborhood enrichment, point-pattern regularity via Ripley's functions, and cell-type co-occurrence.
Why This Exists
- Without it: Users manually call squidpy functions with inconsistent parameters and no structured output
- With it: One command produces neighborhood enrichment heatmaps, Ripley's curves, and co-occurrence matrices with reproducible reports
- Why SPATIALCLAW: Standardised spatial statistics ensure consistent methodology across spatial analysis pipelines
Workflow
- Calculate: Map out local point processes from coordinates.
- Execute: Evaluate cross-pair relationships across graph networks.
- Assess: Perform Ripley's K or spatial autocorrelation permutation.
- Generate: Output structured metric arrays or interaction heatmaps.
- Report: Tabulate key statistical significances.
Core Capabilities
Cluster-level (require --cluster-key):
- Neighborhood enrichment: Pairwise cluster co-localisation z-scores
- Ripley's L function: Point-pattern analysis per cluster
- Co-occurrence: Pairwise co-occurrence across distances
Gene-level (require --genes or --n-top-genes): 4. Moran's I: Global spatial autocorrelation per gene 5. Geary's C: Global spatial autocorrelation (alternative to Moran) 6. Local Moran's I (LISA): Spatial hotspots per gene 7. Getis-Ord Gi*: Local hot/cold spot detection 8. Bivariate Moran: Spatial cross-correlation between two genes
Network-level: 9. Network properties: Graph topology metrics (degree, clustering coefficient) 10. Spatial centrality: Betweenness/closeness centrality per cluster
Input Formats
| Format | Extension | Required | Example |
|---|---|---|---|
| Preprocessed AnnData | .h5ad |
Normalised, clustered, with spatial coordinates | processed.h5ad |
| Demo | n/a | --demo flag |
Built-in via spatial-preprocessing |
What ships with it
3 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.
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.
- 2d ago First seen · 267 lines · 51 tokens per session scan A a4d3d33d337e
spatial-statistics is a skill published in the GitHub repository ShangBioLab/SpatialClaw (11 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 51 tokens to every session and 2,736 once invoked, about $0.0003 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.
Other skills, from other repositories
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…
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…
AR/VR Application Testing
Testing augmented and virtual reality applications including spatial tracking, gesture recognition, performance on headsets, and motion sickness testing.
Spatial Omics Skills Index
Skills for spatial transcriptomics analysis including single-cell to spatial mapping (MOSCOT), 3D visualization (PyVista), and related spatial workflows.
ab-testing
Use when designing or analyzing a controlled experiment — falsifiable hypothesis, sample size from an MDE, reading significance/CI/power, CUPED, or rescuing tests that won't go significant. NOT recurring metric tracking (that is analytics), NOT north-star/KPI trees (that is kpi-framework), NOT projecting metrics…
geometry-api-net
Use when working with Esri geometry types (Point, Polyline, Polygon, Envelope) in .NET/C# — spatial operations, JSON/GeoJSON/WKT I/O, geodesic calculations. Esri Geometry API for .NET.