[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-814":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":39,"readmeContent":40,"aiSummary":41,"trendingCount":16,"starSnapshotCount":16,"syncStatus":42,"lastSyncTime":43,"discoverSource":44},814,"oh-story-claudecode","worldwonderer\u002Foh-story-claudecode","worldwonderer","网文\u002F小说写作 skill 包，覆盖长篇与短篇网络小说的扫榜、拆文、写作、去AI味、封面图全流程","",null,"JavaScript",2184,400,7,6,0,152,423,1187,456,29.81,"MIT License",false,"main",true,[27,28,29,30,31,32,33,34,35,36,37,38],"ai-agent","ai-writing","chinese-novel","claude-code","claude-skills","creative-writing","gpt-image","novel-writing","openclaw","skill","web-novel","writing-assistant","2026-06-12 02:00:19","# oh-story-claudecode\n\n网文写作 skill 包，覆盖长篇与短篇网络小说的扫榜、拆文、写作、去AI味、封面图全流程。适配 Claude Code、OpenClaw。\n\n## 流程总览\n\n```mermaid\nflowchart LR\n    classDef entry fill:#f0f0f0,color:#333,stroke:#999,stroke-width:1px\n    classDef phase fill:#e8f4fd,color:#1a1a2e,stroke:#4a9be8,stroke-width:1px\n    classDef final fill:#fce4ec,color:#333,stroke:#e57373,stroke-width:1px\n\n    entry_l{{\"长篇作者\"}}:::entry\n    entry_s{{\"短篇作者\"}}:::entry\n    entry_r{{\"已有方向\"}}:::entry\n\n    subgraph S1 [\"  扫榜选材\"]\n        direction TB\n        scan_l[\"长篇扫榜\"]:::phase\n        scan_s[\"短篇扫榜\"]:::phase\n    end\n\n    subgraph S2 [\"  拆文学习\"]\n        direction TB\n        analyze_l[\"长篇拆文\"]:::phase\n        analyze_s[\"短篇拆文\"]:::phase\n    end\n\n    subgraph S3 [\"  落笔创作\"]\n        direction TB\n        write_l[\"长篇写作\"]:::phase\n        write_s[\"短篇写作\"]:::phase\n    end\n\n    subgraph S4 [\"  精修定稿\"]\n        deslop[\"去 AI 味\"]:::final\n    end\n\n    entry_l --> scan_l\n    entry_s --> scan_s\n    scan_l --> analyze_l\n    scan_s --> analyze_s\n    analyze_l --> write_l\n    analyze_s --> write_s\n    entry_r -.->|跳过准备| write_l\n    entry_r -.->|跳过准备| write_s\n    write_l --> deslop\n    write_s --> deslop\n```\n\n## 安装\n\n**方式一** 直接告诉 Claude Code \u002F OpenClaw：\n\n```\n安装这个 skill https:\u002F\u002Fgithub.com\u002Fworldwonderer\u002Foh-story-claudecode\n```\n\n**方式二** 命令行：\n\n```bash\nnpx skills add worldwonderer\u002Foh-story-claudecode -y\n```\n\n更新时重新执行同一条命令即可。\n\n## Skills\n\n| Skill | 触发 | 说明 |\n|:------|:-----|:-----|\n| `story-long-write` | `\u002Fstory-long-write` `\u002Fstory` `\u002F网文` | 长篇写作 · 大纲搭建、人物设定、正文输出 |\n| `story-long-analyze` | `\u002Fstory-long-analyze` | 长篇拆文 · 黄金三章、爽点设计、节奏分析 |\n| `story-long-scan` | `\u002Fstory-long-scan` | 长篇扫榜 · 起点\u002F番茄\u002F晋江市场趋势 |\n| `story-short-write` | `\u002Fstory-short-write` | 短篇写作 · 情绪设计、反转构思、精修出稿 |\n| `story-short-analyze` | `\u002Fstory-short-analyze` | 短篇拆文 · 叙事结构、情绪曲线、钩子拆解 |\n| `story-short-scan` | `\u002Fstory-short-scan` | 短篇扫榜 · 知乎盐言\u002F番茄短篇风口数据 |\n| `story-deslop` | `\u002Fstory-deslop` `\u002F去AI味` | 去AI味 · 检测并清除 AI 写作痕迹 |\n| `story-cover` | `\u002Fstory-cover` `\u002F封面` | 封面生成 · 书名题材分析 + GPT-Image-2 出图 |\n| `browser-cdp` | `\u002Fbrowser-cdp` | 浏览器操控 · CDP 协议复用登录态抓取数据 |\n\n自然语言同样触发：「帮我开书」→ `story-long-write`，「这篇太 AI 了」→ `story-deslop`。\n\n\u003Cdetails>\n\u003Csummary>封面生成示例\u003C\u002Fsummary>\n\n![封面示例 — 剑道独尊](demo\u002F封面-剑道独尊.png)\n\n\u003C\u002Fdetails>\n\n## 项目文件结构\n\n一部长篇动辄几十万字、几百章。设定冲突、伏笔断线、时间线对不上——写到最后全靠记忆硬撑，迟早翻车。\n\n用文件系统把设定、大纲、正文、追踪拆开，每个维度独立维护。对话只负责创作，不负责记忆。\n\n**长篇：**\n\n```\n{书名}\u002F\n├── 设定\u002F\n│   ├── 世界观\u002F          # 背景、力量体系等，按主题拆文件\n│   ├── 角色\u002F            # 每个人物一个文件（沈栀.md、陆衍止.md）\n│   ├── 势力\u002F            # 每个势力\u002F组织一个文件（天机阁.md）\n│   ├── 关系.md          # 角色关系映射\n│   └── 题材定位.md      # 题材核心梗+对标分析\n├── 大纲\u002F\n│   ├── 大纲.md          # 全书卷级结构\n│   ├── 卷纲_第一卷.md   # 每卷一个：爽点节奏+情绪弧线+人物弧线+伏笔+反转\n│   ├── 细纲_第001章.md  # 每章一个：事件+钩子+爽点+悬念\n│   └── ...\n├── 正文\u002F\n│   ├── 第001章_章名.md\n│   └── ...\n├── 对标\u002F\n│   └── {对标书名}\u002F\n│       ├── 原文\u002F            # 对标书原文章节\n│       └── 拆文报告.md      # analyze skill 输出的拆文报告\n├── 追踪\u002F                # 连续性管理\n│   ├── 伏笔.md          # 伏笔埋设\u002F回收状态表\n│   └── 时间线.md        # 故事内时间线\n└── 笔记.md\n```\n\n**拆文库：** 拆文 skill 默认输出到项目根目录 `拆文库\u002F{书名}\u002F`，写作 skill 可直接引用其中的 `拆文报告.md` 作为对标参考。\n\n## 知识体系\n\n各 skill 自带 `references\u002F` 知识库，按需加载，不占上下文。\n\n| 主题 | 内容 | 所在 skill |\n|:-----|:-----|:-----------|\n| 大纲排布 | 五步大纲法 · 故事结构分级 · 节点设计法 · 升级感设计 | long-write |\n| 开头设计 | 开篇模式 · 前 500 字设计 · 黄金三章开头策略 | long-write \u002F short-write |\n| 人物设计 | 角色设定 · 人物提取 · 关系映射 · 动机链 · 群像 | long-write \u002F short-write \u002F short-analyze |\n| 钩子技法 | 章尾钩子 13 式 · 章首钩子 7 式 · 段落级钩子 · 悬念编排 | long-write \u002F short-write \u002F short-analyze |\n| 情绪设计 | 6 种弧形模板 · 期待感管理 · 题材赛道策略 | long-write \u002F short-write |\n| 题材框架 | 长篇八节点 · 短篇压缩三幕 · 8 大题材开头模板 | long-write \u002F short-write \u002F short-analyze |\n| 对话技法 | 节奏 · 潜台词 · 信息控制 · 对话模式数据库 | long-write \u002F short-write |\n| 反转工具箱 | 类型 · 时机 · 误导底层路径 | long-write \u002F short-write |\n| 风格模块 | 对话 · 打斗 · 智斗 · 镜头式写作 · 装逼打脸 · 白描 | long-write |\n| 高级技法 | 小纲四步法 · 高潮逆推 · 双线结构 · AB 交织法 | long-write |\n| 去AI味 | 预防 · 三遍去AI法 · 改写范例库 · 禁用词表 | deslop \u002F long-write \u002F short-write |\n| 质量检查 | 通用 · 长篇专项 · 短篇专项 · 毒点排查 | long-write \u002F short-write \u002F short-analyze |\n| 写作公式 | 21 大题材写作公式 · 三翻四震 · 感情线四阶段 | short-write \u002F short-analyze |\n| 女频写作 | 女读者偏好 · 情感描写 · 感情线模式 · 对标拆书 | short-write |\n| 拆文方法 | 黄金三章 · 情绪曲线 · 结构拆解 · 知乎风格分析 | long-analyze \u002F short-analyze |\n| 拆文实例 | 完整案例拆解 · 模板化输出 | short-analyze |\n| 读者画像 | 9 维画像 · 目标读者分析 | long-scan |\n| 市场数据 | 题材趋势 · 平台特性 · 采集格式 · 投稿指南 | long-scan \u002F short-scan |\n| 封面风格 | 10 大题材视觉风格 · 色彩构图 · 提示词模板 | story-cover |\n\n## 适用平台\n\n**长篇** 起点中文网 · 番茄小说 · 晋江文学城 · 七猫小说 · 刺猬猫\n\n**短篇** 知乎盐言故事 · 番茄短篇 · 七猫短篇\n\n这套 skill 现在能让我度过找工作的过渡期 :joy:，希望也能帮到有需要的朋友。\n\n## Star History\n\n\u003Ca href=\"https:\u002F\u002Fwww.star-history.com\u002F?repos=worldwonderer%2Foh-story-claudecode&type=date&legend=top-left\">\n \u003Cpicture>\n   \u003Csource media=\"(prefers-color-scheme: dark)\" srcset=\"https:\u002F\u002Fapi.star-history.com\u002Fchart?repos=worldwonderer\u002Foh-story-claudecode&type=date&theme=dark&legend=top-left\" \u002F>\n   \u003Csource media=\"(prefers-color-scheme: light)\" srcset=\"https:\u002F\u002Fapi.star-history.com\u002Fchart?repos=worldwonderer\u002Foh-story-claudecode&type=date&legend=top-left\" \u002F>\n   \u003Cimg alt=\"Star History Chart\" src=\"https:\u002F\u002Fapi.star-history.com\u002Fchart?repos=worldwonderer\u002Foh-story-claudecode&type=date&legend=top-left\" \u002F>\n \u003C\u002Fpicture>\n\u003C\u002Fa>\n\n## 贡献\n\n欢迎贡献新 skill、补充知识库、更新市场数据。详见 [CONTRIBUTING.md](CONTRIBUTING.md)。\n\n## 致谢\n\n- [LINUX DO - The New Ideal Community](https:\u002F\u002Flinux.do) — 社区支持\n- [FanqieRankTracker](https:\u002F\u002Fgithub.com\u002Fwen1701\u002FFanqieRankTracker) — 番茄小说字体反爬解码方案参考\n","oh-story-claudecode 是一个专为网络小说创作设计的技能包，支持长篇和短篇网文的扫榜、拆文、写作、去AI味以及封面图生成等全流程。其核心功能包括市场趋势分析、故事结构拆解与学习、自动或辅助式文本创作、以及通过特定算法减少AI生成内容的机械感，同时提供基于GPT-Image技术的封面设计服务。该项目使用JavaScript编写，适配Claude Code和OpenClaw平台，非常适合需要提高效率并保持作品质量的独立作家或团队在创意写作过程中使用。",2,"2026-06-11 02:39:33","CREATED_QUERY"]