← Back to Skills Marketplace
Outline Generator
by
yuzhihui886
· GitHub ↗
· v1.0.2
· MIT-0
114
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install outline-generator
Description
小说大纲生成器。根据小说类型、主题、字数生成 15 节拍结构化大纲。Use when: Architect 代理在 Phase 1 需要生成故事大纲、规划 15 节拍结构、创建卷章框架。
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install outline-generator - After installation, invoke the skill by name or use
/outline-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
添加 pyproject.toml 和 README.md,改进安装体验
v1.0.1
代码质量验证
v1.0.0
初始版本
Metadata
Frequently Asked Questions
What is Outline Generator?
小说大纲生成器。根据小说类型、主题、字数生成 15 节拍结构化大纲。Use when: Architect 代理在 Phase 1 需要生成故事大纲、规划 15 节拍结构、创建卷章框架。 It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.
How do I install Outline Generator?
Run "/install outline-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Outline Generator free?
Yes, Outline Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Outline Generator support?
Outline Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Outline Generator?
It is built and maintained by yuzhihui886 (@yuzhihui886); the current version is v1.0.2.
More Skills