← Back to Skills Marketplace
Novel Writer
by
yisihenji1972
· GitHub ↗
· v1.0.0
· MIT-0
474
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install cq-novel-writer
Description
长篇小说持续创作技能。当需要写小说、写网文、写重生穿越文、每天定期写章节、更新小说大纲、维护人物关系时使用此技能。自动读取故事总纲、前文、范本,确保章节连贯、风格一致。
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cq-novel-writer - After installation, invoke the skill by name or use
/cq-novel-writer - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Novel Writer?
长篇小说持续创作技能。当需要写小说、写网文、写重生穿越文、每天定期写章节、更新小说大纲、维护人物关系时使用此技能。自动读取故事总纲、前文、范本,确保章节连贯、风格一致。 It is an AI Agent Skill for Claude Code / OpenClaw, with 474 downloads so far.
How do I install Novel Writer?
Run "/install cq-novel-writer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Novel Writer free?
Yes, Novel Writer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Novel Writer support?
Novel Writer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Novel Writer?
It is built and maintained by yisihenji1972 (@yisihenji1972); the current version is v1.0.0.
More Skills