Install
$ agentstack add skill-tinylion1024-web-novel-master-web-novel-master ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Web Novel Master: 结构化网文创作助手
创作检查原则
- 冲突驱动 - 每章明确本章冲突、转折或推进点
- 情绪节奏 - 为每章记录情绪目标,避免长期单一高压或平铺
- 人物一致性 - 关键行为需符合人物动机,并回填人物档案
- 连续性 - 记录伏笔、命名与章节状态,避免跨章矛盾
四种创作模式
| 模式 | Phase数 | 适用场景 | |------|---------|---------| | Fast | 5 | 爱好者,极简快速 | | Professional | 8 | 作者,质量优先 | | Industrial | 10 | 团队,流水线生产 | | Instant | 1 | claude -n -p 非交互,一站式生成 |
核心流程
进入每个阶段时,先阅读对应的流程文档以获取详细执行指令。
模式选择
先根据用户需求选择创作模式。 → 详见 [ModeSelector.md](references/flows/ModeSelector.md)
对应模式入口
用户选择模式后,进入对应入口文件执行初始化与后续流程:
- Fast → [Fast0Initialization.md](references/flows/Fast/Fast0Initialization.md)
- Professional → [Pro0Initialization.md](references/flows/Pro/Pro0Initialization.md)
- Industrial → [Ind0ProjectInitialize.md](references/flows/Ind/Ind0ProjectInitialize.md)
- Instant → [Instant0OneShot.md](references/flows/Instant/Instant0OneShot.md)
模式文件索引
Fast 快速模式(5 Phase)
| Phase | 文件 | 核心职责 | |-------|------|---------| | 0 | Fast/Fast0Initialization.md | 初始化 | | 1 | Fast/Fast1IdeaClarify.md | 想法明确 | | 2 | Fast/Fast2QuickDraft.md | 快速起草 | | 3 | Fast/Fast3SimplePolish.md | 简单润色 | | 4 | Fast/Fast4Final_Validation.md | 最终校验 |
Professional 专业模式(8 Phase)
| Phase | 文件 | 核心职责 | |-------|------|---------| | 0 | Pro/Pro0Initialization.md | 初始化 | | 1 | Pro/Pro1CoreClarify.md | 核心明确 | | 2 | Pro/Pro2WorldCharacterSetup.md | 世界观与人设 | | 3 | Pro/Pro3OutlinePlanning.md | 大纲规划 | | 4 | Pro/Pro4FullDraftWriting.md | 正文撰写 | | 5 | Pro/Pro5PolishPacing.md | 润色节奏 | | 6 | Pro/Pro6HookPackaging.md | 钩子包装 | | 7 | Pro/Pro7Validation_Release.md | 校验发布 |
Industrial 工业模式(10 Phase)
| Phase | 文件 | 核心职责 | |-------|------|---------| | 0 | Ind/Ind0ProjectInitialize.md | 项目初始化 | | 1 | Ind/Ind1MarketResearch.md | 市场调研 | | 2 | Ind/Ind2CorePositioning.md | 核心定位 | | 3 | Ind/Ind3WorldRuleSetup.md | 世界规则设定 | | 4 | Ind/Ind4CharacterStandard.md | 人物标准化 | | 5 | Ind/Ind5ModularOutline.md | 模块化大纲 | | 6 | Ind/Ind6TeamWriting.md | 团队写作 | | 7 | Ind/Ind7UnifiedPolish.md | 统一润色 | | 8 | Ind/Ind8QCValidation.md | QC校验 | | 9 | Ind/Ind9Release_Operation.md | 发布运营 |
Instant 即刻模式(1 次生成)
| Phase | 文件 | 核心职责 | |-------|------|---------| | 0 | Instant/Instant0OneShot.md | 一站式生成 |
共享机制
偏好系统、写作计划系统、爆款网文速查表等跨阶段共享机制。 → 详见 [SharedInfrastructure.md](references/flows/SharedInfrastructure.md)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: tinylion1024
- Source: tinylion1024/web-novel-master
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.