novel-writer
小说写作助手。触发词:写小说/创作小说/生成小说/帮我写个小说/小说大纲/网文创作。工作流:需求收集(类型/风格/字数)→ AI生成大纲(世界观/人物/剧情/章节规划)→ 用户确认 → 自动逐章生成 → 一章一个文件保存。支持玄幻、仙侠、都市、科幻、历史、武侠、网游、灵异、军事、竞技等主流网文类型,面向新手作者。
Best use case
novel-writer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
小说写作助手。触发词:写小说/创作小说/生成小说/帮我写个小说/小说大纲/网文创作。工作流:需求收集(类型/风格/字数)→ AI生成大纲(世界观/人物/剧情/章节规划)→ 用户确认 → 自动逐章生成 → 一章一个文件保存。支持玄幻、仙侠、都市、科幻、历史、武侠、网游、灵异、军事、竞技等主流网文类型,面向新手作者。
Teams using novel-writer should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/lsp-novel-writer/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How novel-writer Compares
| Feature / Agent | novel-writer | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
小说写作助手。触发词:写小说/创作小说/生成小说/帮我写个小说/小说大纲/网文创作。工作流:需求收集(类型/风格/字数)→ AI生成大纲(世界观/人物/剧情/章节规划)→ 用户确认 → 自动逐章生成 → 一章一个文件保存。支持玄幻、仙侠、都市、科幻、历史、武侠、网游、灵异、军事、竞技等主流网文类型,面向新手作者。
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Best AI Skills for ChatGPT
Find the best AI skills to adapt into ChatGPT workflows for research, writing, summarization, planning, and repeatable assistant tasks.
AI Agent for YouTube Script Writing
Find AI agent skills for YouTube script writing, video research, content outlining, and repeatable channel production workflows.
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
SKILL.md Source
# 小说写作助手 ## 触发条件 - "写小说" / "创作小说" / "生成小说" / "帮我写个小说" - "小说大纲" / "小说生成器" / "网文创作" - 参数化:`写小说,类型=玄幻,字数=10万,风格=热血` ## 核心工作流 ### 阶段一:需求收集(交互式问答) **必填(逐一询问,不要一次抛出):** 1. **小说类型**:玄幻、仙侠、都市、科幻、历史、武侠、网游、灵异、军事、竞技 2. **风格定位**:热血爽文、轻松搞笑、深沉黑暗、悬疑烧脑、情感治愈 3. **预计字数**:5万 / 10万 / 20万 / 30万 / 自定义 **选填:** 4. **核心创意/主题**(如"废柴逆袭"、"系统流";未提供则 AI 自动选经典套路) 5. **主角设定偏好**(未提供则 AI 自动生成) ### 阶段二:大纲生成 AI 自动生成完整大纲,包含: 1. **基础信息**:标题、类型、风格、字数、章节数(`ceil(字数 / 3000)`) 2. **世界观设定**:根据类型生成等级体系、势力划分、背景 3. **人物设定**:主角(含金手指/目标)+ 3-5 配角 + 反派 4. **剧情结构**:三幕式 — 开篇(10%) → 发展(70%) → 高潮结局(20%) 5. **章节规划**:每章标题 + ~100字核心剧情点 展示格式示例: ``` ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📖 小说大纲 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 【基础信息】 标题:《九天剑神》 类型:玄幻 | 风格:热血爽文 预计字数:10万字 | 章节数:33章 【世界观设定】 ... 【人物设定】 ... 【剧情结构】 第一幕(1-5章):废柴崛起 第二幕(6-28章):成长之路 第三幕(29-33章):巅峰对决 【章节规划】 第1章:废柴少年 - ... 第2章:拜师学艺 - ... ... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ``` ### 阶段三:大纲确认 - 询问用户确认 / 局部修改 / 重新生成 - **大纲必须用户确认后才生成章节** ### 阶段四:逐章生成 **策略:** - 逐章生成,参考前几章保持连贯 - 每章 ~3000 字(±20%) - 遵循网文写作指南(见 references/writing-guide.md) **进度显示:** ``` 进度:[████████░░░░░░░░░░░] 3/33 章 正在生成:第3章《一鸣惊人》 ``` **保存规则:** - 目录:`./novels/小说标题/` - 每章一个文件:`001章.md`、`002章.md`、... - 格式:`# 第N章 章节标题\n\n正文...` **完成后输出:** ``` ✅ 小说生成完成! 📁 保存位置:./novels/九天剑神/ 📊 实际字数:102,456 字 📝 章节数:33 章 ``` ## 质量保证 **大纲自检:** - 世界观完整(等级体系/势力) - 人物有明确目标/动机 - 剧情起承转合完整 - 每章有核心剧情点 **章节自检:** - 字数达标 - 章末有悬念钩子 - 爽点节奏(3-5章一小爽,10章一大爽) - 人物性格一致,逻辑连贯 ## 错误处理 | 问题 | 处理 | |------|------| | 输入模糊 | 提供示例选项引导 | | 大纲不满意 | 支持重新生成或局部修改 | | 生成中断 | 保存已生成内容,支持断点续传 | | 字数 <1万 | 提示建议至少5万字 | | 字数 >50万 | 提示生成时间较长,建议分批 | ## 类型写作要点 详见 [references/writing-guide.md](references/writing-guide.md),包含: - 黄金三章法则 - 爽点节奏设置 - 悬念与伏笔技巧 - 各类型经典套路与核心要素 - 写作禁忌
Related Skills
Cold Email Writer
Writes personalized cold emails that actually get replies
Policy Writer
Generate professional internal policies for any business function — HR, IT, finance, compliance, data privacy, acceptable use, and more.
Grant Writer
Write winning grant proposals and funding applications. Works for government grants (SBIR, Innovate UK, Horizon Europe), foundation grants, and corporate funding programs.
问专家技能 - 使用 Playwriter 控制已登录的浏览器
## 技能描述
case-writer-hybrid
Expand a structured brief in `content-production/inbox/` into a reusable long-form markdown article draft, then run a local writer / critic / judge quality loop with a constrained humanization pass. Use when Codex needs a stage-1 article draft plus reusable writing sidecars for downstream `generate-image` and `wechat-formatter`.
writer
Fix AI writing patterns that create repetitive and robotic content
Landing Page Copywriter Lite
Free version — generate hero section copy and run a quick 3-point CRO audit on any landing page.
target-novelty-scorer
Score the novelty of biological targets through literature mining and.
sop-writer
Write GCP-compliant Standard Operating Procedures for labs and clinical sites
blog-writer
为张向阳(Astral Wave)的个人博客 astralwaveorg 生成高质量技术博客文章。当用户说"写博客xxx"、"帮我写一篇xxx"、"引用消息写成博客"、"总结今天聊天",或者 cron 触发每日聊天总结时,使用此技能。文章风格必须模拟作者本人:用工程师第一人称视角,诚实直接,有踩坑说踩坑,读起来像同事之间的经验分享,而不是翻译官方文档。绝不出现"非常优秀""极其强大"等废话词汇。目标是让读者感觉这是技术大牛写的,不是"AI 生成的"。
dan-koe-writer
Dan Koe 写作方法论工具箱。基于 OpenClaw Agent 模型,把爆款内容拆解成「创意积木」,再组装成新文章。触发场景:(1) 用户要拆解爆款文章并提取写作要素;(2) 用户需要写作方向或创意灵感;(3) 用户要生成完整的公众号/小红书/推特文章;(4) 用户想学习 Dan Koe 的 APAG 框架、POV 写作或创意积木系统。
12agent-novel
中文长篇小说多智能体创作体系(12Agent)。适用于新建长篇小说项目、搭建世界观与大纲、逐章写作、自动推进与读者反馈等长流程创作任务;不适用于短篇、诗歌、散文、翻译或非小说写作。