| name | example-skill |
| description | A starter template showing how to structure a custom skill. Replace this with your own skill's triggers and instructions. |
Example Skill
This is a minimal example of a custom OpenClaw skill. Skills are Markdown files
with YAML frontmatter that tell the agent when and how to use a specific playbook.
How to create your own skill
- Create a new folder under
openclaw/workspace/skills/your-skill-name/
- Add a
SKILL.md file with:
name: a unique identifier (matches the folder name)
description: when the agent should load this skill (used for matching triggers)
- Write the playbook below the frontmatter
Example steps
- Greet the user
- Say hello and introduce yourself
- Ask what they need
- Listen for the user's request
- Complete the task
- Follow the instructions in this playbook
Triggers
Use phrases like "run example skill", "show me an example", or "demo skill" to
activate this skill.