OmicsClaw CLAUDE.md

Repository instructions for OmicsClaw, an AI platform for analyzing biological data such as genes, proteins, and metabolites. It requires answers to follow documented methods or script results instead of guesses.

In plain words
What is it for?
Use them to route biology questions to the appropriate analysis skill, maintain the repository, follow its issue process, and verify changes against project documentation.
Why use it?
They make scientific responses traceable and give developers a repeatable process for maintenance, debugging, refactoring, and verification.

Instructions file

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 instructions/tiangzlab/omicsclaw/claude-md
Clone the repo
git clone --depth 1 https://github.com/TianGzlab/OmicsClaw
Per session 4,345 This file is loaded in full into every session.
When invoked 4,345 The same file — it is already loaded in full.
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.04345 $0.04345
Opus 5 $0.02173 $0.02173
Sonnet 5 $0.00869 $0.00869
Haiku 4.5 $0.00434 $0.00434

Measured yesterday against content hash dab8a8196745, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

CLAUDE.md · 363 lines

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:

  1. Read README.md first for project context and prior decisions.
  2. Then read root SPEC.md and AGENTS.md.
  3. Reply in the user's language and stay concise and execution-focused.
  4. Use a concise plan, root-cause debugging, focused tests, and verification evidence for non-trivial repository changes.
  5. When you make an important repository decision or complete a milestone, update README.md while 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

Read the full file on GitHub · 363 lines

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. yesterday First seen · 363 lines · 4,345 tokens per session scan A dab8a8196745

Subscribe to this mod's changes

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.