SKILL.md does not follow OpenClaw skill format #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current SKILL.md reads like a generic README rather than an OpenClaw skill definition.
Expected: OpenClaw skills need:
name,description, and optionalmetadata<available_skills>format (triggers, when to use, when NOT to use)Example of proper format: See any stock OpenClaw skill like
coding-agentorweather.Current: Generic README-style content with installation instructions, Python import examples, and a file structure table — none of which help an agent understand when/how to use the skill.
Suggestion: Rewrite SKILL.md as agent-facing instructions: "When the user asks you to document architecture, do X, Y, Z." Move everything else to README.md.