Manage Skills in OpenClaw

From the OpenClaw cheat sheet · Skills · verified Jul 2026

Manage Skills

Search, install, and configure skills from ClawHub

bash
# Search for skills
openclaw skills search "image generation"

# Install a skill
openclaw skills install image-lab

# Install specific version
openclaw skills install image-lab --version 2.1.0

# List installed skills
openclaw skills list

# Update all skills
openclaw skills update --all

# Check skill health
openclaw skills check
🎯 Skills extend your agent's capabilities — image gen, web search, code exec, etc.
💡 Set watch: true to hot-reload skills during development
📌 Use allowBundled to control which built-in skills are active
⚡ /skill <name> runs a skill inline during a conversation
Back to the full OpenClaw cheat sheet