Back to Registry
View Author Profile
Official Verified
alon-search-skill-plus
Search agent skills across trusted directories, ClawHub, and GitHub adaptation candidates with explicit ranking and safety filters.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alondotsh/alon-search-skill-plusOr
Search Skill Plus
Enhanced skill search with additional sources including ClawHub and GitHub repositories that can be adapted into Skills.
When to Use
When users describe a need and want to find an existing Skill to solve it.
Examples:
- "Is there a skill that can auto-generate changelogs?"
- "Find me a skill for frontend design"
- "I need a skill that can automate browser actions"
- "Search Toolify-related skills"
Data Sources (by trust level)
Tier 1 - Official / High Trust (show first)
| Source | URL | Notes |
|---|---|---|
| anthropics/skills | github.com/anthropics/skills | Official examples, most reliable |
| ComposioHQ/awesome-claude-skills | github.com/ComposioHQ/awesome-claude-skills | Hand-picked, 12k+ stars |
Tier 2 - Community Curated (secondary)
| Source | URL | Notes |
|---|---|---|
| travisvn/awesome-claude-skills | github.com/travisvn/awesome-claude-skills | Community curated, 21k+ stars |
| skills.sh | skills.sh | Vercel's official directory |
Tier 3 - Aggregators (use with caution)
| Source | URL | Notes | Security Warning |
|---|---|---|---|
| skillsmp.com | skillsmp.com | Auto-scraped, requires extra filtering | - |
| ClawHub | clawhub.ai | OpenClaw-style skill registry | ⚠️ Known malicious skill attacks (RCE via fake CLI tools) |
Tier 4 - GitHub Extended Discovery (reference / adaptation candidates)
| Source | URL | Notes | Output Label |
|---|---|---|---|
| GitHub topic search | github.com/topics/claude-code / topics/claude-skill | Finds standalone skill repos not listed in curated directories | Standalone Skill Repo |
| GitHub code search | github.com/search | Finds repos containing SKILL.md, plugin.json, or skill-like workflows | Standalone Skill Repo |
| GitHub general repos | github.com | Finds tools/scripts that can be wrapped as a skill with light changes | Adaptable GitHub Repo |
Search Process
Step 1: Parse User Intent
Extract from user description:
- Core functionality keywords (e.g., changelog, browser, frontend)
- Use case (e.g., development, testing, design)
- Special requirements (e.g., language support, specific framework)
Step 1.5: Derive Controlled Search Keywords
This skill is not a free-form semantic search engine. It should derive a small, controlled keyword set from user intent.
Keyword budget rules:
- Limit the search plan to
1-2primary keywords - If expansion is needed, add at most
1-2extra keywords - The limit applies to keyword generation, not the number of search sources
- Reuse the same keyword set across the allowed sources
- If results remain weak after the controlled expansion, report that results are limited instead of continuing to drift
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alondotsh-alon-search-skill-plus": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.