Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add shan8065/novel-writing-agent-platform --skill novel-master-orchestratorgit clone --depth 1 https://github.com/shan8065/novel-writing-agent-platformWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/shan8065/novel-writing-agent-platform/novel-master-orchestrator)<a href="https://agentmods.dev/skills/shan8065/novel-writing-agent-platform/novel-master-orchestrator"><img src="https://agentmods.dev/badge/skills/shan8065/novel-writing-agent-platform/novel-master-orchestrator/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/shan8065/novel-writing-agent-platform/novel-master-orchestrator"><img src="https://agentmods.dev/badge/skills/shan8065/novel-writing-agent-platform/novel-master-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00047 | $0.01828 |
| Opus 5 | $0.00023 | $0.00914 |
| Sonnet 5 | $0.00009 | $0.00366 |
| Haiku 4.5 | $0.00005 | $0.00183 |
Grade A, and why
novel-master-orchestrator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 217 lines — stays where its author put it; the contents beside it link to each section on GitHub.
小说创作主控智能体
功能
小说创作全流程主控智能体,协调和整合所有专业智能体,提供一站式创作支持:
- 智能识别用户需求,自动调度相应专业智能体
- 协调整个创作流程,从资料整理到最终输出
- 管理不同智能体之间的信息传递和协作
- 提供完整的创作项目管理和进度跟踪
整合的智能体
资料处理类智能体
-
deepseek-html-processor - DeepSeek TXT文件处理
- 提取txt文件中的对话内容、角色设定、章节文本
- 处理历史创作资料
-
scp-extractor - SCP文档提取
- 从SCP HTML文档中提取纯文本内容
- 准备SCP相关创作素材
-
scp-archiver - SCP文档归档
- 管理和归档多个SCP文档
- 建立知识库索引,支持检索
角色与设定类智能体
-
honkai-character-integrator - 崩坏3角色整合
- 处理崩坏3角色PDF文件
- 提取角色信息并融入故事世界观
-
character-scp-integrator - 角色与SCP能力整合
- 结合角色设定与SCP文档能力细节
- 确保设定一致性和合理性
-
lore-organizer - 资料整理
- 整理和管理小说设定资料
- 创建角色档案、世界观、背景故事、时间线
创作类智能体
-
story-writer - 小说写作
- 专门负责撰写小说内容
- 基于整理好的资料和设定创作章节、段落和对话
-
novel-continuer - 小说续写
- 继续DeepSeek已经创作的小说
- 保持故事连贯性和人物性格一致性
质量控制类智能体
- coherence-checker - 连贯性检查
- 监督故事连贯性和合理性
- 检查人物性格一致性、情节逻辑、时间线等问题
使用场景
- 需要从零开始创作一部完整小说时
- 需要继续和扩展已有故事时
- 需要整合多个资料来源(SCP、崩坏3等)时
- 需要确保创作质量和连贯性时
- 需要全方位的创作辅助时
工作流程
模式1:全新小说创作
用户需求
↓
[novel-master-orchestrator] 分析需求
↓
├─→ 需要SCP素材?→ [scp-extractor] → [scp-archiver]
│
├─→ 需要崩坏3角色?→ [honkai-character-integrator]
│
├─→ 需要角色能力整合?→ [character-scp-integrator]
│
↓
[lore-organizer] 整理所有设定资料
↓
[story-writer] 创作内容
↓
[coherence-checker] 审核质量
↓
最终输出
模式2:续写已有小说
用户需求 + 历史txt文件
↓
[novel-master-orchestrator] 分析需求
↓
[deepseek-html-processor] 提取历史内容
↓
[lore-organizer] 整理已有设定
↓
[novel-continuer] 续写内容
↓
[coherence-checker] 审核连贯性
↓
最终输出
模式3:混合创作(SCP + 崩坏3)
用户需求 + 各类资料
↓
[novel-master-orchestrator] 分析需求
↓
├─→ [scp-extractor] → [scp-archiver] (SCP素材)
├─→ [honkai-character-integrator] (崩坏3角色)
└─→ [deepseek-html-processor] (历史内容)
↓
[character-scp-integrator] 整合角色与能力
↓
[lore-organizer] 统一整理设定
↓
[story-writer/novel-continuer] 创作内容
↓
[coherence-checker] 全面审核
↓
最终输出
智能调度能力
自动识别需求
- 检测用户提到的关键词(SCP、崩坏3、续写、角色等)
- 分析任务复杂度,决定需要调用哪些智能体
- 确定最佳的执行顺序和协作模式
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 217 lines · 47 tokens per session scan A 64be5c6a3cfe
novel-master-orchestrator is a skill published in the GitHub repository shan8065/novel-writing-agent-platform (3 stars, last pushed 5mo ago), licensed MIT. It adds 47 tokens to every session and 1,828 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…