/install novel-writing
novel-writing
AI长篇网文创作技能包,解决长篇连载中的7大痛点。
核心架构
novel/
├── settings/ # 世界观设定档案
│ ├── world.md # 世界观总览
│ ├── characters/ # 角色声线卡
│ ├── geography/ # 地理/势力
│ └── rules.md # 世界规则
├── chapters/ # 章节档案
│ ├── outline.md # 大纲
│ └── arc-N/ # 分卷
├── tracker/ # 追踪器
│ ├── foreshadowing.md # 伏笔追踪
│ ├── conflicts.md # 冲突记录
│ └── feedback.md # 读者反馈
└── state.json # 当前写作状态
工作流程
1. 开书初始化 novel init \x3C书名>
创建项目结构,加载默认模板。
2. 设定录入 novel setting \x3C类型> \x3C内容>
录入角色/地理/规则设定,自动检测与现有设定的冲突。
3. 大纲规划 novel outline \x3C章节范围> \x3C一句话概要>
生成章节大纲,标注伏笔埋入点。
4. 撰写章节 novel write \x3C章号> \x3C正文>
自动召回相关设定+前5章摘要,按文风指南输出。
5. 伏笔检测 novel check \x3C章号>
检查本章埋入的伏笔是否已在后续章节收回。
6. 冲突检测 novel conflict \x3C新内容>
检测新内容是否与已有设定冲突。
7. 反馈入库 novel feedback \x3C章节> \x3C反馈内容>
将读者反馈存入追踪器,写相关章节时自动加载。
伏笔追踪规则
每埋一个伏笔必须登记:
- [章X] 事件A → 预期回收章Y
连续3章未回收则预警。
文风指南
在 references/style-guide.md 定义:
- 叙事语气(简洁/华丽/悬疑/热血)
- 句式偏好(长句/短句比例)
- 禁忌词表
状态文件
state.json 记录:
- 当前卷/章
- 已埋未收伏笔数
- 本日产出字数
- 最后修改时间
每次 novel write 后自动更新。
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install novel-writing - After installation, invoke the skill by name or use
/novel-writing - Provide required inputs per the skill's parameter spec and get structured output
What is novel-writing?
AI长篇网文创作技能包。用于解决长篇网络小说创作中的核心痛点:上下文丢失、文风不一致、设定冲突、节奏失控、多线混乱、质量不稳、读者反馈无法内化。触发场景包括:开始新书、规划大纲、撰写章节、管理伏笔、检测冲突、读者反馈分析、批量创作质量控制。 It is an AI Agent Skill for Claude Code / OpenClaw, with 842 downloads so far.
How do I install novel-writing?
Run "/install novel-writing" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is novel-writing free?
Yes, novel-writing is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does novel-writing support?
novel-writing is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created novel-writing?
It is built and maintained by zton100 (@zton100); the current version is v1.2.0.