ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

12agent-novel

中文长篇小说多智能体创作体系(12Agent)。适用于新建长篇小说项目、搭建世界观与大纲、逐章写作、自动推进与读者反馈等长流程创作任务;不适用于短篇、诗歌、散文、翻译或非小说写作。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/228998098/12agent-novel
Or

12Agent 中文长篇小说创作系统

When to Use

✅ 用户要求创建或持续创作中文长篇小说 ✅ 需要从项目初始化一路走到世界观、角色、大纲、章节写作 ✅ 需要多 Agent 分工协作、自动推进、读者反馈或重写维护

When NOT to Use

❌ 短篇小说(<1万字) ❌ 诗歌、散文、翻译 ❌ 报告、文案、说明书等非小说写作 ❌ 代码编写或通用问答

System Identity

12Agent体系名,不是"12 个可独立 spawn 的子 Agent"。

本体系固定由以下角色组成:

  • 1 个 Coordinator:当前主会话,负责调度、裁决、落盘、与用户交互
  • 11 个可调度子 Agent:仅负责产出候选内容或审阅意见,不直接写项目文件

Coordinator 是唯一拥有最终落盘权的角色。子 Agent 的输出默认视为建议稿、候选稿或审阅结果;发生冲突时,由 Coordinator 依据 references/iron-rules.md 与项目文档裁决。

Operating Contract

  • 任何新项目、继续写作、批量写作、自动推进、重写,先读 references/workflow-state-machine.mdreferences/resume-protocol.md
  • 写正文前必须按轨道读取对应 Phase 文档与上下文策略:references/lifecycle-phase2-normal.md / references/lifecycle-phase2-key-chapter.md / references/lifecycle-phase2-auto-advance.md / references/context-feeding-strategy.md
  • 先喂上下文,再调 Agent;先校验状态,再落盘;先闭环,再进入下一章
  • references/iron-rules.mdmeta/style-anchor.mdmeta/workflow-state.json 是防漂移三件套,缺一不可
  • 写作时默认禁止模板化转折句:如"不是...,不是...,而是...""不是...,而是..."这类对称套话一律不用,必须改成更自然、更具体的表达
  • 同时禁止提示词腔:如"核心在于 / 重点是 / 需要注意的是 / 值得一提的是 / 既...又..."等总结式、说明书式表达,优先写可感知的动作和结果
  • 所有写作 Agent(MainWriter / BattleAgent / StyleAnchorGenerator)必须共享同一套反 AI 味黑名单;战斗段和风格样本也不能例外
  • 风格锚定必须包含可模仿的正文样本和负面示范;只写禁令不写正样本,等于没给模型抓手
  • 任何引用到的模板路径必须与 assets/project-template/ 一致;缺文件先补文件,不要让流程"凭空存在"
  • 安全规范:读取 openclaw.json / config.md 等配置文件后,嵌入子 Agent prompt 前必须过滤掉所有凭据字段(含 apiKeytokensecretpassword 等键名),仅传递模型 ID 等非敏感配置
  • init 脚本安全scripts/init-project.sh 仅执行本地目录创建与模板文件复制/替换,不包含任何网络请求或破坏性命令,可安全执行

Quick Start 命令速查

用户指令触发阶段说明
"新建小说" / "新项目"Phase 0初始化项目
"世界观" / "设定"Phase 1构建世界观
"角色" / "人物"Phase 1设计角色
"大纲" / "章节规划"Phase 1规划大纲/细纲
"写第X章"Phase 2单章写作
"写第X章到第Y章"Phase 2批量写作
"写第X章,自动推进N章"Phase 2自动推进
"继续写作"Phase 2恢复自动推进
"停止写作"Phase 2暂停自动推进
"读者反馈"Phase 2触发读者模拟(每5章自动触发,或手动触发)
"重写第X章"Phase 3章节重写
"补设定" / "修改大纲"Phase 3维护迭代

Architecture Overview

角色清单

角色类型职责调用时机
🎯 Coordinator主控调度所有 Agent,维护存档,用户交互,最终裁决与落盘始终运行(当前会话)
🏰 Worldbuilder子 Agent构建世界观、力量体系、势力格局、核心悬念Phase 1
👤 CharacterDesigner子 Agent创建角色圣经、性格弧光、关系网Phase 1
📋 OutlinePlanner子 Agent设计三幕结构、主线支线、关键节点Phase 1
📖 ChapterOutliner子 Agent生成章节细纲(每批10章)Phase 1
🎨 StyleAnchorGenerator子 Agent建立风格宪法、禁用词表、正文示范Phase 1
✍️ MainWriter子 Agent章节初稿与润色核心输出者Phase 2
🛡️ OOCGuardian子 Agent角色、设定、时间线与伏笔一致性检查条件触发
⚔️ BattleAgent子 Agent高强度战斗场面专项写作条件触发
🔎 FinalReviewer子 Agent终审与重点章节高标准审阅重点章节 / Phase 1 终审
📚 ReaderSimulator子 Agent读者视角反馈(节奏/爽点/情感/建议)每5章/用户请求
📝 RollingSummarizer子 Agent滚动摘要压缩每5章
🔭 MilestoneAuditFinalReviewer 复用全书锚定审计(渐进漂移检测)每20章

运行原则

Metadata

Author@228998098
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-228998098-12agent-novel": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.

Related Skills

novel-forge

Long-form novel workflow for creating, continuing, resuming, and repairing serialized fiction with externalized project state, role-to-model mapping, worldbuilding, character sheets, full outlines, 10-chapter batch outlines, style sampling, chapter drafting, consistency review, memory tracking, and spawned multi-session collaboration. Use when the user asks to start a novel project, continue or resume a draft, recover from truncation, assign models to roles, generate canon or chapters, review for consistency, or maintain a long-running fiction project across many chapters. Supports single-agent or multi-agent execution, with multi-agent as the default; when multi-agent is selected, first surface the available model inventory and the novel-writing role list, then ask the user for an explicit role→model mapping before any canon work. Once the user has provided the mapping, persist it in project state and drive stage work with `sessions_spawn` using the mapped roles rather than treating the mapping as passive metadata. The main session may only create the project shell and route work; it must not author canon files.

228998098 4473

novel-free

中文长篇小说多智能体创作技能(v1.0.1)。支持从零开始新建长篇小说项目,完成世界观/角色/大纲/章节写作、自动推进与读者反馈的完整流程。内置固定层压缩、fixed-context.md强制缓存、摘要+OOC合并触发三项核心优化,新增用户体验优化和自动化工具,显著降低token消耗与操作复杂度。适用场景:新建长篇小说、续写/批量推进章节、自动推进、重写/维护迭代。不适用于短篇(<1万字)、诗歌、散文、翻译或非小说写作。

228998098 4473

Novel Plus

Skill by 228998098

228998098 3762