story
|
What it does
- story-explorer 不可用 → 主线程直接用 Read/Grep 从项目文件检索(角色状态/伏笔/进度/设定),回答前标注 Fallback: agent unavailable -> direct lookup;项目尚未部署时提示先 /story-setup(Codex 中用 $story-setup)。
- story-researcher 不可用 → 主线程用现有检索/回答能力完成,或提示用户改用 /browser-cdp 采集,同样标注 Fallback: agent unavailable -> direct lookup。
- 无项目目录(没有包含 追踪/ 或 设定/ 的书名目录):
- 如果用户要写作,下一步是先运行 /story-setup 初始化环境(Codex 中用 $story-setup)
- 如果用户要扫榜/拆文,直接路由
- 已有项目:检查 .story-deployed 标记,如未部署则先运行 /story-setup(Codex 中用 $story-setup)
- 已最新 → 「已是最新版 vX.Y.Z」。
Requirements & configuration
Configuration: VERSION
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
story FAQ
What does the story skill do?
网络小说工具箱主入口。根据用户需求自动路由到对应 skill;当用户意图不明确时触发,由路由逻辑分发到具体的扫榜/拆文/写作/去AI味/封面/导入/审查 skill。触发方式:/story、$story、/网文、「我想写小说」「帮我写书」「写网文」「检查更新」「有新版本吗」。 story-explorer 不可用 → 主线程直接用 Read/Grep 从项目文件检索(角色状态/伏笔/进度/设定),回答前标注 Fallback: agent unavailable -> direct lookup;项目尚未部署时提示先 /story-setup(Codex 中用 $story-setup)。 story-researcher 不可用 → 主线程用现有检索/回答能力完成,或提示用户改用 /browser-cdp 采集,同样标注 Fallback: agent unavailable -> direct lookup。
How do I install story?
Run: npx -y skills add https://github.com/worldwonderer/oh-story-claudecode --skill story --agent claude-code — the source lives at github.com/worldwonderer/oh-story-claudecode.
Maintain story?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/worldwonderer-oh-story-claudecode-story?ref=badge) npx agentictools info skills/worldwonderer-oh-story-claudecode-story The second line is the CLI lookup for this page — handy in READMEs and docs.