OpenClaw ClawHub Marketplace: Browse and Install Community Skills
OpenClaw ClawHub Marketplace: Browse and Install Community Skills
By Marcus Johnson | February 7, 2026
OpenClaw ClawHub Marketplace: Browse and Install Community Skills
ClawHub is OpenClaw's official skill marketplace, hosting over 700 community-created extensions. This guide shows you how to find, evaluate, and install skills that extend your AI assistant's capabilities.
---
What is ClawHub?
ClawHub is the central repository for OpenClaw skills where developers share their creations with the community. Think of it as an app store for your AI assistant.
Key Facts
| Metric | Value |
|---|---|
| Total skills | 700+ |
| Categories | 30+ |
| Updates weekly | 50+ new skills |
| Free to use | Yes |
Browsing ClawHub
Web Interface
Visit clawhub.com to browse skills visually:
1. Search — Use keywords to find specific skills 2. Filter — By category, platform, or rating 3. Sort — By popularity, recency, or ratings 4. Preview — Read descriptions before installing
Categories Available
| Category | Description | Example Skills |
|---|---|---|
| Productivity | Task management, notes | Notion, Todoist |
| Communication | Messaging, email | Gmail, Slack |
| Development | Coding, GitHub | Cursor, VS Code |
| Media | Music, video | Spotify, YouTube |
| Home | Smart home | Home Assistant |
| Finance | Budget, tracking | Ledger,YNAB |
CLI Browsing
# Search for skills openclaw skills search "weather" openclaw skills search "calendar" openclaw skills search "gmail"List skills by category
openclaw skills list --category productivityList recently updated
openclaw skills list --sort recentShow popular skills
openclaw skills list --sort popularity View Skill Details
# Get full details openclaw skills info weatherShows:
- Description
- Author
- Version
- Required tools
- Configuration options
---
Installing Skills
Quick Install
# Install a skill by name openclaw skills install weatherInstall specific version
openclaw skills install weather --version 2.1.0Install from URL
openclaw skills install https://clawhub.com/skill/weather Install with Configuration
# Install and configure in one command openclaw skills install gmail --set apiKey="YOUR_KEY" Verify Installation
# List installed skills openclaw skills list --installedCheck skill status
openclaw skills status weatherTest the skill
openclaw skills test weather ---
Skill Management
Update Skills
# Update all skills openclaw skills update --allUpdate specific skill
openclaw skills update weatherCheck for updates
openclaw skills outdated Disable/Enable Skills
# Disable a skill openclaw skills disable weatherEnable a disabled skill
openclaw skills enable weatherDisable all, enable one
openclaw skills disable --all openclaw skills enable weather Remove Skills
# Uninstall a skill openclaw skills uninstall weatherRemove with config
openclaw skills uninstall weather --purge-configRemove all unused skills
openclaw skills cleanup ---
Evaluating Skill Safety
Before Installing Any Skill
1. Check the Source
# View skill repository openclaw skills info weather --show-urlCheck GitHub stars and issues
2. Review Permissions
# See what tools the skill needs openclaw skills info weather --permissions 3. Check Reviews
Gen Agent Trust Hub (Optional)
For enterprise users, Gen's Trust Hub offers:
---
Common Skill Installations
Essential Skills
# Weather (always useful) openclaw skills install weatherCalendar (productivity)
openclaw skills install gcal-quick-addMorning brief (daily summary)
openclaw skills install morning-brief Communication Skills
# Email openclaw skills install gmail-classifierTeam chat
openclaw skills install slack openclaw skills install discord Productivity Skills
# Notes openclaw skills install obsidianTasks
openclaw skills install todoist ---
Troubleshooting Skill Issues
Installation Failed
# Retry with verbose output openclaw skills install weather --verboseCheck network
curl -I https://clawhub.com Skill Not Working
# Check if enabled openclaw skills list --installed | grep weatherRe-enable
openclaw skills disable weather openclaw skills enable weatherCheck configuration
openclaw config get skills.entries.weather Conflicts Between Skills
# List skills that might conflict openclaw skills list --installedDisable conflicting skill
openclaw skills disable conflicting-skill ---
Publishing Your Own Skills
Prepare Your Skill
1. Create a skill folder in ~/.openclaw/skills/ 2. Write SKILL.md with documentation 3. Test thoroughly 4. Add README with examples
Publish to ClawHub
# Login to ClawHub openclaw clawhub loginPublish your skill
openclaw clawhub publish ./my-custom-skillMake public
openclaw clawhub publish ./my-custom-skill --public Skill Best Practices
---
Further Reading
---
Related Articles:
Tags: OpenClaw, AI, Tutorial
Comments
Post a Comment