Skills & Customization
🏪
Browsing and Installing Skills from ClawHub
Discover and install community-built skills from the ClawHub registry.
4 分鐘閱讀|
clawhubskill registrycommunity skills
What Is ClawHub?
ClawHub is the community skill registry for OpenClaw. Hundreds of contributors have built and shared skills — from simple utilities to complex automation workflows.
Browsing Skills
From the CLI
openclaw skills search "weather"
openclaw skills browse --category automation
openclaw skills popular
From Chat
Ask your OpenClaw assistant directly:
- "Search ClawHub for a recipe skill"
- "What are the most popular skills?"
- "Find a skill for managing GitHub issues"
Installing Skills
Via CLI
openclaw skills install weather-forecast
openclaw skills install @username/custom-skill
Via Chat
"Install the weather-forecast skill from ClawHub"
Skills are downloaded to your ~/.openclaw/skills/ directory.
Skill Quality Indicators
When browsing ClawHub, look for:
- Install count — Popular skills are usually well-tested
- Rating — Community ratings indicate quality
- Last updated — Recent updates mean active maintenance
- Verified — Reviewed by the OpenClaw team
Managing Installed Skills
openclaw skills list # Show all installed skills
openclaw skills update weather # Update a specific skill
openclaw skills update --all # Update all skills
openclaw skills remove weather # Uninstall a skill
Contributing to ClawHub
Share your own skills:
- Create your skill with a proper SKILL.md
- Add a README with documentation
- Publish:
openclaw skills publish - Your skill is now available to the community
Safety
- Skills run within OpenClaw's permission system
- Tool access must be explicitly granted
- Review a skill's required tools before installing
- Community flagging helps identify problematic skills
clawhubskill registrycommunity skillsinstall skillsskill marketplace
上一篇Top 25 OpenClaw AgentSkills You Should Enable下一篇Configuring Skill Triggers, Tools, and Instructions
相關教學
📚7 分鐘
Understanding OpenClaw Skills: The Complete Guide
Learn how Skills work in OpenClaw — markdown-based instruction files that teach your AI new capabilities.
✏️6 分鐘
How to Create Custom OpenClaw Skills
Write your own SKILL.md files to teach OpenClaw exactly what you need.
⭐8 分鐘
Top 25 OpenClaw AgentSkills You Should Enable
The most useful built-in and community skills for OpenClaw, from web search to file management.