ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
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/alondai/alon-search-skill-plus
Or

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)

SourceURLNotes
anthropics/skillsgithub.com/anthropics/skillsOfficial examples, most reliable
ComposioHQ/awesome-claude-skillsgithub.com/ComposioHQ/awesome-claude-skillsHand-picked, 12k+ stars

Tier 2 - Community Curated (secondary)

SourceURLNotes
travisvn/awesome-claude-skillsgithub.com/travisvn/awesome-claude-skillsCommunity curated, 21k+ stars
skills.shskills.shVercel's official directory

Tier 3 - Aggregators (use with caution)

SourceURLNotesSecurity Warning
skillsmp.comskillsmp.comAuto-scraped, requires extra filtering-
ClawHubclawhub.aiOpenClaw-style skill registry⚠️ Known malicious skill attacks (RCE via fake CLI tools)

Tier 4 - GitHub Extended Discovery (reference / adaptation candidates)

SourceURLNotesOutput Label
GitHub topic searchgithub.com/topics/claude-code / topics/claude-skillFinds standalone skill repos not listed in curated directoriesStandalone Skill Repo
GitHub code searchgithub.com/searchFinds repos containing SKILL.md, plugin.json, or skill-like workflowsStandalone Skill Repo
GitHub general reposgithub.comFinds tools/scripts that can be wrapped as a skill with light changesAdaptable 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-2 primary keywords
  • If expansion is needed, add at most 1-2 extra 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

Author@alondai
Stars3992
Views1
Updated2026-04-10
View Author Profile
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-alondai-alon-search-skill-plus": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.