← 返回 Skills 市场
shine8592

Novel Outliner - 大纲解析器

作者 Shine8592 · GitHub ↗ · v1.1.1 · MIT-0
cross-platform ✓ 安全检测通过
234
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install novel-outliner
功能描述
从小说大纲自动拆解逐章prompt。支持纯文本、JSON、Markdown格式大纲, 一键生成每章写作指令。 用法:用户给出大纲文件并要求"拆解大纲"/"生成每章prompt"/"把大纲转成写作指令"。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install novel-outliner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /novel-outliner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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,支持前章衔接
元数据
Slug novel-outliner
版本 1.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Novel Outliner - 大纲解析器 是什么?

从小说大纲自动拆解逐章prompt。支持纯文本、JSON、Markdown格式大纲, 一键生成每章写作指令。 用法:用户给出大纲文件并要求"拆解大纲"/"生成每章prompt"/"把大纲转成写作指令"。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 234 次。

如何安装 Novel Outliner - 大纲解析器?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install novel-outliner」即可一键安装,无需额外配置。

Novel Outliner - 大纲解析器 是免费的吗?

是的,Novel Outliner - 大纲解析器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Novel Outliner - 大纲解析器 支持哪些平台?

Novel Outliner - 大纲解析器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Novel Outliner - 大纲解析器?

由 Shine8592(@shine8592)开发并维护,当前版本 v1.1.1。

💬 留言讨论