story

story is a skill for Claude Code, Codex from uu201/character-arc. It costs 82 tokens per session (939 once invoked), scanned A, original, MIT.

A routing tool for online fiction writing that sends each request to the right specialised tool, such as outlining, story analysis, research, cover creation, or browser control.

In plain words
What is it for?
Use it to start writing a novel, analyse or import a story, check rankings, remove AI-like wording, create a cover, search story notes, or switch between books.
Why use it?
It removes the need to know which tool to choose when a request is broad or unclear. It can also check whether a story project has been set up before sending the request onward.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to start writing a novel, analyse or import a story…

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

Made for: Claude Code, 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 story

README.md
[![agentmods](https://agentmods.dev/badge/skills/uu201/character-arc/story.svg)](https://agentmods.dev/skills/uu201/character-arc/story)
Your own site
<a href="https://agentmods.dev/skills/uu201/character-arc/story"><img src="https://agentmods.dev/badge/skills/uu201/character-arc/story.svg" alt="Measured on agentmods" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 939 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.00082 $0.00939
Opus 5 $0.00041 $0.00469
Sonnet 5 $0.00016 $0.00188
Haiku 4.5 $0.00008 $0.00094

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

Security

Grade A, and why

story 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 7d 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.

resources/skills/oh-story-claudecode/story/SKILL.md · 58 lines

What it actually says

story:网文工具箱路由

你是网文工具箱的路由入口。用户的请求模糊时由你分发到具体 skill。

路由表

用户意图 关键词示例 路由到
写长篇 开书、写大纲、长篇、连载 /story-long-write
写短篇 短篇、盐言、一万字 /story-short-write
长篇拆文 拆文、分析这本书、黄金三章 /story-long-analyze
短篇拆文 拆短篇、分析这个故事 /story-short-analyze
长篇扫榜 长篇排行、什么火、起点/番茄/晋江 /story-long-scan
选题决策 写什么能爆、帮我选题、选题方向 /story-long-scan
短篇扫榜 短篇排行、知乎盐言排行 /story-short-scan
去 AI 味 去 AI 味、太 AI、去味 /story-deslop
封面 封面、封面图 /story-cover
环境部署 准备写书、搭环境、初始化 /story-setup
浏览器操控 浏览器、抓取、登录态 /browser-cdp
导入小说 导入、反向解析、导入小说、把我的书导进来 /story-import
切换/列出书目 切书、换书、列出我的书、我在写哪几本、切换项目 见下方「多书切换」
查故事资料 查角色、查伏笔、查进度、查设定、什么状态、写到哪了 直接 spawn story-explorer agent(使用结构化 prompt:项目目录:{dir}\n查询类型:{根据意图选择}\n查询参数:{用户查询}
查资料 查资料、帮我查资料、调研、搜索一下、搜一下 直接 spawn story-researcher agent

路由流程

  1. 分析用户请求,提取意图关键词
  2. 匹配上表,找到对应的 skill
  3. 如果能明确匹配,直接调用对应 skill(Skill("skill-name")
  4. 如果无法匹配,询问用户想做什么(从上表中选择)
  5. 如果用户说"我想写小说"但未指定长篇/短篇,询问篇幅类型后再路由

项目状态感知

路由前先检查当前项目状态:

  • 无项目目录(没有包含 追踪/设定/ 的书名目录):
    • 如果用户要写作,下一步是先运行 /story-setup 初始化环境
    • 如果用户要扫榜/拆文,直接路由
  • 已有项目:检查 .story-deployed 标记,如未部署则先运行 /story-setup

多书切换

用户想切换或查看在写的书时(一个项目可同时有多本):

  1. 在项目根查找所有书目录:包含 追踪/设定/ 子目录的目录(含 长篇/短篇/ 下的子目录)。
  2. 列出书名,并标出当前 .active-book 指向的那本。
  3. 让用户选择,把所选书的相对路径写入项目根 .active-book(覆盖原内容)。
  4. 只发现一本时直接确认为活跃书,无需询问。
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. 7d ago First seen · 58 lines · 82 tokens per session scan A 15cb3749d187

Subscribe to this mod's changes

story is a skill published in the GitHub repository uu201/character-arc (549 stars, last pushed 6d ago), licensed MIT. It adds 82 tokens to every session and 939 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-30.

Related

Other skills, from other repositories

ppt-orchestrator

A dispatcher for creating presentations, slide decks, long images, and weekly reports. It chooses a visual style and output format, then sends the work to a more specialised add-on.

huangrichao2020/pretty-skills · 160 tokens

zhongguose-html-skill

An HTML-only presentation system using traditional Chinese colours and Chinese-style visual design. It helps organise source material into a report structure and produces a self-contained HTML file with its assets.

huangrichao2020/pretty-skills · 232 tokens

dashiai-ppt

A presentation-making add-on that creates an HTML slide deck from preset visual page designs. The result can open offline in a browser and can be exported as a PowerPoint or PDF file.

huangrichao2020/pretty-skills · 62 tokens

wechat-delivery

A workflow for preparing WeChat Official Account articles, images, covers, and publishing files in Chinese. WeChat Official Accounts are channels used by organizations to publish articles to followers.

huangrichao2020/pretty-skills · 129 tokens

ai-image-to-pptx

A workflow that creates a set of related images with AI and places them into a real PowerPoint file. The resulting .pptx file can be opened and edited in PowerPoint, Keynote, or WPS.

huangrichao2020/pretty-skills · 93 tokens

html-ppt-viewer

A simple HTML viewer that presents a set of existing images like a slide deck. It includes a side panel, large image display, page controls, and keyboard navigation, but does not create the images.

huangrichao2020/pretty-skills · 93 tokens