← Back to Skills Marketplace
234
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install novel-outliner
Description
从小说大纲自动拆解逐章prompt。支持纯文本、JSON、Markdown格式大纲, 一键生成每章写作指令。 用法:用户给出大纲文件并要求"拆解大纲"/"生成每章prompt"/"把大纲转成写作指令"。
Usage Guidance
This skill appears coherent and limited: it parses a supplied outline file and writes prompt files locally, with no network or credential use. Still, exercise normal caution when running third‑party scripts — review the code if possible and run in an isolated environment if you have concerns. Note: the generated prompts include strict constraints (e.g., '字数必须12000+'), which may be unrealistic for downstream tools; also the script will write files to the output directory you provide, so ensure you specify a safe location.
Capability Analysis
Type: OpenClaw Skill
Name: novel-outliner
Version: 1.1.1
The 'novel-outliner' skill is a straightforward utility designed to parse novel outlines (text, JSON, or Markdown) and generate individual prompt files for each chapter. The Python script (scripts/parse_outline.py) uses standard libraries to process input files and write outputs to a local directory, including basic filename sanitization to prevent path traversal. There is no evidence of data exfiltration, network activity, or malicious execution logic.
Capability Assessment
Purpose & Capability
Name/description (拆解大纲 -> 生成逐章prompt) align with the included script and SKILL.md. The script parses text/JSON/Markdown outlines and emits per‑chapter .txt prompts and a chapters.json — exactly what the skill claims.
Instruction Scope
SKILL.md instructs running scripts/parse_outline.py with --outline and --output. The script only reads the provided outline file and writes output files to the specified directory; it does not read unrelated system files, environment variables, or send data externally.
Install Mechanism
No install spec; instruction-only plus a small Python script. No downloads or package installs are performed by the skill itself.
Credentials
The skill requires no environment variables, credentials, or config paths. The script does not access os.environ or network APIs; requested privileges are minimal and proportional to the functionality.
Persistence & Privilege
always is false and the skill does not modify agent or system configurations. It only writes output files to the user-specified directory and does not persist beyond that.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install novel-outliner - After installation, invoke the skill by name or use
/novel-outliner - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.1
- 输出说明优化:每章 prompt 文件现在明确标记可直接配合小说生成工具使用。
- 输出汇总文件 `chapters.json` 说明更加具体,强调包含所有章节信息。
- 新增“约束”板块,每个 prompt 自动注入硬性要求:纯中文、零AI标记词、字数12000+、忠于大纲。
v1.1.0
Initial release - 大纲自动拆解为逐章prompt,支持前章结尾衔接注入
- 新增 scripts/parse_outline.py,首次实现大纲拆解脚本
- 支持纯文本、JSON、Markdown 三种大纲格式
- 自动按章节生成逐章写作指令(prompt 文件)
- 生成章节结构章节汇总(chapters.json),便于后续批量生成处理
- 衔接逻辑:每章 prompt 自动加入上一章内容收尾衔接约束,确保小说连贯
v1.0.0
Initial release - 从小说大纲自动拆解逐章prompt,支持前章衔接
Metadata
Frequently Asked Questions
What is Novel Outliner - 大纲解析器?
从小说大纲自动拆解逐章prompt。支持纯文本、JSON、Markdown格式大纲, 一键生成每章写作指令。 用法:用户给出大纲文件并要求"拆解大纲"/"生成每章prompt"/"把大纲转成写作指令"。 It is an AI Agent Skill for Claude Code / OpenClaw, with 234 downloads so far.
How do I install Novel Outliner - 大纲解析器?
Run "/install novel-outliner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Novel Outliner - 大纲解析器 free?
Yes, Novel Outliner - 大纲解析器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Novel Outliner - 大纲解析器 support?
Novel Outliner - 大纲解析器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Novel Outliner - 大纲解析器?
It is built and maintained by Shine8592 (@shine8592); the current version is v1.1.1.
More Skills