evaluation-anchor-checker

evaluation-anchor-checker is a skill for Codex from WILLOSCAR/research-units-pipeline-skills. It costs 33 tokens per session (1,312 once invoked), scanned A, original, no licence file.

An audit tool for numerical evaluation claims, checking that they state the task, metric, and constraint, and identify models clearly.

In plain words
What is it for?
Use it to review and rewrite benchmark results and other quantitative claims.
Why use it?
It prevents readers from seeing numbers without enough context to understand or assess them.

Skill for Codex

Written for Codex: installed under .codex/.

Good fit Use it to review and rewrite benchmark results and other quantitative claims.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/willoscar/research-units-pipeline-skills/evaluation-anchor-checker
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 WILLOSCAR/research-units-pipeline-skills --skill evaluation-anchor-checker
Clone the repo
git clone --depth 1 https://github.com/WILLOSCAR/research-units-pipeline-skills

Made for: 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 evaluation-anchor-checker

README.md
[![agentmods](https://agentmods.dev/badge/skills/willoscar/research-units-pipeline-skills/evaluation-anchor-checker/github.svg)](https://agentmods.dev/skills/willoscar/research-units-pipeline-skills/evaluation-anchor-checker)
Your own site
<a href="https://agentmods.dev/skills/willoscar/research-units-pipeline-skills/evaluation-anchor-checker"><img src="https://agentmods.dev/badge/skills/willoscar/research-units-pipeline-skills/evaluation-anchor-checker/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 evaluation-anchor-checker

Your own site · 80×15
<a href="https://agentmods.dev/skills/willoscar/research-units-pipeline-skills/evaluation-anchor-checker"><img src="https://agentmods.dev/badge/skills/willoscar/research-units-pipeline-skills/evaluation-anchor-checker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,312 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.
Origin unknown 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.00033 $0.01312
Opus 5 $0.00016 $0.00656
Sonnet 5 $0.00007 $0.00262
Haiku 4.5 $0.00003 $0.00131

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

Security

Grade A, and why

evaluation-anchor-checker 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 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/run.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.codex/skills/evaluation-anchor-checker/SKILL.md · 138 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

3 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.

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. 8d ago Changed · +3 lines · -37 tokens per session 5c609d6c3994
  2. 12d ago First seen · 135 lines · 70 tokens per session scan A 7092238083c8

Subscribe to this mod's changes

evaluation-anchor-checker is a skill published in the GitHub repository WILLOSCAR/research-units-pipeline-skills (506 stars, last pushed yesterday), with no licence file. It adds 33 tokens to every session and 1,312 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

openai-whisper-api

Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

the-open-agent/openagent · 20 tokens

prompt-optimization

Improve a prompt on the evaluations workbench through a measured loop. Score the baseline first, then duplicate the target column, form a hypothesis from failing rows, edit the copy's prompt draft, run, compare pass rate and cost, and repeat until the numbers hold. Use when the user asks to optimize or improve a…

langwatch/langwatch · 105 tokens

experiments

Create and run LangWatch experiments for pre-deployment batch testing. Use when the user wants to test an agent against a dataset, compare prompts or models, benchmark quality, detect regressions, or add a CI quality gate. Do not use for production monitoring or guardrails.

langwatch/langwatch · 58 tokens

online-evaluations

Configure LangWatch online evaluations and guardrails for production traffic. Use when the user wants to score live traces or threads, monitor production quality, sample incoming traffic, or synchronously block unsafe requests and responses. Do not use for batch experiments.

langwatch/langwatch · 53 tokens

prompts

Version and manage your agent's prompts with LangWatch Prompts CLI. Use for both onboarding (set up prompt versioning for an entire codebase) and targeted operations (version a specific prompt, create a new prompt version). Supports Python and TypeScript.

langwatch/langwatch · 54 tokens

generate-rag-dataset

Generate a synthetic evaluation dataset from your RAG knowledge base. Creates diverse Q&A pairs with expected answers and relevant context, ready for LangWatch experiments and platform import. Use when you need test data for your RAG pipeline.

langwatch/langwatch · 51 tokens