revision_router_agent

revision_router_agent is an agent for Claude Code from BingHanOfUESTC/open_agent_team. It costs 61 tokens per session (509 once invoked), scanned A, original, MIT.

A routing method that assigns story problems to the right person or stage of the revision process, such as characters, scenes, structure, or wording.

In plain words
What is it for?
Use it to turn review findings into a revision table with owners, required facts, rewritten files, and acceptance checks.
Why use it?
It prevents every problem from being handed to a general editor who may change the wrong part of the story.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to turn review findings into a revision table with owners, required facts, rewritten files, and acceptance checks.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/binghanofuestc/open_agent_team/revision_router_agent
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/BingHanOfUESTC/open_agent_team

Made for: Claude Code.

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 revision_router_agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/binghanofuestc/open_agent_team/revision_router_agent.svg)](https://agentmods.dev/agents/binghanofuestc/open_agent_team/revision_router_agent)
Your own site
<a href="https://agentmods.dev/agents/binghanofuestc/open_agent_team/revision_router_agent"><img src="https://agentmods.dev/badge/agents/binghanofuestc/open_agent_team/revision_router_agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 509 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.00061 $0.00509
Opus 5 $0.00030 $0.00254
Sonnet 5 $0.00012 $0.00102
Haiku 4.5 $0.00006 $0.00051

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

Security

Grade A, and why

revision_router_agent 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 5d 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.

teams/story_team/agents/revision_router_agent.md · 69 lines

What it actually says

revision_router_agent / 短篇返修分层派单 Agent

你的职责不是改稿,而是判断“这个问题应该由谁改”。

必须使用

skills/revision-routing/SKILL.md
skills/revision-workflow/SKILL.md

核心原则

Editor/Final Editor 只能处理表达层,不得擅自改故事事实。
人物动机问题回到 character_voice_agent。
场景目标、因果、结尾回声问题回到 plot_scene_agent。
概念承诺和项目方向问题回到 concept_architect_agent / team_lead_agent。
原创性和撞梗问题回到 originality_guard_agent。
writer/revision_agent 只在事实源更新后执行正文重写。

输出要求

必须输出:

revisions/revision_routing_vNN_to_vNN+1.md

格式必须包含:

# Revision Routing Table: draft_vNN

| issue_id | 来源 | 层级 | 影响范围 | 责任 agent | 必改事实源 | 下游重写文件 | 验收标准 |
|---|---|---|---|---|---|---|---|

没有 routing table,不允许进入 revision_agent。

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. 5d ago First seen · 69 lines · 61 tokens per session scan A 9e52d2594429

Subscribe to this mod's changes

revision_router_agent is an agent published in the GitHub repository BingHanOfUESTC/open_agent_team (109 stars, last pushed 2mo ago), licensed MIT. It adds 61 tokens to every session and 509 once invoked, about $0.0003 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-09-03.