← 返回 Skills 市场
yuzhihui886

Outline Generator

作者 yuzhihui886 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
114
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install outline-generator
功能描述
小说大纲生成器。根据小说类型、主题、字数生成 15 节拍结构化大纲。Use when: Architect 代理在 Phase 1 需要生成故事大纲、规划 15 节拍结构、创建卷章框架。
安全使用建议
This skill appears coherent and limited to generating novel outlines using the included Python script and local config. Before installing or running it, consider: 1) Inspect the full scripts/generate_outline.py for any network, subprocess, or os.environ usage (search for imports or calls to requests, urllib, socket, subprocess, os.environ, open('/etc') etc.). 2) Run it in a sandbox or virtualenv and pin/install dependencies from PyPI (preferably in an isolated environment). 3) If you will run it on sensitive hosts, confirm it only reads/writes files in the skill directory and doesn't call external endpoints. If you want, I can grep the full script for network, subprocess, or environment-access patterns and report any matches.
能力评估
Purpose & Capability
Name/description (15-beat novel outline generator) match its artifacts: a Python script, a types.yml config, and docs. Required env, binaries, and config paths are minimal and appropriate for the stated purpose.
Instruction Scope
SKILL.md only tells the agent to run the included Python script and optionally edit configs; the script reads the local configs/types.yml and outputs an outline file. There are no instructions to read unrelated system files, collect credentials, or transmit data externally.
Install Mechanism
No install spec is provided (instruction-only skill); dependencies are standard PyPI packages listed in requirements.txt (pyyaml, rich). This is proportionate for a CLI Python tool and poses normal installation risk (pip install).
Credentials
The skill declares no required environment variables, no credentials, and no config paths outside its skill folder. That is appropriate for a local outline generator.
Persistence & Privilege
always is false and the skill does not request persistent or privileged system presence. It writes output files (outline.md) within the workspace as expected for its function.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install outline-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /outline-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
添加 pyproject.toml 和 README.md,改进安装体验
v1.0.1
代码质量验证
v1.0.0
初始版本
元数据
Slug outline-generator
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Outline Generator 是什么?

小说大纲生成器。根据小说类型、主题、字数生成 15 节拍结构化大纲。Use when: Architect 代理在 Phase 1 需要生成故事大纲、规划 15 节拍结构、创建卷章框架。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。

如何安装 Outline Generator?

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

Outline Generator 是免费的吗?

是的,Outline Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Outline Generator 支持哪些平台?

Outline Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Outline Generator?

由 yuzhihui886(@yuzhihui886)开发并维护,当前版本 v1.0.2。

💬 留言讨论