mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 21:50:42 +00:00
The skills doc was 409 lines of nested bullet lists describing precedence, allowlist rules, gating fields, installer specs, and config overrides. Heavy reference content but no Mintlify structure. Restructure for scan-first reading without losing reference detail: - Convert 'Locations and precedence' from a numbered list + arrow string into a 6-row precedence table. - Convert 'Per-agent vs shared skills' bullet/paragraph mix into a scope/path/visibility table. - Move agent-allowlist rules into an AccordionGroup so the example config is the headline and the rules collapse on demand. - Convert ClawHub install/update/sync bullets into a 3-row command table. - Convert SKILL.md frontmatter optional keys (homepage, user-invocable, disable-model-invocation, command-dispatch, command-tool, command-arg-mode) into ParamField definitions. - Convert metadata.openclaw fields (always, emoji, homepage, os, requires.bins, requires.anyBins, requires.env, requires.config, primaryEnv, install) into ParamField definitions. - Move installer-selection rules and per-installer details (Go, download) into an AccordionGroup so the gating section reads as the canonical schema plus collapsible operational notes. - Convert skills.entries config-override rules (enabled, apiKey, env, config, allowBundled) into ParamField definitions. - Surface security caveats as a Warning callout up top instead of a bullet list. - Move 'Looking for more skills?' into the trailing Related list and drop the dangling --- separator. - Sentence-case headings (Format, Gating, Config overrides, Token impact) and the Related entries (Creating skills, Skills config, Slash commands). - Drop the redundant 'Skill Workshop' Title-Case heading variant. - Add sidebarTitle 'Skills' for explicit nav. Skill source paths, frontmatter parser rules, gating semantics, installer selection logic, sandboxing notes, env-injection scope, snapshot/refresh behaviour, remote-node behaviour, and token-impact formula are unchanged. Pure restructure plus Mintlify components.