evaluating-bitrouter-routes

evaluating-bitrouter-routes is a skill for Claude Code, Codex from bitrouter/bitrouter. It costs 44 tokens per session (1,049 once invoked), scanned A, original, Apache-2.0.

Instructions for evaluating decisions made by BitRouter, a system that chooses routes for requests, against outside evaluators such as tests, human reviewers, or automated judges.

In plain words
What is it for?
Use them to select the right evaluation scope, identify the evaluator type, build the evidence packet, and stop after BitRouter reports whether the result was admitted.
Why use it?
They define how to classify the evaluation and package trustworthy evidence without changing the router's own record of the decision.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the bitrouter plugin — 3 skills shipped together

Good fit Use them to select the right evaluation scope, identify the evaluator type, build the evidence packet, and stop after BitRouter reports whether the result was admitted.

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

Made for: Claude Code, Codex.

Or install bitrouter, the plugin that ships this one along with the rest of its 3 skills.

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 evaluating-bitrouter-routes

README.md
[![agentmods](https://agentmods.dev/badge/skills/bitrouter/bitrouter/evaluating-bitrouter-routes.svg)](https://agentmods.dev/skills/bitrouter/bitrouter/evaluating-bitrouter-routes)
Your own site
<a href="https://agentmods.dev/skills/bitrouter/bitrouter/evaluating-bitrouter-routes"><img src="https://agentmods.dev/badge/skills/bitrouter/bitrouter/evaluating-bitrouter-routes.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,049 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.00044 $0.01049
Opus 5 $0.00022 $0.00524
Sonnet 5 $0.00009 $0.00210
Haiku 4.5 $0.00004 $0.00105

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

Security

Grade A, and why

evaluating-bitrouter-routes 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.

skills/evaluating-bitrouter-routes/SKILL.md · 104 lines

How it starts

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

Evaluate BitRouter Routes

Evaluate outcomes outside BitRouter's serving path. Produce an immutable result and stop after BitRouter reports its admission status. Do not run the optimizer or use low-level policy publication from the evaluator workflow.

Read the Eval Exchange reference before forming a subject or result. It is the exact current wire and authority contract.

Classify the evaluation

Choose scope from the observable outcome boundary:

Evidence boundary Scope
One request-local outcome request
Bounded multi-request workflow or conversation episode
Externally defined task identity plus terminal task or verifier outcome task

Choose evaluator.kind from the actual source:

Evaluation source Kind
Task-native verifier task_native
Human reviewer human
Private enterprise evaluator enterprise
Agentic judge agentic
Genuinely uncategorized evaluator generic

Build the evaluator packet

  1. Copy every decision's decision_id, policy, route_projection, request_key, selected_tier, baseline_tier, policy_digest, and optional experiment object from router-authored evidence. Preserve the experiment object verbatim; never invent or edit its id, arm, assignment unit, assignment-id digest, or challenger propensity.
  2. Redact evidence before it leaves its private source. Retain raw messages, tool arguments, code, and evaluator output with the evaluator; place safe, content-addressed evidence items in the subject.
  3. List only dimensions the evaluator was asked to judge. Leave unsupported dimensions absent. Use inconclusive when evidence cannot support a verdict.
  4. Set confidence_ppm to the evaluator's confidence that its verdict is correct. Use null when the evaluator or rubric does not supply confidence. For a task or episode cost result, submit the complete unit cost as cost.usd_micros with unit micro_usd; never substitute one request's price for the complete task or episode.
  5. Write a draft subject with an empty evidence_digest, then seal it:

Read the full file on GitHub · 104 lines

Files

What ships with it

2 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. 3d ago Changed · +9 lines 3c0b8e5f9aae
  2. 8d ago First seen · 95 lines · 44 tokens per session scan A 42e4470cce79

Subscribe to this mod's changes

evaluating-bitrouter-routes is a skill published in the GitHub repository bitrouter/bitrouter (224 stars, last pushed yesterday), licensed Apache-2.0. It adds 44 tokens to every session and 1,049 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