Novel Outliner - 大纲解析器

v1.1.1

从小说大纲自动拆解逐章prompt。支持纯文本、JSON、Markdown格式大纲, 一键生成每章写作指令。 用法:用户给出大纲文件并要求"拆解大纲"/"生成每章prompt"/"把大纲转成写作指令"。

0· 226·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for shine8592/novel-outliner.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Novel Outliner - 大纲解析器" (shine8592/novel-outliner) from ClawHub.
Skill page: https://clawhub.ai/shine8592/novel-outliner
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install novel-outliner

ClawHub CLI

Package manager switcher

npx clawhub@latest install novel-outliner
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

chinesevk97018e81dzb2sp5fa4wgj7khn847q2slatestvk97018e81dzb2sp5fa4wgj7khn847q2snovelvk97018e81dzb2sp5fa4wgj7khn847q2soutlinervk97018e81dzb2sp5fa4wgj7khn847q2s
226downloads
0stars
3versions
Updated 3w ago
v1.1.1
MIT-0

Novel Outliner — 大纲拆解

用法

python3 scripts/parse_outline.py --outline <大纲文件> --output <输出目录>

支持格式

  • 纯文本:按"第X章"分隔
  • JSON{"chapters": {"1": {"title": "...", "plot": "..."}}}
  • Markdown# 第X章 格式

输出

  • 每章一个 prompt 文件(.txt),可直接配合小说生成工具使用
  • 汇总文件 chapters.json,包含所有章节信息

约束

每个 prompt 自动注入硬性约束:纯中文、零AI标记词、字数12000+、忠于大纲。

Comments

Loading comments...