新增、修改人物,或基于大纲/时间线批量生成候选人物。 Use when: "人物", "角色", "character", "人设", "关系"
基于全部设定续写小说,自动生成章节元数据。支持接续最新章节或指定位置续写。 Use when: "续写", "continue", "继续写", "下一章", "接着写"
新增、修改事件,或基于大纲/人物/时间线批量推演关键事件。 Use when: "事件", "event", "情节", "剧情点"
导入已有小说原文(.md 或 .txt),一次性分析生成全部设定文件。 Use when: "导入", "import", "分析小说", "导入原文"
编写、修改或基于构思自动生成小说大纲(世界观、主题、核心冲突、结构规划)。 Use when: "大纲", "outline", "世界观", "主题", "核心冲突", "故事结构"
Claude Code 小说写作辅助插件。提供从大纲规划到正文续写的完整创作工具链,支持伏笔追踪、动态上下文加载和风格一致性控制。
| 命令 | 说明 |
|---|---|
/outline | 编写、修改或基于构思生成大纲(世界观、主题、核心冲突、结构规划) |
/character | 新增、修改人物,或基于大纲/时间线批量生成候选人物 |
/event | 新增、修改事件,或基于大纲/人物批量推演关键事件 |
/timeline | 管理时间线,或从事件自动生成,检查因果矛盾 |
/style | 创建、修改风格,或从参考作品/已写章节提炼风格 |
/import | 导入已有小说原文,一次性分析生成所有设定文件 |
/continue | 基于全部设定上下文续写小说,自动生成章节元数据 |
每个命令都支持三种模式:手动录入(你给出完整内容)、精确修改(指哪改哪)、AI 生成(基于上游设定自动推演)。比如大纲已经写好后,可以直接说「基于大纲生成 5 个主要人物」,插件会先列候选清单让你确认,再批量写入 characters/。
在 Claude Code 中运行:
/plugin marketplace add cabinary/claude-plugins
/plugin install novel@cabinary-plugins
或在 ~/.claude/settings.json 中手动添加:
{
"extraKnownMarketplaces": {
"cabinary-plugins": {
"source": { "source": "github", "repo": "cabinary/claude-plugins" }
}
},
"enabledPlugins": {
"novel@cabinary-plugins": true
}
}
推荐流程(支持任意步骤调用 AI 生成):
/outline → /style → /character → /event → /timeline → /continue
/outline 先建立大纲骨架(可直接给构思让 AI 扩展)/style 定义写作风格(可描述、可举参考作品、可从样章归纳)/character 基于大纲生成主要人物 — AI 推演候选清单,你挑选后写入/event 基于大纲和人物推演关键事件 — AI 拆分情节节点/timeline 从事件生成时间线 — AI 按因果排序,指出矛盾/continue 开始续写任何一步都可以手动录入或精确修改,不是必须走 AI 生成。
/import 文件路径.txt
一键分析原文,自动生成大纲、人物、事件、时间线、风格设定和章节元数据,然后用 /continue 续写。
安装插件后,你的小说项目目录会形成以下结构:
你的项目/
├── CLAUDE.md # 写作规范(可从插件仓库复制)
├── outline.md # 大纲
├── style.md # 风格设定
├── timeline.md # 时间线
├── characters/ # 人物设定
│ └── {人物名}.md
├── events/ # 事件设定
│ └── {事件名}.md
└── chapters/ # 章节
├── 001-标题.md # 正文
└── 001-标题.meta.md # 元数据
每章自动生成 .meta.md 文件,包含:
[ ] 未回收 / [x] 已回收续写时根据最新章节的 context_depth 智能加载前文:
MIT
Runs pre-commands
Contains inline bash commands via ! syntax
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub cabinary/claude-plugins --plugin novel长篇网文创作系统(skills + agents + data chain + RAG)
A suite of cross-referenced skills and CLI maintenance tools for end-to-end story writing powered by markdown. Covers story initialization, character management, worldbuilding, plot structure, chapter writing, revision, validation, reporting, indexing, word counts, and manuscript export.
AI 웹소설 창작 하네스. 18개 전문 에이전트와 10개 스킬로 기획→설계→집필→윤문→재작성 전 과정을 자동화. Web novel creation harness with end-to-end automation from planning to publishing.
小说创作工具套件:使用雪花写作法创作小说、人语化处理AI文本(30种检测模式+灵魂注入)、导出各平台投稿格式
Complete writing system for epic fantasy novels using the Crucible Structure—a 36-beat narrative framework with three interwoven story strands. Includes planning, outlining, prose writing with bi-chapter reviews, and editing.
逆向导入已有小说。将已写好的小说(半成品或完本)反向解析为标准项目目录结构,兼容后续写作流程。