← 返回 Skills 市场
Novel Writer
作者
yisihenji1972
· GitHub ↗
· v1.0.0
· MIT-0
474
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install cq-novel-writer
功能描述
长篇小说持续创作技能。当需要写小说、写网文、写重生穿越文、每天定期写章节、更新小说大纲、维护人物关系时使用此技能。自动读取故事总纲、前文、范本,确保章节连贯、风格一致。
使用说明 (SKILL.md)
Novel Writer - 小说写作技能
核心工作流
每次写新章节前必须执行:
1. 读取 ~/.openclaw/workspace/novel/故事总纲.md
→ 了解当前进度、人物、伏笔
2. 读取前1章内容
→ 确保剧情连贯、人物一致
3. 读取范本 ~/Desktop/重生78.txt 的1-2段
→ 学习网文节奏、爽点设计
4. 写新章节(4000-5000字)
→ 存到 ~/.openclaw/workspace/novel/
5. 更新故事总纲的章节摘要
→ 添加:章节号、标题、主要内容
6. 复制到 ~/Desktop/小说合并版.txt
→ 方便用户查看
写作规范
章节结构
- 每章4000-5000字
- 1-2个场景
- 结尾留钩子(下章预告)
- 每章结尾写"(本章完)"
人物设定
- 男主:善良正义、有分寸、不滥情
- 能力展示:村里展医术,回城后展命理道术
- 能力来源:川西小山村道观传承(掩护)
爽点模式
困难出现 → 贵人相助/自己化解 → 打脸 → 积累人脉
时间线管理
- 1978年春:重生养病
- 1978年夏:高考
- 注意:不要写成修仙文!
人物命名规范
- 男主:李为东(1959年出生,2019年去世,1978年重生)
- 家人:大弟李为西、二弟李为北、小妹李小巧
- 女主:王秀英(同学)、其他待定
注意事项
- 不要写灵力/功法:1978年男主没有道术功法,那是重生前的传承
- 感知力可以有:命理高手的敏锐感知是合理的
- 年代细节:粮票、煤油灯、1978年物价
- 感情线克制:男主有分寸,不主动招惹
自动写作Cron
如需要,设置每1小时自动执行:
工作目录:~/.openclaw/workspace/novel/
每次写1章,写完更新总纲
参考文件
- 故事总纲:故事总纲.md
- 范本:~/Desktop/重生78.txt(已下载)
- 当前章节:重生78之道门神医-第X章.txt
安全使用建议
What to consider before installing or enabling: 1) This skill will read and write files under your home directory (~/ .openclaw/workspace/novel/ and files on your Desktop). Make sure those paths do not contain sensitive data you don't want the skill to access. 2) Back up the story files (and any Desktop sample) before first run — the skill will update/overwrite outline files and the merged novel file. 3) The SKILL.md suggests adding a cron job; do not add automated scheduling unless you intentionally want hourly automatic chapter generation. 4) Because the skill comes from an unknown source, test it in a sandbox: create a dedicated workspace and sample files with non-sensitive dummy content and run the skill manually to confirm behavior. 5) If you do use it, restrict file permissions on other files/folders and monitor what files get created/modified. 6) The skill does not request credentials or install software, which reduces risk, but local file access is the primary privacy surface — be deliberate about which directories you allow it to use.
功能分析
Type: OpenClaw Skill
Name: cq-novel-writer
Version: 1.0.0
The skill is a specialized tool for automated novel writing, focusing on plot consistency and character management for a specific genre. It interacts with local files in `~/.openclaw/workspace/novel/` and `~/Desktop/` to read templates and save chapters, which is entirely consistent with its stated purpose. No malicious indicators such as data exfiltration, unauthorized network access, or obfuscated code were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The name/description (long-form novel writing, outline maintenance, reading examples and previous chapters) matches the runtime instructions which explicitly read a story outline, the previous chapter, a local sample, then write the new chapter and update the outline. No extraneous credentials, binaries, or unrelated actions are requested.
Instruction Scope
The SKILL.md directs the agent to read and write specific user files and directories (e.g., ~/.openclaw/workspace/novel/, ~/Desktop/重生78.txt, ~/Desktop/小说合并版.txt). That is coherent for a writing skill, but it means the skill will access user files on disk. It does not request unrelated system data or credentials, but the instructions assume presence of specific files and will modify the outline and create/overwrite files in your home directory.
Install Mechanism
There is no install spec and no code files — instruction-only. This is the lowest-risk install profile because nothing new is written to disk by an installer.
Credentials
The skill requests no environment variables, credentials, or config paths beyond the explicit file paths in the SKILL.md. The scope of access to local files is proportional to the stated purpose.
Persistence & Privilege
The skill itself is not always-enabled and does not request system privileges, but the SKILL.md recommends setting up an hourly automated job (cron) to write chapters. If followed, that would create persistent behavior. Autonomous invocation by the agent is allowed by platform defaults — not a problem alone, but combined with enabling cron could produce periodic automatic writes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cq-novel-writer - 安装完成后,直接呼叫该 Skill 的名称或使用
/cq-novel-writer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Novel Writer skill for long-form Chinese web fiction.
- Provides structured workflow to ensure chapter consistency, style alignment, and story continuity.
- Includes detailed writing norms: chapter length, character design, timeline, and “爽点模式” (conflict and payoff cycle).
- Integrates automatic file reading (outline, previous chapters, exemplary texts) for guided writing.
- Supports scheduled, recurring chapter writing and automatic outline updates.
- Emphasizes era accuracy (1978), restrained romance, and avoids supernatural elements.
元数据
常见问题
Novel Writer 是什么?
长篇小说持续创作技能。当需要写小说、写网文、写重生穿越文、每天定期写章节、更新小说大纲、维护人物关系时使用此技能。自动读取故事总纲、前文、范本,确保章节连贯、风格一致。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 474 次。
如何安装 Novel Writer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cq-novel-writer」即可一键安装,无需额外配置。
Novel Writer 是免费的吗?
是的,Novel Writer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Novel Writer 支持哪些平台?
Novel Writer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Novel Writer?
由 yisihenji1972(@yisihenji1972)开发并维护,当前版本 v1.0.0。
推荐 Skills