Installing Skills from ClawHub
ClawHub is OpenClaw's official skill registry — a curated marketplace of community-built and verified skills. Installing a skill from ClawHub takes a single command and immediately extends your agent's capabilities.
Browsing Available Skills
# Search for skills by keyword
openclaw skill search "productivity"
# Browse by category
openclaw skill browse --category security
# View skill details
openclaw skill info daily-standup-report
Installing a Skill
# Install a specific skill
openclaw skill install daily-standup-report
# Install a specific version
openclaw skill install daily-standup-report@2.1.0
# Install multiple skills at once
openclaw skill install inbox-zero code-review-assistant travel-planner
Verifying Installed Skills
# List all installed skills
openclaw skill list
# Check skill health
openclaw skill verify daily-standup-report
Security Considerations
Always review a skill's permissions before installing. Skills can request access to file system operations, network calls, and command execution. Use openclaw skill inspect [name] to see exactly what permissions a skill requires. Only install skills from trusted authors or those marked as Verified on ClawHub.
Skills Library
Access 2,500+ verified skills to expand your agent's capabilities.