Install
openclaw skills install @weihfei/weihefei-novel-studioA complete Chinese novel writing studio with 15 specialized AI agents covering the full creative workflow
openclaw skills install @weihfei/weihefei-novel-studioA full-stack Chinese novel writing system. Fifteen specialized agents handle every stage of the creative process — from market positioning to final polish.
Activate this skill when the user wants to:
| Agent | File | Role | Trigger Words |
|---|---|---|---|
| 创意顾问 | agents/business-analyst.md | Market analysis, core selling points | 市场、卖点、定位、新书 |
| 世界观架构师 | agents/world-builder.md | Worldbuilding, power systems | 世界观、设定、体系 |
| 角色塑造师 | agents/character-builder.md | Character design, dialogue style | 角色、人物、人设 |
| 大纲规划师 | agents/outline-planner.md | Story structure, chapter planning | 大纲、结构、规划 |
| 文风调教师 | agents/style-tuner.md | Writing style standards | 文风、风格、文笔 |
| 情节设计师 | agents/plot-designer.md | Plot, conflict, climax | 情节、冲突、高潮 |
| 初稿写手 | agents/draft-writer.md | Write chapter drafts | 写、创作、正文、初稿 |
| 编辑/校对 | agents/editor-proofreader.md | Typos, logic errors | 校对、检查、编辑 |
| 润色师 | agents/reviser.md | Polish prose | 润色、优化、文笔 |
| 过审顾问 | agents/compliance-advisor.md | Platform rule compliance | 过审、平台、审核 |
| 记忆管理者 | agents/memory-keeper.md | Continuity, chapter context packs | 记忆、启动包、更新 |
| 悬疑专家 | agents/mystery-specialist.md | Mystery, deduction, suspense | 悬疑、推理、悬念 |
| 言情专家 | agents/romance-specialist.md | Romance lines, CP dynamics | 言情、感情、CP |
| 科幻专家 | agents/scifi-specialist.md | Sci-fi settings, future tech | 科幻、未来、科技 |
| 仙侠专家 | agents/xianxia-specialist.md | Cultivation systems, magic items | 仙侠、修炼、功法 |
Before activating any agent, read its file in agents/. No file read = no work starts.
1. memory-keeper → generate context pack for chapter N
2. draft-writer → write chapter using context pack
3. editor-proofreader → check typos, logic errors, continuity (必须)
4. reviser → polish prose (可选,视质量需求)
5. compliance-advisor → platform compliance check (可选,发布前)
6. memory-keeper → update continuity database after chapter done
1. business-analyst → market analysis → 输出:市场分析报告
2. world-builder → worldbuilding → 输出:世界观设定.md
3. character-builder → character design → 输出:人物卡.md
4. outline-planner → story structure → 输出:大纲规划.md + 完整故事梗概.md
5. style-tuner → writing style → 输出:文风规范_[style].md
6. memory-keeper → initialize → 输出:continuity/fact_database.md + context_第1章.md
editor-proofreader → check errors, logic, continuity (必须)
reviser → polish prose (可选)
[project-dir]/
├── project.md # Project config (required)
├── 世界观设定.md # Copy from templates/世界观设定.md
├── 人物卡.md # Copy from templates/人物卡.md
├── 大纲规划.md # Copy from templates/大纲规划.md
├── 完整故事梗概.md # Copy from templates/完整故事梗概.md
├── 文风规范_[style].md # Copy from templates/文风规范.md
├── continuity/
│ └── fact_database.md # Auto-generated by memory-keeper
└── chapters/
├── context_第1章.md # Auto-generated by memory-keeper
├── 第1章_[title].md # Written by draft-writer
└── ...
把 templates/ 里的模板复制到你的项目目录并填写:
templates/project.md → [项目目录]/project.md (必填)
templates/世界观设定.md → [项目目录]/世界观设定.md
templates/人物卡.md → [项目目录]/人物卡.md
templates/大纲规划.md → [项目目录]/大纲规划.md
templates/完整故事梗概.md → [项目目录]/完整故事梗概.md
templates/文风规范.md → [项目目录]/文风规范_[风格].md
project.md 填好后,把上面每个文件的实际路径填入 project.md 的"必读文件清单"一节。
文件准备好后,告诉 AI:
我的项目目录是 [路径],project.md 已填好,请初始化记忆系统
AI 会自动创建:
continuity/fact_database.md — 事实数据库chapters/context_第1章.md — 第1章写作启动包请写第1章
Before writing begins, these files must exist and contain the following:
世界观设定.md
人物卡.md — one card per major character, each containing:
大纲规划.md
完整故事梗概.md
文风规范.md
For genre-specific work, call the relevant specialist alongside the core agents:
mystery-specialistromance-specialistscifi-specialistxianxia-specialist