Reverse-engineer existing Chinese web novels (finished or WIP) into a standard project structure compatible with subsequent writing workflows, plus analyze, review, and generate covers for web novel content using AI and browser automation.
Use this skill when you need to control a Chrome browser via CDP (Chrome DevTools Protocol) to reuse existing login sessions. Covers: launching Chrome in debug mode, opening URLs, waiting for page load, evaluating JavaScript, taking snapshots, and extracting auth tokens. Trigger phrases: browser automation, CDP, agent-browser, 浏览器操作, 操作浏览器, Chrome CDP, 复用登录态, extract token from browser.
小说封面生成。根据书名、作者名自动分析题材风格,调用 GPT-Image-2 直接生成含标题和署名的专业级网文封面。触发方式:/story-cover、/封面、「帮我做个封面」「生成封面图」「做个小说封面」「封面设计」。
网文去AI味。检测并清除文本中的AI写作痕迹,让文字回归自然、非模板化。触发方式:/story-deslop、/去AI味、「去AI味」「这篇太AI了」「网文去AI味」。
逆向导入已有小说。将已写好的小说(半成品或完本)反向解析为标准项目目录结构,兼容 story-long-write / story-short-write 后续写作流程;内部复用 story-long-analyze / story-short-analyze 的拆解管道,按篇幅自动分流。触发方式:/story-import、「导入小说」「反向解析」「导入」「把我的书导进来」。
短篇网文扫榜。分析知乎盐言、七猫、黑岩、点众等平台热门短篇数据,捕捉风口题材。触发方式:/story-short-scan、/短篇扫榜、「短篇什么火」「知乎故事排行」。
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub worldwonderer/oh-story-claudecode --plugin story-importBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
English | 中文
网文写作 skill 包,覆盖长篇与短篇网络小说的扫榜、拆文、写作、去AI味、封面图全流程。内置适配 Claude Code、OpenCode、ZCode、OpenClaw、Codex CLI、Reasonix、workbuddy;能读取项目文件的 Web AI / Agent 环境也可按通用 skills 路径使用。
套路 = 确定性的情绪满足
专业作者的方法论三步走:
围绕四条线展开:爆款逆向 · 剧情模块化重组 · 上下文状态分层管理 · 人机协同。
v0.7.0 起:多端适配再扩两家——ZCode 3.3.4 原生适配(仓库作 marketplace/plugin 安装,
story-setup target_cli=zcode)与 Reasonix Phase 1(skills + 原生 plugin manifest);hook 核统一到共享 node 核并加六端 parity 锁;长篇把「剧情条/循环卡/…」五个叫法统一为「剧情单元」并把拆书产物接入卷纲/细纲;去 AI 味闸口机器化——写后正文网自动扫描确定性毒句式,写下一章前新增「毒句式欠账门」(无状态、node 缺失放行、可用<!-- 去味:跳过 -->显式豁免)。已部署项目需重新运行/story-setup并新开会话。v0.6.22 起:长篇正文接入「题材正文提示卡」——32 个番茄题材的腔调卡在写作时按题材召回进写手(卡内容绝不入正文),并配套大纲边界与逐章写法公式防越界注水;短篇新增投稿层
submission-craft(知乎盐选/小程序/番茄三路平台基调、导语门面打磨、付费点断点设计);全套件 skill 文档去重瘦身约 33KB;story-setup 支持 generic Web AI 部署。已部署项目需重新运行/story-setup并新开会话。v0.6.21 起:短篇写作参考栈瘦身——
story-short-write删除长篇继承残留 references,改由short-format/short-craft/short-deslop+ 四个题材包(追妻火葬场、复仇打脸、总裁豪门、宅斗宫斗)承接短篇格式、情绪直给、节奏密度和去 AI 味;已部署项目建议重新运行/story-setup并新开会话,获取新版 narrative-writer 短篇例外。更早版本变更见 CHANGELOG.md。
flowchart LR
classDef entry fill:#f0f0f0,color:#333,stroke:#999,stroke-width:1px
classDef phase fill:#e8f4fd,color:#1a1a2e,stroke:#4a9be8,stroke-width:1px
classDef final fill:#fce4ec,color:#333,stroke:#e57373,stroke-width:1px
entry_l{{"长篇作者"}}:::entry
entry_s{{"短篇作者"}}:::entry
entry_r{{"已有方向"}}:::entry
entry_i{{"已有小说"}}:::entry
subgraph S0 [" 环境部署"]
setup["/story-setup"]:::phase
end
subgraph S1 [" 扫榜选材"]
direction TB
scan_l["长篇扫榜"]:::phase
scan_s["短篇扫榜"]:::phase
end
subgraph S2 [" 拆文学习"]
direction TB
analyze_l["长篇拆文"]:::phase
analyze_s["短篇拆文"]:::phase
import_l["已有小说导入"]:::phase
end
subgraph S3 [" 落笔创作"]
direction TB
write_l["长篇写作"]:::phase
write_s["短篇写作"]:::phase
end
subgraph S4 [" 精修定稿"]
deslop["去 AI 味"]:::final
end
entry_l --> setup
entry_s --> setup
setup --> scan_l
setup --> scan_s
scan_l --> analyze_l
scan_s --> analyze_s
analyze_l --> write_l
analyze_s --> write_s
entry_r -.->|跳过准备| write_l
entry_r -.->|跳过准备| write_s
entry_i -.->|推荐先部署| setup
setup -.->|逆向导入| import_l
import_l -.->|续写| write_l
write_l --> deslop
write_s --> deslop
方式一 直接告诉 Claude Code / OpenCode / ZCode / OpenClaw / Codex,或其他支持导入 GitHub 仓库/skill 的 Web AI / Agent 平台:
安装这个 skill https://github.com/worldwonderer/oh-story-claudecode
方式二 命令行:
npx skills add worldwonderer/oh-story-claudecode -y -g
-g 全局安装,所有目录可用;去掉 -g 则只装到当前目录。更新时重新执行同一条命令即可。
Codex 用户: repo 内直接使用:Codex 会扫描
$REPO_ROOT/.agents/skills(指向skills/的 symlink)发现 13 个 skill;用$story、$story-setup或/skills调用。Windows 上 git 需开core.symlinks=true,否则 symlink 失效,改走下方$story-setup部署。 跑$story-setup部署到写作项目后,会写入.codex/agents/*.toml、.codex/hooks.json、.codex/hooks/{story_codex_hook.py,run-story-hook.sh,run-story-hook.cmd}和.codex/skills/story-setup/references/agent-references/;请信任项目.codex/配置层并在/hooksreview/trust hooks、新开 Codex 会话,让 custom agents 生效。ZCode 用户: 在 Plugin Management 中把本仓库加入 marketplace,安装
oh-story后可用$story、$story-setup或/面板调用 13 个 Skills/Commands。$story-setup选择target_cli=zcode会部署.zcode/skills/、.zcode/commands/、.zcode/hooks/story_zcode_hook.js,安全合并.zcode/config.json与根AGENTS.md;Hook 依赖 PATH 中的node。ZCode 3.3.4 不执行项目/plugin custom agents,也没有PreCompact/SessionEnd,相关流程会明确降级 solo/direct,compact 后由SessionStart恢复上下文。OpenCode 用户: 全局安装后 opencode 自动从
~/.claude/skills/发现 skills;首次用自然语言触发 story-setup(如「用 story-setup 部署网文写作环境」),部署后退出重进opencode -c才能用 slash command。部分 hook 行为与 Claude Code 有差异(session-start / session-end / compact 等),详见 CONTRIBUTING.md 的 OpenCode 章节。OpenClaw 用户: 当前支持 skills-only:OpenClaw 可从 workspace
skills/、.agents/skills、~/.agents/skills、~/.openclaw/skills等 skill root 发现本项目 13 个 skill;SKILL.md已按 OpenClaw 要求使用单行name/description与单行 JSONmetadata.openclaw。story-setup选择target_cli=openclaw时会把 skills 复制到项目skills/并写入 OpenClaw 版AGENTS.md;agents/hooks 暂不部署,写正文前大纲守卫在 OpenClaw 下是 skill 内软约束。部署后如未显示新 skills,请新开 OpenClaw session 或等待 watcher 刷新。Reasonix 用户: 当前支持 skills + 原生 plugin manifest(Phase 1):Reasonix 原生扫描
.agents/skills(指向skills/的 symlink)发现 13 个 skill,用reasonix doctor capabilities校验;也可用根reasonix-plugin.json走reasonix plugin install。项目级story-setup部署与 hooks 是后续阶段。Windows 未启用 symlink 时改走原生 plugin。
Turn any video into a Chinese-narration recap on ffmpeg + one Xiaomi MiMo API key: understanding (ASR + VLM) -> narration -> cut -> voiceover -> assemble. A bundle of independent skills + a thin orchestrator. Runs on macOS, Linux, and Windows.
把小说转成游戏企划与可完整游玩的网页游戏原型。
长篇网文创作系统(skills + agents + data chain + RAG)
小说创作工具套件:使用雪花写作法创作小说、人语化处理AI文本(30种检测模式+灵魂注入)、导出各平台投稿格式
AI 웹소설 창작 하네스. 18개 전문 에이전트와 10개 스킬로 기획→설계→집필→윤문→재작성 전 과정을 자동화. Web novel creation harness with end-to-end automation from planning to publishing.
AI skill for Chinese novel writing and storytelling. Assists in creative writing for Chinese language narratives.
A suite of cross-referenced skills and CLI maintenance tools for end-to-end story writing powered by markdown. Covers story initialization, character management, worldbuilding, plot structure, chapter writing, revision, validation, reporting, indexing, word counts, and manuscript export.
Agent skill for creative writing assistance, content generation, and narrative development in Chinese.