genomic-inquiry

genomic-inquiry is a skill for Claude Code, Codex from exon-research/genomi. It costs 39 tokens per session (1,709 once invoked), scanned A, original, Apache-2.0.

A general entry point for natural-language questions about DNA, genes, variants, traits, diseases, and genome findings. It chooses a focused evidence path based on what the user is asking.

In plain words
What is it for?
Use it for personal genome questions, public background research, variant or gene interpretation, and broad questions such as what may matter in a genome.
Why use it?
It helps an agent avoid using the wrong kind of genetic evidence or reading private genome data without the required context and approval.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for personal genome questions, public background research, variant or gene interpretation, and broad questions such as what may matter in a genome.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/exon-research/genomi/genomic-inquiry
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.

Any agent
npx skills add exon-research/genomi --skill genomic-inquiry
Clone the repo
git clone --depth 1 https://github.com/exon-research/genomi

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 genomic-inquiry

README.md
[![agentmods](https://agentmods.dev/badge/skills/exon-research/genomi/genomic-inquiry/github.svg)](https://agentmods.dev/skills/exon-research/genomi/genomic-inquiry)
Your own site
<a href="https://agentmods.dev/skills/exon-research/genomi/genomic-inquiry"><img src="https://agentmods.dev/badge/skills/exon-research/genomi/genomic-inquiry/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for genomic-inquiry

Your own site · 80×15
<a href="https://agentmods.dev/skills/exon-research/genomi/genomic-inquiry"><img src="https://agentmods.dev/badge/skills/exon-research/genomi/genomic-inquiry.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,709 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00039 $0.01709
Opus 5 $0.00019 $0.00855
Sonnet 5 $0.00008 $0.00342
Haiku 4.5 $0.00004 $0.00171

Measured 11d ago against content hash 18ab83806e84, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

genomic-inquiry 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 11d 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.

skills/genomic-inquiry/SKILL.md · 163 lines

How it starts

The opening of the file, as written. The whole thing — 163 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Genomic Inquiry

Use this skill as the default entry for natural-language DNA questions: personal triage, "what matters in my genome?", "do I have this variant?", variant/gene interpretation, GWAS-style questions, or public genomic background.

Goal

Turn the user's question into the smallest useful evidence action. A genome source is optional context. Use the Active Genome Index when present and relevant; with public-only context, answer from public sources, GWAS, and shared reviewed evidence.

Convention: See skills/conventions/context-routing.md before selecting Active Genome Index. Convention: See skills/conventions/evidence-quality.md before making personal or medical claims.

Contract

Contract:

  • User intent drives the selected evidence path.
  • The host agent resolves intent from this skill pack and tool outputs.
  • Personal claims use only explicitly selected session context.
  • Public-source answers do not need a routine Active Genome Index status line.
  • Tool outputs are inspected before choosing additional operations.
  • Operation metadata and focused skills guide tool choice; tool results are evidence for the host agent to interpret.
  • Candidate and ranking tools return evidence views, alternatives, warnings, coverage, and source-prior detail for the host agent to interpret.

Agent Start

  1. Use genomi.describe_context when the Active Genome Index is unknown.
  2. Extract obvious fields from the user request: source, agi_id, user/profile nickname, rsid, gene, exact allele, phenotype, drug, condition, or topic.
  3. Load the most specific focused capability skill, then call its capability tools through genomi.invoke.
  4. Call one narrow tool and inspect its output before selecting additional evidence operations.

Personal Source Triage

For "what matters in my genome?" or similar broad personal questions:

  • If a source path is supplied, build/select it with genomi.parse_source when an Active Genome Index is needed. The supplied source path is approval to read that source for this session.
  • Run clinvar.scan_candidates to build a deterministic ClinVar candidate inventory. If the build-specific ClinVar library is missing, ask before installing clinvar-grch38 or clinvar-grch37.
  • Inspect structured candidate guidance before selecting findings for follow-up or final interpretation.
  • Drill into selected findings with variant.gather_allele_context, variant.gather_gene_context, active_genome_index.classify_genotype_support, or active_genome_index.classify_region_callability.

Read the full file on GitHub · 163 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. 11d ago First seen · 163 lines · 39 tokens per session scan A 18ab83806e84

Subscribe to this mod's changes

genomic-inquiry is a skill published in the GitHub repository exon-research/genomi (482 stars, last pushed 9d ago), licensed Apache-2.0. It adds 39 tokens to every session and 1,709 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

release-doi

A release procedure for research repositories that publish versions with a DOI, a permanent identifier for scholarly work, through Zenodo.

shimo4228/claude-harness · 126 tokens

autoresearch

Canonical around-the-clock research loop. Defines the agent's outer loop — read taste corpus + queue, pick the next experiment, mutate the explicitly-declared mutation surface, run the experiment under a hard time budget against a frozen metric, score, codify, repeat. Augmented with Karpathy's sharp primitives (frozen…

Rockielab/rockie-claude · 106 tokens

experiment

Run a materials-science / ML compute job on Rockie GPU capacity. Trigger words "run experiment", "submit job", "/experiment", or requests to quote/approve GPU spend before an experiment. Picks the right GPU type and count from a natural-language description (DFT for QE/VASP/ABINIT, MD for GROMACS/LAMMPS/OpenMM…

Rockielab/rockie-claude · 141 tokens

sota-delta

Track 3 quickstart wrapper that reproduces a paper or repository baseline on Rockie GPU, then extends it with a user-specified delta and compares baseline versus delta.

Rockielab/rockie-claude · 39 tokens

physics

Route physics simulation, modeling, validation, and research-compute requests across force fields, molecular dynamics, electronic structure, particle transport/collision, continuum multiphysics, plasma/PIC, nuclear/radiation, and astro/cosmology. Use open-source-first engines, refuse local heavyweight execution on the…

Rockielab/rockie-claude · 75 tokens

post-run-review

After an experiment finishes, structured review emits {isbug, failureclass, summary, metric, lowerisbetter}, auto-closes the journal node, emits a [LEARN] block when isbug=true, and files a [DEAD-END] when the failureclass is "bad-hypothesis". Use immediately after any training/eval run — the agent invokes this…

Rockielab/rockie-claude · 91 tokens