ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Novel Plus

Skill by 228998098

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/228998098/novel-plus
Or

小说写作技能包 (novel-plus)

版本

v2.4 - 多智能体协作版

描述

这是一个完整的小说写作技能包,采用 多智能体(Multi-Agent)协作架构。主控(Coordinator)统一调度各专业 Agent,覆盖项目初始化、世界观构建、角色圣经、大纲细纲、章节协作写作、审核迭代全生命周期。

核心特性

  • 多 Agent 协作:12 个专业 Agent,各司其职
  • 自动注册:Phase 0 初始化时自动注册所有 Agent
  • 智能调度:主控根据任务类型自动分发
  • 自动推进:支持连续写作 n 章,减少人工干预
  • 完整存档:版本化管理,可追溯

激活关键词

关键词激活阶段
"新建小说" / "新项目"Phase 0
"开始写小说" / "创建小说"Phase 0(引导)
"世界观" / "设定"Phase 1 Step 1
"角色" / "人物"Phase 1 Step 2
"大纲" / "章节规划"Phase 1 Step 3-4
"审核大纲" / "检查架构"Phase 1 Step 5
"写第X章" / "写第X到Y章"Phase 2
"写第X章,自动推进N章"Phase 2(自动推进)
"读者反馈"Phase 2(立即触发读者模拟)
"继续写作" / "停止写作"Phase 2(恢复/停止自动推进)
"重写第X章" / "重写第X章第Y段"Phase 3
"修改" / "补设定"Phase 3

目录结构

novel-plus/
├── manifest.json              # 技能包元数据配置(含Agent注册信息)
├── instructions.md            # 完整技能指令(v2.4)
├── AGENT_SYSTEM.md           # Agent系统指南
├── README.md                 # 本说明文件
├── agents/                   # Agent定义目录
│   ├── coordinator.md        # 主控协调
│   ├── worldbuilder.md       # 世界观构建
│   ├── character-designer.md # 角色设计
│   ├── outline-planner.md    # 大纲规划
│   ├── chapter-outliner.md   # 章节细纲
│   ├── main-writer.md        # 主笔
│   ├── ooc-guardian.md       # OOC守护
│   ├── battle-agent.md       # 战斗写作
│   ├── final-reviewer.md     # 终稿审核
│   ├── reader-simulator.md   # 读者模拟
│   ├── style-anchor-generator.md  # 风格锚定生成
│   └── rolling-summarizer.md # 滚动摘要
├── references/               # 参考模板目录
│   └── ...
└── templates/                # 项目模板目录
    └── project-template/      # 完整项目模板

Agent 架构

                        ┌─────────────────┐
                        │      用户       │
                        └────────┬────────┘
                                 │
                                 ▼
                   ┌─────────────────────────┐
                   │   Coordinator (主控)    │
                   │      MiniMax M2.7       │
                   │  - 任务调度              │
                   │  - 存档管理              │
                   │  - 用户交互              │
                   └───────────┬─────────────┘
                               │
        ┌──────────┬──────────┼──────────┬──────────┐
        ▼          ▼          ▼          ▼          ▼
   ┌─────────┐┌─────────┐┌─────────┐┌─────────┐┌─────────┐
   │World-   ││Character││Outline  ││Chapter  ││  Main   │
   │builder  ││Designer ││Planner  ││Outliner ││ Writer  │
   │(Opus)   ││(Opus)   ││(Opus)   ││(Kimi)   ││(Kimi)   │
   └─────────┘└─────────┘└─────────┘└─────────┘└─────────┘
        │          │          │          │          │
        └──────────┴──────────┴──────────┴──────────┘
                               │
                    ┌──────────┴──────────┐
                    ▼                     ▼
              ┌─────────┐          ┌─────────┐
              │ Battle  │          │  Final  │
              │ Agent   │          │Reviewer │
              │(Gemini) │          │ (Opus)...

Metadata

Author@228998098
Stars3762
Views1
Updated2026-04-03
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-novel-plus": {
      "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

12agent-novel

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

228998098 4473