A simple skill that says hello.
OpenClaw is designed to be easily extensible. "Skills" are the primary way to add new capabilities to your assistant.
A skill is a directory containing a SKILL.md file (which provides instructions and tool definitions to the LLM) and optionally some scripts or resources.
Skills live in your workspace, usually ~/.openclaw/workspace/skills/. Create a new folder for your skill:
mkdir -p ~/.openclaw/workspace/skills/hello-world
SKILL.mdCreate a SKILL.md file in that directory. This file uses YAML frontmatter for metadata and Markdown for instructions.
---