Find Skills Skill
v1.0.0Search and discover OpenClaw skills from various sources. Use when: user wants to find available skills, search for specific functionality, or discover new s...
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the content of SKILL.md: it guides searching for and discovering OpenClaw skills from known sources (clawhub, directories, GitHub, community). Nothing in the document asks for unrelated access or credentials.
Instruction Scope
SKILL.md tells the agent/user to run 'npx clawhub' commands and visit public websites/GitHub. This stays within the stated purpose. Note: the skill references running an external CLI (npx/clawhub) but does not declare required binaries — users should ensure they trust and have those tools installed before running.
Install Mechanism
No install spec or code is provided (instruction-only), so nothing is written to disk by the skill itself. Low installation risk.
Credentials
The skill requests no environment variables, credentials, or config paths. There are no disproportionate or unexplained secret requests.
Persistence & Privilege
always is false and the skill is user-invocable only. It does not request persistent presence or elevated system privileges.
Assessment
This skill is low-risk and simply advises using clawhub and public directories to find skills. Before running any suggested CLI (e.g., 'npx clawhub search') verify you trust the package and have npx/node installed. When you follow links or install discovered skills, review each skill's SKILL.md, required env vars, and install steps — treat third-party repositories and CLI packages like any external software (run in isolation/test environment if unsure).Like a lobster shell, security has layers — review code before you run it.
Runtime requirements
🔍 Clawdis
latest
Find Skills Skill
Search and discover OpenClaw skills from various sources.
When to Use
✅ USE this skill when:
- "Find skills for [task]"
- "Search for OpenClaw skills"
- "What skills are available?"
- "Discover new skills"
- "Find skills by category"
When NOT to Use
❌ DON'T use this skill when:
- Installing skills → use
clawhub install - Managing installed skills → use
openclaw skills list - Creating new skills → use skill-creator skill
Sources for Finding Skills
1. ClawHub (Primary)
# Search skills
npx clawhub search "keyword"
# Browse categories
npx clawhub browse
2. OpenClaw Directory
- Website: https://www.openclawdirectory.dev/skills
- Browse by category, popularity, or search
3. LobeHub Skills Marketplace
- Website: https://lobehub.com/skills
- Community-contributed skills
4. GitHub
- Search:
openclaw skilloragent-skill - Look for repositories with
SKILL.mdfiles
5. Community Forums
- SitePoint: https://www.sitepoint.com/community/
- Discord: https://discord.com/invite/clawd
Search Strategies
By Functionality
# Web search skills
npx clawhub search "web search"
# Weather skills
npx clawhub search "weather"
# Document skills
npx clawhub search "document"
By Provider
# Tavily skills
npx clawhub search "tavily"
# GitHub skills
npx clawhub search "github"
# Calendar skills
npx clawhub search "calendar"
By Popularity
# Most installed skills
npx clawhub search --sort installs
# Most starred skills
npx clawhub search --sort stars
Installation Tips
- Check requirements before installing
- Read SKILL.md for usage instructions
- Test in isolation before production use
- Check for updates regularly
Common Skill Categories
Core Skills
weather- Weather forecastsskill-creator- Create new skillshealthcheck- Security audits
Integration Skills
github- GitHub operationsfeishu- Feishu integrationnotion- Notion API
Search Skills
tavily-search- Web search via Tavilyweb-search-plus- Enhanced web search
Agent Skills
proactive-agent- Proactive automationcoding-agent- Code generation
Troubleshooting
Rate Limits
If you hit rate limits with clawhub:
- Wait 1 hour before retrying
- Use alternative sources (websites)
- Search manually on GitHub
Installation Issues
- Check skill requirements
- Verify network connectivity
- Check OpenClaw version compatibility
Best Practices
- Search before creating - Don't reinvent the wheel
- Read documentation - Understand skill capabilities
- Start simple - Install one skill at a time
- Test thoroughly - Verify skill works as expected
- Provide feedback - Help improve skills
Related Skills
clawhub- ClawHub CLI toolskill-creator- Create new skillshealthcheck- System health checks
Comments
Loading comments...
