← Back to Skills Marketplace
willoscar

Chapter Skeleton

by WILLOSCAR · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
151
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install chapter-skeleton
Description
Build a retrieval-informed chapter skeleton (`outline/chapter_skeleton.yml`) from taxonomy/core scope before stable H3 decomposition. **Trigger**: chapter sk...
README (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>
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install chapter-skeleton
  3. After installation, invoke the skill by name or use /chapter-skeleton
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug chapter-skeleton
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Chapter Skeleton?

Build a retrieval-informed chapter skeleton (`outline/chapter_skeleton.yml`) from taxonomy/core scope before stable H3 decomposition. **Trigger**: chapter sk... It is an AI Agent Skill for Claude Code / OpenClaw, with 151 downloads so far.

How do I install Chapter Skeleton?

Run "/install chapter-skeleton" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Chapter Skeleton free?

Yes, Chapter Skeleton is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Chapter Skeleton support?

Chapter Skeleton is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Chapter Skeleton?

It is built and maintained by WILLOSCAR (@willoscar); the current version is v1.0.0.

💬 Comments