← 返回 Skills 市场
Novel Writer
作者
yisihenji1972
· GitHub ↗
· v1.1.0
· MIT-0
167
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cq-novel-writer-v2
功能描述
长篇小说持续创作技能。重生穿越文写作专用。自动读取故事总纲、前文、范本,确保章节连贯风格一致。内置记忆系统维护人物关系和剧情连续性。适用:写网文、写小说、写重生穿越文、每日定期写章节。
使用说明 (SKILL.md)
Novel Writer - 重生穿越小说写作技能
核心工作流
1. 读取故事总纲 → 了解当前进度
2. 读取前1章 → 确保连贯
3. 读取范本1-2段 → 学习风格
4. 写新章节(4000-5000字)
5. 更新记忆文件
6. 更新故事总纲
记忆系统(必读!)
每次写新章节前必须读取以下文件:
| 文件 | 内容 | 何时读 |
|---|---|---|
故事总纲.md |
当前进度、人物、伏笔 | 每次 |
人物关系.md |
所有角色状态 | 每次 |
剧情线.md |
已发生的关键情节 | 每次 |
设定.md |
世界观、能力规则 | 需要时 |
记忆文件写入时机
| 事件 | 写入文件 |
|---|---|
| 新角色出场 | 人物关系.md |
| 角色状态变化 | 人物关系.md |
| 关键情节 | 剧情线.md |
| 新设定/规则 | 设定.md |
| 穿帮/错误 | 错误记录.md |
章节模板
# 第X章 [标题]
> **本章概要**:
> **爽点**:
> **钩子**:
---
(正文4000-5000字)
---
(本章完)
写作规范
人物设定
- 男主:善良正义、有分寸、不滥情
- 能力展示:村里展医术,回城后展命理道术
- 能力来源:川西小山村道观传承(掩护)
爽点节奏
每1-2章:小打脸/小收获
每3-5章:中打脸/阶段收获
每8-12章:大高潮
禁忌
- ❌ 不要写灵力/功法(1978年没有)
- ❌ 不要连续两章无爽点
- ❌ 不要让已死角色复活
- ❌ 不要忘记埋过的伏笔
工作目录
~/.openclaw/workspace/novel/
├── 故事总纲.md # 总进度
├── 人物关系.md # 角色状态
├── 剧情线.md # 关键情节
├── 设定.md # 世界观
├── 错误记录.md # 穿帮记录
└── 重生78之道门神医-第X章.txt
自动写作Cron
每1小时自动执行:
写1章 → 更新记忆 → 更新总纲 → 复制到桌面
参考
- 范本:~/Desktop/重生78.txt(已下载)
- 我们的小说:重生78之道门神医系列
安全使用建议
This skill appears to do what it says (read your story files, produce chapters, update memory files) but the package metadata omits the file paths and any scheduling/install steps that the instructions require. Before installing, ask the publisher for: (1) an explicit list of files and directories the skill will read/write and confirmation it will not access other user files; (2) how hourly automation is implemented (does it create a cron job or rely on the agent to run tasks?) and an option to opt out; (3) source code or a homepage so you can inspect the author. If you proceed, run it in a sandboxed account or container, back up your files first, and avoid placing sensitive files in the referenced directories (e.g., Desktop or ~/.openclaw/workspace/novel). If the source cannot be verified or the author does not clarify the omissions, do not install.
功能分析
Type: OpenClaw Skill
Name: cq-novel-writer-v2
Version: 1.1.0
The skill bundle is a specialized tool for automated novel writing, specifically tailored for the 'rebirth/time travel' genre. It defines a structured workflow for maintaining plot consistency and character relationships using local markdown files within a dedicated workspace (~/.openclaw/workspace/novel/). All instructions in SKILL.md, including file operations and the conceptual 'Cron' automation, are strictly aligned with the stated purpose of generating, updating, and saving novel chapters.
能力评估
Purpose & Capability
The described purpose (continuous novel writing, maintaining memory files and chapter continuity) matches the SKILL.md instructions to read/write story-files and templates. However, the metadata declares no required config paths or files while the runtime instructions explicitly require/modify files under ~/.openclaw/workspace/novel/ and reference ~/Desktop/重生78.txt — an omission in metadata that reduces transparency.
Instruction Scope
Instructions explicitly tell the agent to read '故事总纲.md', '人物关系.md', '剧情线.md', etc., update those files, and copy output to the Desktop. That is in-scope for a writing assistant, but it grants the skill broad file read/write access to user home and desktop locations. The SKILL.md also states an hourly automatic execution policy (cron) even though no install or scheduling steps are declared.
Install Mechanism
There is no install specification and no code files — the skill is instruction-only, so nothing is written to disk by an installer. This is lower risk than an installer that downloads or extracts external code.
Credentials
No environment variables or credentials are requested, which is appropriate. However, the skill expects and modifies multiple user files and a Desktop sample; those file accesses are not declared in the metadata's required config paths. The lack of declared file paths reduces transparency about what will be read/written.
Persistence & Privilege
SKILL.md describes an hourly automatic write workflow (cron every 1 hour). The registry flags do not declare 'always: true' nor provide any install hooks to create scheduled tasks. This is a mismatch: the skill proposes persistent automated behavior but gives no authorized mechanism or metadata declaration for it. That could lead to unexpected background activity if the agent is permitted to schedule tasks or run periodically.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cq-novel-writer-v2 - 安装完成后,直接呼叫该 Skill 的名称或使用
/cq-novel-writer-v2触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
cq-novel-writer-v2 1.1.0 更新日志
- 新增详细SKILL.md文档,规范工作流、章节模板和记忆系统的操作说明
- 明确每次写作前后需读取/更新的文件种类及触发时机
- 完善人物、剧情线、世界观维护方法,提升长篇写作连贯性和一致性
- 补充写作规范与节奏、禁忌事项,确保风格专注重生穿越题材
- 自动化每小时写作及同步流程,提高创作效率
元数据
常见问题
Novel Writer 是什么?
长篇小说持续创作技能。重生穿越文写作专用。自动读取故事总纲、前文、范本,确保章节连贯风格一致。内置记忆系统维护人物关系和剧情连续性。适用:写网文、写小说、写重生穿越文、每日定期写章节。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 167 次。
如何安装 Novel Writer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cq-novel-writer-v2」即可一键安装,无需额外配置。
Novel Writer 是免费的吗?
是的,Novel Writer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Novel Writer 支持哪些平台?
Novel Writer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Novel Writer?
由 yisihenji1972(@yisihenji1972)开发并维护,当前版本 v1.1.0。
推荐 Skills