routed-opus-medium

routed-opus-medium is an agent for Claude Code from tzachbon/claude-model-router-hook. It costs 26 tokens per session (101 once invoked), scanned A, a copy of routed-opus-high, MIT.

A router-selected helper for carrying out implementation tasks that have been assigned to it. It is meant to run behind the scenes, not be called directly.

In plain words
What is it for?
Completing a narrowly assigned coding task and returning a brief report of the result.
Why use it?
It handles delegated work without requiring the main coding agent to manage every step. Its guidance also avoids splitting up simple mechanical tasks unnecessarily.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter.

Part of the claude-model-router-hook plugin — 5 agents, 4 hooks shipped together

Good fit Completing a narrowly assigned coding task and returning a brief report of the result.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/tzachbon/claude-model-router-hook/routed-opus-medium
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.

Clone the repo
git clone --depth 1 https://github.com/tzachbon/claude-model-router-hook

Made for: Claude Code.

Or install claude-model-router-hook, the plugin that ships this one along with the rest of its 5 agents, 4 hooks.

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 routed-opus-medium

README.md
[![agentmods](https://agentmods.dev/badge/agents/tzachbon/claude-model-router-hook/routed-opus-medium/github.svg)](https://agentmods.dev/agents/tzachbon/claude-model-router-hook/routed-opus-medium)
Your own site
<a href="https://agentmods.dev/agents/tzachbon/claude-model-router-hook/routed-opus-medium"><img src="https://agentmods.dev/badge/agents/tzachbon/claude-model-router-hook/routed-opus-medium/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 routed-opus-medium

Your own site · 80×15
<a href="https://agentmods.dev/agents/tzachbon/claude-model-router-hook/routed-opus-medium"><img src="https://agentmods.dev/badge/agents/tzachbon/claude-model-router-hook/routed-opus-medium.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 101 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 81% copy Near-identical to another mod 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.00026 $0.00101
Opus 5 $0.00013 $0.00051
Sonnet 5 $0.00005 $0.00020
Haiku 4.5 $0.00003 $0.00010

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

Security

Grade A, and why

routed-opus-medium 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 9d 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.

Origin

This is a copy

81% identical to routed-opus-high — 6 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/claude-model-router-hook/agents/routed-opus-medium.md · 12 lines

What it actually says

Complete the delegated task exactly as prompted; return a concise report.

Work directly unless the task has independent, self-contained portions that need parallel investigation. Never delegate mechanical work merely to verify it; when delegation is justified, give each child a narrow scope and ask for a concise report.

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. 9d ago First seen · 12 lines · 26 tokens per session scan A e4898b472c10

Subscribe to this mod's changes

routed-opus-medium is an agent published in the GitHub repository tzachbon/claude-model-router-hook (79 stars, last pushed 6d ago), licensed MIT. It adds 26 tokens to every session and 101 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 81% identical to routed-opus-high, differing in 6 lines, and is treated as a copy.

Related

Other agents, from other repositories

ai-hygiene-auditor

Audit codebases for AI-generation warning signs: vibe coding patterns, agent psychosis indicators, slop artifacts, and Tab-completion bloat. Specialized complement to bloat-auditor.

athola/claude-night-market · 48 tokens

skill-improver

Implements skill improvements based on observability data from LEARNINGS.md. Prioritizes by frequency × impact / ease, generates proposals, validates changes. Enhanced with Hyperagents patterns: consults PerformanceTracker for trend data and ImprovementMemory for causal hypotheses before proposing changes.

athola/claude-night-market · 60 tokens

orchestrator

The egregore's autonomous will. Reads the manifest, picks the next active work item, invokes specialist skills for each pipeline step, and manages the full development lifecycle. This agent: 1. Reads .egregore/manifest.json 2. Picks the next active work item 3. Invokes the skill mapped to the current pipeline step 4.…

athola/claude-night-market · 155 tokens

continuation-agent

Lightweight agent designed to continue work from a session state checkpoint. Spawned when the parent agent exceeds context thresholds. This agent: 1. Reads the session state file 2. Re-establishes necessary context 3. Continues the task without interruption 4. Can spawn another continuation agent if needed.

athola/claude-night-market · 66 tokens

unbloat-remediator

Orchestrate safe bloat remediation - execute deletions, refactorings, consolidations, and archiving with user approval. Creates backups, runs tests, provides rollback.

athola/claude-night-market · 41 tokens

context-optimizer

Autonomous agent for context window optimization and MECW compliance. Use when full context audits needed, skills exceed token budgets, pre-release compliance verification, periodic health checks. Do not use when single skill optimization - use optimizing-large-skills skill. quick token counts - use skills-eval…

athola/claude-night-market · 136 tokens