Replace with description of the skill and when the AI Agent should use it.
Copy this file to skills/<your-skill>/SKILL.md and replace each section.
quick_validate.py passes on the skill directoryscripts/«name».sh — «what it does»references/«name».md — «what it contains»Use this checklist before shipping. All items are enforced by validate_skill_contract.py --strict:
name is hyphen-case, matches directory name, max 64 charsdescription includes trigger language (Use when..., Triggers on...)When To Use section present (scope anchor)Boundaries section present (boundaries anchor)Output section present (output anchor)Verification section present (verification anchor)Resources section present if skill has scripts/, references/, assets/, or commands/«placeholder» text replaced<!-- comments --> removedpython3 skills/skill-creator/scripts/quick_validate.py <skill-path>python3 skills/skill-evals/scripts/validate_skill_contract.py --skills <name> --strictPart of the skill-management toolchain.
skill-creator — guided authoring path. Use that skill when you want full guidance; use this template when you just need a contract-passing shell.skill-evals — runs the strict validator referenced in the checklist above.audit-skill — security audit before publishing/installing.Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer