Skills
Skills are extensions that add new capabilities to OpenClaw.
What is a skill?
A skill is a module that gives access to additional tools:
- Real-time weather
- GitHub, Notion, Spotify integrations
- Image generation with DALL·E
- Control of external services
Installing a skill
Use the clawhub command to install skills:
clawhub install weather
Restart the gateway to activate the skill:
openclaw gateway restart
Popular skills (built-in)
weather
Real-time weather via OpenWeatherMap.
clawhub install weather
github
GitHub integration: repos, issues, pull requests.
clawhub install github
notion
Sync and edit Notion pages.
clawhub install notion
openai-image-gen
Image generation with DALL·E.
clawhub install openai-image-gen
Find more skills
Browse clawhub.com to discover all available skills.
Build your own skill
Skills are folders with a SKILL.md file that describes the available tools.
Drop them in ~/.openclaw/workspace/skills/skill-name/.
💡 Full docs for building skills are at docs.openclaw.com.