genomi-gnomad

genomi-gnomad is a skill for Claude Code, Codex from exon-research/genomi. It costs 51 tokens per session (584 once invoked), scanned A, original, Apache-2.0.

A tool for checking how common one DNA variant is in gnomAD, a public database of genetic variation from many people. It returns overall or population-specific allele frequencies.

In plain words
What is it for?
Use it to look up the frequency of a specific allele, compare its frequency across populations, or investigate claims that a variant is rare.
Why use it?
It replaces manual searches when you need to know whether a particular variant is common or rare in public population data.

Skill for Claude CodeCodex

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

Good fit Use it to look up the frequency of a specific allele, compare its frequency across populations, or investigate claims that a variant is rare.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/exon-research/genomi/gnomad/github.svg)](https://agentmods.dev/skills/exon-research/genomi/gnomad)
Your own site
<a href="https://agentmods.dev/skills/exon-research/genomi/gnomad"><img src="https://agentmods.dev/badge/skills/exon-research/genomi/gnomad/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 genomi-gnomad

Your own site · 80×15
<a href="https://agentmods.dev/skills/exon-research/genomi/gnomad"><img src="https://agentmods.dev/badge/skills/exon-research/genomi/gnomad.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 584 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.00051 $0.00584
Opus 5 $0.00026 $0.00292
Sonnet 5 $0.00010 $0.00117
Haiku 4.5 $0.00005 $0.00058

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

Security

Grade A, and why

genomi-gnomad 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 10d 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/gnomad/SKILL.md · 74 lines

How it starts

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

Population Frequency (gnomAD)

Fetch public gnomAD population allele frequencies for one variant. Results are cached locally in the evidence database so subsequent queries reuse them.

Activation

To call the tool below, invoke it through the MCP dispatcher:

genomi.invoke({
  "tool": "gnomad.fetch_population_frequency",
  "params": {
    "chrom": "19",
    "pos": 44908684,
    "ref": "T",
    "alt": "C",
    "genome_build": "GRCh38"
  }
})

The dispatcher validates the params against the underlying tool's input schema and returns the underlying tool's response with an added dispatched_tool field.

When to use this skill

  • "What is the gnomAD frequency of rs429358?"
  • "Is this variant rare in gnomAD?"
  • "Allele frequency in African populations for rs1042522."
  • Any question that needs MAF, AF, population-stratified counts.

Boundaries

  • Variant-anchored only — query one allele at a time.
  • Public population data only — does not read the user's Active Genome Index.
  • Cached after first fetch — subsequent queries for the same variant reuse the local evidence store.

Cross-Capability Synthesis

A scope-limited result from this capability is not a final user-facing answer when other Genomi capabilities can contribute orthogonal evidence to the same question. Returning "cannot answer" while applicable capabilities remain unexamined is a host-agent failure mode.

Tools

gnomad.fetch_population_frequency

Fetch reusable gnomAD public population frequency for one allele and write it into evidence storage.

Use when: The agent needs gnomAD allele frequency, MAF, or population-stratified counts for a specific variant (rsID, chrom/pos/ref/alt, or VCF locus).

Why necessary: gnomAD is the canonical public population frequency source; cached results keep subsequent calls cheap.

Not for: Genome-wide rare-variant screening, ad-hoc curated annotations, anything not anchored to a specific variant.

Example prompts: What's the gnomAD frequency of rs429358? Is rs1042522 rare in East Asian populations?

Read the full file on GitHub · 74 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. 10d ago First seen · 74 lines · 51 tokens per session scan A f1e686d100fa

Subscribe to this mod's changes

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

Related

Other skills, from other repositories

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

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

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

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

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