routed-opus-xhigh

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

A routing agent for architecture tasks. It is started by the model-routing system when an architecture request needs this variant.

In plain words
What is it for?
Use it for architecture tasks dispatched by the model router. It should not be invoked directly.
Why use it?
It provides a routing-specific worker for architecture work, so the main process can send the task to the appropriate agent.

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 Use it for architecture tasks dispatched by the model router. It should not be invoked directly.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/tzachbon/claude-model-router-hook/routed-opus-xhigh"><img src="https://agentmods.dev/badge/agents/tzachbon/claude-model-router-hook/routed-opus-xhigh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 103 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 88% 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.00027 $0.00103
Opus 5 $0.00014 $0.00051
Sonnet 5 $0.00005 $0.00021
Haiku 4.5 $0.00003 $0.00010

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

Security

Grade A, and why

routed-opus-xhigh 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.

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

88% 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-xhigh.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. 11d ago First seen · 12 lines · 27 tokens per session scan A ddbaa2bbacd8

Subscribe to this mod's changes

routed-opus-xhigh is an agent published in the GitHub repository tzachbon/claude-model-router-hook (80 stars, last pushed 8d ago), licensed MIT. It adds 27 tokens to every session and 103 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% 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