aoa-evals-skills

aoa-evals-skills is a skill for Codex from 8Dionysus/aoa-evals. It costs 84 tokens per session (1,121 once invoked), scanned A, original, Apache-2.0.

A routing guide for the aoa-evals skill family, which manages central proof and evaluation records. It distinguishes source evidence and named results from local test selection, session classification, and repository-level evaluation work.

In plain words
What is it for?
Use it to route requests about central evidence bundles, named evaluation results or verdicts, proof ownership, and the aoa-evals lifecycle to the correct skill.
Why use it?
It prevents the wrong evaluation workflow from being used just because a request mentions a report, candidate, receipt, or other related record.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to route requests about central evidence bundles, named evaluation results or verdicts, proof ownership, and the aoa-evals lifecycle to the correct skill.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/8dionysus/aoa-evals/aoa-evals-skills
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 8Dionysus/aoa-evals --skill aoa-evals-skills
Clone the repo
git clone --depth 1 https://github.com/8Dionysus/aoa-evals

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 aoa-evals-skills

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/8dionysus/aoa-evals/aoa-evals-skills"><img src="https://agentmods.dev/badge/skills/8dionysus/aoa-evals/aoa-evals-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,121 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 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.00084 $0.01121
Opus 5 $0.00042 $0.00561
Sonnet 5 $0.00017 $0.00224
Haiku 4.5 $0.00008 $0.00112

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

Security

Grade A, and why

aoa-evals-skills 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/eval_contract_packet.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.

skills/aoa-evals-skills/SKILL.md · 101 lines

How it starts

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

aoa-evals-skills

Route one aoa-evals skill-family request without letting a catalog, green command, readiness check, candidate, report, receipt, generated reader, MCP result, or KAG node outrank its source bundle and admitted evidence.

Applicability preflight

Before resolving the central owner, inspect only the request:

  • if it asks to classify supplied or retrieved session hits against an eval trigger, route a local no-fit, design a local suite, or select/apply a repository eval, return owner_handoff to aoa-eval
  • a packet being closed, reviewed, or provenance-bearing does not make it a central proof object
  • begin this bundle only when the task already concerns central proof meaning, a central source bundle, a named eval result or verdict, an owner-routed proof object, or an aoa-evals owner lifecycle decision

Do not inspect the task workspace, search for an owner checkout, probe supplied paths, or run pwd, rg, find, or test for navigation after this bundle loads. Read the contract, source-return rule, and selected mode first; then use the declared bundled resource as the first navigation action.

Start

  1. The first tool turn must read only this SKILL.md. Record <bundle_dir> as its absolute containing directory. If workspace inspection or search was combined with that read, stop the attempt and restart in a fresh invocation; later compliance cannot repair the unobserved package-first gate.

  2. Read references/contract.yaml and choose exactly one internal mode:

    Mode Select when Read
    select No exact central source bundle has been selected for the bounded proof need. references/select.md
    review A named central bundle, result, verdict, source-linked report, or already owner-routed proof object must be interpreted. references/review.md
    evolve The request asks to add, change, promote, supersede, or retire a central source, lifecycle, comparison, or chooser surface, even when a required gate may later block the operation. references/evolve.md

Read the full file on GitHub · 101 lines

Files

What ships with it

8 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. 11d ago First seen · 101 lines · 84 tokens per session scan A 11ea4fe7b6b4

Subscribe to this mod's changes

aoa-evals-skills is a skill published in the GitHub repository 8Dionysus/aoa-evals (2 stars, last pushed 6d ago), licensed Apache-2.0. It adds 84 tokens to every session and 1,121 once invoked, about $0.0004 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.