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 skills add fmschulz/omics-skills --skill ai-scientist-evaluatorgit clone --depth 1 https://github.com/fmschulz/omics-skillsWrote 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.
[](https://agentmods.dev/skills/fmschulz/omics-skills/ai-scientist-evaluator)<a href="https://agentmods.dev/skills/fmschulz/omics-skills/ai-scientist-evaluator"><img src="https://agentmods.dev/badge/skills/fmschulz/omics-skills/ai-scientist-evaluator/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.
<a href="https://agentmods.dev/skills/fmschulz/omics-skills/ai-scientist-evaluator"><img src="https://agentmods.dev/badge/skills/fmschulz/omics-skills/ai-scientist-evaluator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00043 | $0.02027 |
| Opus 5 | $0.00022 | $0.01014 |
| Sonnet 5 | $0.00009 | $0.00405 |
| Haiku 4.5 | $0.00004 | $0.00203 |
Grade A, and why
ai-scientist-evaluator 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 201 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AI Scientist Evaluator
Use this skill when Codex should behave like a skeptical reviewer panel rather than a research generator. Evaluate completed outputs, not just plans.
Instructions
- Confirm the request is evaluative. Use this skill to audit or compare existing outputs, not to perform the original research task.
- Restate the exact task in one or two sentences so the review stays anchored to the real objective and required deliverables.
- Inventory the submitted artifacts and note what is missing. Prefer primary
artifacts over summaries:
- notebooks, code, scripts, and workflow files
- environment files, package versions, and runtime logs
- figures, tables, and manuscript drafts
- data provenance, accession lists, database versions, and citations
- benchmark results, hardware notes, and task constraints
- Choose the closest task profile from
references/task_profiles.mdand load the matching weights fromassets/default_weight_profiles.yaml. Use the primary scientific profile first for composite tasks, then add manuscript comments as a secondary layer. - Review with a four-person panel and synthesize a consensus:
- scientific validity reviewer
- computational and reproducibility reviewer
- domain biology reviewer
- writing and editorial reviewer
- Apply hard gates before generous scoring. A submission is not publication-ready if required deliverables are missing, claims are not supported by visible outputs, provenance is untraceable, the core method is not rerunnable, or the submission solves an easier adjacent problem.
- Interrogate the submission with the relevant sections of
references/question_bank.md. Always include the universal questions, then add the profile-specific and multi-submission questions when needed. - Scan for integrity, rigor, and validity problems using
references/red_flags.md. Penalize missing evidence, task drift, unsupported biological claims, fabricated identifiers, and unverifiable citations more than polished narrative. - Score each category on the anchored 0 to 5 scale in
references/score_scale.md. Usereferences/category_definitions.mdif category meaning is unclear. A score of 5 earns the full category weight. - Convert the category scores to a weighted total out of 100. Do not trust
submitted
weightorweighted_pointsvalues. The bundled aggregator validates the review againstevaluation_schema.json, loads the selected weight profile, and recomputes each weighted value. It acceptsoverall.total_score_100only as a downward penalty. It ignores any score above the recomputed total. Apply penalties sparingly and explain them when category scores do not already capture the issue. - For multiple submissions, score each one independently before ranking. Use
tie-breaks in this order:
- fewer integrity or reproducibility problems
- better satisfaction of the task's main objective
- stronger validation or benchmarking
- clearer limitation handling
- better writing only after science and evidence are settled
- Produce a concise consensus verdict with actionable revisions. Ground the review in concrete evidence from files, notebook cells, figure numbers, accessions, parameters, and versioned tools whenever possible.
- When a structured artifact is useful, start from
assets/evaluation_template.jsonand validate the shape againstassets/evaluation_schema.json. Useassets/report_template.mdfor markdown reports. For completed JSON reviews, you may aggregate rankings withuv run --script "$HOME/.agents/skills/ai-scientist-evaluator/scripts/aggregate_reviews.py" review1.json review2.json --out_md leaderboard.md.
What ships with it
12 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 316 B
- assets/default_weight_profiles.yaml 1.3 KB
- assets/evaluation_schema.json 4.6 KB
- assets/evaluation_template.json 1.3 KB
- assets/report_template.md 1.3 KB
- examples/bio_task_mappings.md 2.2 KB
- references/category_definitions.md 3.5 KB
- references/question_bank.md 7.2 KB
- references/red_flags.md 2.9 KB
- references/score_scale.md 1.5 KB
- references/task_profiles.md 2.2 KB
- scripts/aggregate_reviews.py 7.7 KB runs code
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.
- 3d ago Changed · -12 tokens per session 9a41ada55a72
- 10d ago First seen · 201 lines · 55 tokens per session scan A fcb1a6b98460
ai-scientist-evaluator is a skill published in the GitHub repository fmschulz/omics-skills (7 stars, last pushed 4d ago), licensed MIT. It adds 43 tokens to every session and 2,027 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.
Other skills, from other repositories
imaging-data-commons
Query and download public cancer imaging data from NCI Imaging Data Commons. Invoke for any question about IDC collections, cancer imaging datasets, DICOM data access, radiology (CT, MR, PET) or pathology AI training sets, metadata queries, visualization, or license checks — even when the user doesn't explicitly…
tamarind
Access a collection of open-source molecular design and structural biology tools on the Tamarind Bio platform, via its REST API or MCP server — no local GPUs required. Tamarind bundles popular open-source models for structure prediction (AlphaFold, Boltz, Chai, ESMFold), protein, binder, and de novo design…
lab-hardware-cad
Design custom laboratory hardware as parametric build123d models and export fabrication-ready STEP, STL, and DXF files - microfluidic chips and molds, optomechanical mounts and breadboard adapters, cuvette and microplate holders, tube racks, animal-behavior rigs, and 3D-printed instrument fixtures. Use when a research…
pkpd-modeling
Pharmacokinetic and pharmacodynamic modelling and simulation - non-compartmental analysis, compartmental and population PK, PK/PD and exposure-response, TMDD, PBPK orientation, bioequivalence, allometric scaling and first-in-human dose, drug interaction prediction, and Bayesian therapeutic drug monitoring. Use when…
relsa-severity-assessment
Multivariate severity assessment and humane endpoint prediction for laboratory animal studies using the RELSA (RELative Severity Assessment) score and ARIMA-based foRcast forecasting. Use when combining welfare readouts — body weight or weight loss, body temperature, clinical or nesting scores, biomarkers, activity…
scientific-slides
Build slide decks and presentations for research talks. Use this for making PowerPoint slides, conference presentations, seminar talks, research presentations, thesis defense slides, or any scientific talk. Provides slide structure, design templates, timing guidance, and visual validation. Works with PowerPoint and…