Install
openclaw skills install novel-writer-cp3dComprehensive novel writing assistant for creating, managing, and formatting novels. Use when the user needs help with (1) writing novel chapters, (2) managing novel structure and consistency, (3) checking chapter formatting, (4) continuing existing storylines, (5) converting novel formats (markdown to txt/epub/pdf), (6) managing characters and plot arcs, or any other novel writing tasks.
openclaw skills install novel-writer-cp3dThis skill helps with all aspects of novel writing, from creating new chapters to managing complex storylines and characters.
When writing new chapters:
Standard chapter format:
# XX-第X章 章节标题.md
## 第X章:章节标题
## 作者:作者名
## 日期:YYYY年MM月DD日
## 日期说明(可选)
---
正文内容,使用正确的段落和对话格式
---
**第X天/章,结束。**
**关键信息总结**
**但……**
**后续预告/思考**
Check chapters for:
When continuing a novel:
Convert novels between formats:
Use scripts in scripts/ folder for conversions.
Track and manage:
Store this information in references/characters.md and references/plot.md.
Standard novel folder structure:
NovelName/
├── 00-简介.md
├── 01-第一章 标题.md
├── 02-第二章 标题.md
├── ...
├── characters.md (character profiles)
├── plot.md (plot outline)
└── NovelName.txt (compiled text version)
scripts/md_to_txt.py - Convert markdown chapters to plain textscripts/check_format.py - Check chapter formatting consistencyscripts/compile_novel.py - Compile all chapters into single filereferences/characters.md - Character profiles and trackingreferences/plot.md - Plot outline and story arcsreferences/writing_guide.md - Writing style and conventionsWrite a new chapter: "帮我写小说《觉醒之鬼》第二十五章,承接第二十四章的剧情"
Check formatting: "检查一下小说所有章节的格式是否一致"
Convert format: "把小说转换成txt格式"
Continue story: "继续写下一章,主角遇到了新的挑战"
Manage characters: "更新角色信息,添加新角色"