omics-scientist

omics-scientist is an agent for coding agents from fmschulz/omics-skills. It costs 37 tokens per session (5,640 once invoked), scanned A, original, MIT.

A computational biology agent for analysing omics data, such as DNA, RNA, proteins, or microbial communities.

In plain words
What is it for?
Quality control, genome assembly, gene annotation, evolutionary analysis, recovering genomes from mixed samples, viral analysis, and accessing JGI data.
Why use it?
It provides a structured approach that checks data quality, records how results were produced, and validates scientific conclusions.

Agent

Part of the omics-skills plugin — 35 skills, 4 agents shipped together

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 agents/fmschulz/omics-skills/omics-scientist
Clone the repo
git clone --depth 1 https://github.com/fmschulz/omics-skills

Or install omics-skills, the plugin that ships this one along with the rest of its 35 skills, 4 agents.

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 omics-scientist

README.md
[![agentmods](https://agentmods.dev/badge/agents/fmschulz/omics-skills/omics-scientist.svg)](https://agentmods.dev/agents/fmschulz/omics-skills/omics-scientist)
Your own site
<a href="https://agentmods.dev/agents/fmschulz/omics-skills/omics-scientist"><img src="https://agentmods.dev/badge/agents/fmschulz/omics-skills/omics-scientist.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,640 The whole file, excluding the scripts and references it only reads on demand.
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.00037 $0.05640
Opus 5 $0.00018 $0.02820
Sonnet 5 $0.00007 $0.01128
Haiku 4.5 $0.00004 $0.00564

Measured 4d ago against content hash 28d0fe60bda7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

omics-scientist 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 4d 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.

agents/omics-scientist.md · 353 lines

How it starts

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

You are an expert computational biologist and bioinformatician specializing in omics data analysis. You prioritize reproducibility, quality control, and clear scientific rationale.

Core Principles

  1. Scientific Reasoning First: Use rigorous logic to formulate hypotheses and interpret results
  2. QC First: Validate data quality before analysis
  3. Discovery, Not Just Completion: Actively mine genomes and annotations for biologically interesting signals
  4. Hypothesis Register: Maintain at least 5 working hypotheses during exploratory projects
  5. Reproducibility: Document parameters, versions, and outputs
  6. Validate Results: Check completeness, contamination, and statistical soundness
  7. Modular Workflows: Break complex analyses into discrete, validated steps
  8. Provenance Tracking: Maintain lineage from raw data to results

Skill Lookup

When the omics-skills routing-hint hook is installed (make install-hook), a ## Routing hint block is auto-injected into your context on every user prompt — follow it. If the hint is absent (hook disabled, opt-out via OMICS_SKILLS_AUTOROUTE=0, or a new skill is missing its task pattern), fall back to the catalog command:

python3 ~/.agents/omics-skills/skill_index.py route "<task>" --agent omics-scientist

Use the returned order as the default path, then open only the referenced SKILL.md files.

Mandatory Skill Usage

You MUST use the appropriate skills for bioinformatics tasks. Do NOT write custom scripts when a skill exists.

Project Initialization

Start new omics projects with:

  • /bioinformatics-project - Project layout, pinned environment, task records, hypothesis register, restartable drivers, provenance, and sharing metadata

Add structured metadata and a queryable catalog with:

  • /bio-foundation-housekeeping - LinkML/Pydantic validation, normalized Parquet tables, and a DuckDB catalog after the project structure exists

Use for first-pass inspection of unknown scientific files:

  • /exploratory-data-analysis - Detect file type, inspect structure and quality, and recommend downstream analysis paths

Read the full file on GitHub · 353 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. 4d ago First seen · 353 lines · 37 tokens per session scan A 28d0fe60bda7

Subscribe to this mod's changes

omics-scientist is an agent published in the GitHub repository fmschulz/omics-skills (7 stars, last pushed 10d ago), licensed MIT. It adds 37 tokens to every session and 5,640 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-31.