← 返回 Skills 市场
151
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install chapter-skeleton
功能描述
Build a retrieval-informed chapter skeleton (`outline/chapter_skeleton.yml`) from taxonomy/core scope before stable H3 decomposition. **Trigger**: chapter sk...
使用说明 (SKILL.md)
Chapter Skeleton
Load Order
Always read:
references/overview.md
Use scripts/run.py only for deterministic materialization:
- load taxonomy / scope hints
- emit
outline/chapter_skeleton.yml - preserve existing non-placeholder user work
Inputs
outline/taxonomy.yml- Optional:
GOAL.md
Outputs
outline/chapter_skeleton.yml
Asset contract
assets/output_contract.json
Script
Quick Start
python scripts/run.py --workspace \x3Cworkspace_dir>
安全使用建议
This skill appears coherent and limited to generating outline/chapter_skeleton.yml from a local taxonomy and optional GOAL.md. Before running, inspect scripts/run.py and the tooling files (already included) if you want to verify behavior; run it in a workspace you control. Note it will read and write files under the provided workspace path (it also backs up/atomically writes files). No network access or credentials are required. If you need stronger assurance, run the script in a sandboxed test workspace first.
功能分析
Type: OpenClaw Skill
Name: chapter-skeleton
Version: 1.0.0
The chapter-skeleton skill bundle is designed to generate a chapter-level outline (outline/chapter_skeleton.yml) from a taxonomy file. The core logic in scripts/run.py and the extensive utility functions in the tooling/ directory are focused on YAML/JSON processing, text normalization, and quality gate validation. The code uses standard Python libraries and follows the expected OpenClaw architecture, including a runner (tooling/executor.py) that uses subprocess.run to execute local scripts. There are no indicators of malicious behavior such as network exfiltration, unauthorized file access, persistence mechanisms, or prompt injection. The behavior is transparent and strictly aligned with the stated purpose of stabilizing chapter structures in a research pipeline.
能力评估
Purpose & Capability
Name/description (chapter skeleton from taxonomy) match the actual behavior: scripts/run.py reads outline/taxonomy.yml and optional GOAL.md and emits outline/chapter_skeleton.yml. Declared required binaries (python/python3) are appropriate and no unrelated credentials or system paths are requested.
Instruction Scope
SKILL.md restricts actions to reading local inputs (references/overview.md, outline/taxonomy.yml, GOAL.md) and writing the specified output. The included run.py and tooling are consistent with those instructions and do not perform network calls or access unrelated files. It documents guardrails (no prose, chapter-level only).
Install Mechanism
No install spec is provided (instruction-only). Code files are bundled and run locally via python; there are no downloads or external installers. This is low-risk for install mechanism.
Credentials
The skill declares no required environment variables, no credentials, and the code does not read environment secrets or external config beyond workspace files. File reads/writes are limited to workspace inputs/outputs.
Persistence & Privilege
Flags: always=false and default autonomous invocation allowed (normal). The skill does not request permanent platform presence, modify other skills, or access other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install chapter-skeleton - 安装完成后,直接呼叫该 Skill 的名称或使用
/chapter-skeleton触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the chapter-skeleton skill.
- Generates a chapter-level outline skeleton using taxonomy or scope hints.
- Output: `outline/chapter_skeleton.yml` for early outline stabilization.
- Helps define chapter intent before deeper H3/subsection decomposition.
- Skips output if a refined skeleton already exists.
- No network requirements and strictly avoids prose or invented sources.
元数据
常见问题
Chapter Skeleton 是什么?
Build a retrieval-informed chapter skeleton (`outline/chapter_skeleton.yml`) from taxonomy/core scope before stable H3 decomposition. **Trigger**: chapter sk... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。
如何安装 Chapter Skeleton?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install chapter-skeleton」即可一键安装,无需额外配置。
Chapter Skeleton 是免费的吗?
是的,Chapter Skeleton 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Chapter Skeleton 支持哪些平台?
Chapter Skeleton 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Chapter Skeleton?
由 WILLOSCAR(@willoscar)开发并维护,当前版本 v1.0.0。
推荐 Skills