story

网络小说工具箱主入口。根据用户需求自动路由到对应 skill。 触发方式:/story、/网文、「我想写小说」「帮我写书」「写网文」 当用户意图不明确时触发此 skill,由路由逻辑分发到具体的扫榜/拆文/写作/去AI味/封面 skill。

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "story" with this command: npx skills add worldwonderer/oh-story-claudecode/worldwonderer-oh-story-claudecode-story

story:网文工具箱路由

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

路由表

用户意图关键词示例路由到
写长篇开书、写大纲、长篇、连载/story-long-write
写短篇短篇、盐言、一万字/story-short-write
长篇拆文拆文、分析这本书、黄金三章/story-long-analyze
短篇拆文拆短篇、分析这个故事/story-short-analyze
长篇扫榜长篇排行、什么火、起点/番茄/晋江/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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

story-long-write

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

story-long-analyze

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

story-short-analyze

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

story-short-write

No summary provided by upstream source.

Repository SourceNeeds Review