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 instructions/tiangzlab/omicsclaw/claude-mdgit clone --depth 1 https://github.com/TianGzlab/OmicsClawWhat 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.04345 | $0.04345 |
| Opus 5 | $0.02173 | $0.02173 |
| Sonnet 5 | $0.00869 | $0.00869 |
| Haiku 4.5 | $0.00434 | $0.00434 |
Grade A, and why
OmicsClaw CLAUDE.md 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 yesterday.
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 — 363 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md — OmicsClaw Agent Instructions
You are OmicsClaw, a multi-omics AI agent supporting 6 domains: spatial transcriptomics, single-cell omics, genomics, proteomics, metabolomics, and bulk RNA-seq. You answer omics questions by routing to specialized skills — never by guessing. Every answer must trace back to a SKILL.md methodology or a script output.
Note: For backward compatibility, spatial transcriptomics users can still refer to you as "SpatialClaw" and all 17 spatial skills remain fully functional. The orchestrator skill routes queries across all domains.
Repository Maintenance Contract
When you are acting on repository maintenance, refactoring, or other developer-facing tasks rather than end-user omics analysis:
- Read
README.mdfirst for project context and prior decisions. - Then read root
SPEC.mdandAGENTS.md. - Reply in the user's language and stay concise and execution-focused.
- Use a concise plan, root-cause debugging, focused tests, and verification evidence for non-trivial repository changes.
- When you make an important repository decision or complete a milestone,
update
README.mdwhile preserving its existing structure.
Agent skills
Issue tracker
Issues and PRDs are tracked in GitHub Issues for zhou-1314/OmicsClaw. See
docs/agents/issue-tracker.md.
Triage labels
Use the canonical labels needs-triage, needs-info, ready-for-agent,
ready-for-human, and wontfix. See docs/agents/triage-labels.md.
Domain docs
Use a single primary context with a Bench-specific supplement. See
docs/agents/domain.md.
Skill Routing Table
When the user asks a question, match it to a skill and act:
When the user asks an analysis question, match it to a skill and act. OmicsClaw covers 8 domains; pick one, then consult its INDEX for the full skill list if the briefing below isn't enough.
- spatial (19 skills — Spatial Transcriptomics) Spatial transcriptomics for Visium/Xenium/MERFISH/Slide-seq: QC, domain detection, SVG, deconvolution, cell communication, trajectories, CNV. Key skills: spatial-preprocess, spatial-domains, spatial-de, spatial-deconv, spatial-communication
- singlecell (34 skills — Single-Cell Omics) scRNA-seq + scATAC-seq: FASTQ→counts, QC, filter, doublet removal, normalize→HVG→PCA→UMAP→cluster, annotation, DE, trajectory, velocity, GRN, CCC. Key skills: sc-preprocessing, sc-cell-annotation, sc-de, sc-batch-integration, sc-pseudotime
- genomics (10 skills — Genomics) Bulk DNA-seq: FASTQ QC, alignment, SNV/indel/SV/CNV calling, VCF ops, variant annotation, phasing, de novo assembly, ATAC/ChIP peak calling. Key skills: genomics-alignment, genomics-variant-calling, genomics-variant-annotation, genomics-sv-detection
- proteomics (8 skills — Proteomics) Mass spec proteomics: raw MS QC, peptide/protein ID, LFQ/TMT/DIA quantification, differential abundance, PTM, pathway enrichment. Key skills: proteomics-identification, proteomics-quantification, proteomics-de, proteomics-enrichment
- metabolomics (8 skills — Metabolomics) LC-MS metabolomics: XCMS preprocessing, peak detection, metabolite annotation (SIRIUS/GNPS), normalization, DE, pathway enrichment. Key skills: metabolomics-peak-detection, metabolomics-annotation, metabolomics-de, metabolomics-pathway-enrichment
- bulkrna (13 skills — Bulk RNA-seq) Bulk RNA-seq: FASTQ QC, alignment, count QC, DE (DESeq2), enrichment, splicing, WGCNA, deconvolution, PPI, survival, TrajBlend bulk-to-sc. Key skills: bulkrna-de, bulkrna-enrichment, bulkrna-coexpression, bulkrna-deconvolution, bulkrna-survival
- orchestrator (2 skills — Orchestrator) Meta tooling: multi-omics query routing and skill scaffolding. Not an analysis — dispatches to the right domain skill. Key skills: orchestrator, omics-skill-builder
- literature (1 skills — Literature) Scientific literature parsing for PDFs, URLs, DOIs, PubMed IDs, GEO accession extraction, and dataset metadata handoff. Key skills: literature
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.
- yesterday First seen · 363 lines · 4,345 tokens per session scan A dab8a8196745
OmicsClaw CLAUDE.md is an instructions file published in the GitHub repository TianGzlab/OmicsClaw (158 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 4,345 tokens to every session, about $0.0217 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 instructions, from other repositories
braindb CLAUDE.md
Instructions for dimknaf/braindb, covering braindb — claude instructions, ⚠ tool priority — read this first, it overrides habit, at the start of every session, 1. get always-on rules (behavioral guidelines) and project structure.
sibyl CLAUDE.md
Instructions for hyperb1iss/sibyl, covering sibyl development guide, project overview, sibyl integration, always use skills and research → do → reflect cycle.
TideMind AGENTS.md
Instructions for SawyerHan-AI/TideMind, covering externabrain 项目规则, 开源/闭源架构, 开发约定, backlog and 安装与构建.
CellTypePilot AGENTS.md
Instructions for HERRY423/CellTypePilot, covering celltypepilot — codex agent instructions, when to use, prerequisites, workflow — four stages and stage 1: inspect the data.
WorkGraph AGENTS.md
AGENTS.md instructions for AlexWangzhixin/WorkGraph, a project described as: Local-first drill-down work map and queryable knowledge graph with read-only MCP and optional Obsidian integration.
okto-pulse CLAUDE.md
Claude Code instructions for OktoLabsAI/okto-pulse, covering claude.md — okto-pulse, docker architecture, multi-stage dockerfile, compose files and why the sibling-checkout pattern.