← 返回
未分类 中文

Ultimate Skills Finder

The ultimate multi-source OpenClaw/agent skills finder. Searches across ClawHub, skills.sh, Rush registry, LobeHub, SkillsMP, llmbase.ai, skillsllm.com, and...
终极多源 OpenClaw/agent 技能搜索工具。搜索范围包括ClawHub、skills.sh、Rush 注册表、LobeHub、SkillsMP、llmbase.ai、skillsllm.com 等。
broedkrummen broedkrummen 来源
未分类 clawhub v1.0.0 1 版本 99680.5 Key: 无需
★ 0
Stars
📥 312
下载
💾 0
安装
1
版本
#discovery#finder#latest#search#security#skills

概述

Ultimate Skills Finder 🔍

Searches 5 sources (ClawHub, SkillsMP, awesome-list, master-skills, skills.sh) for OpenClaw/agent skills, cross-references results, and returns ranked deduplicated findings with install instructions and optional security scanning.

Quick Start

python3 scripts/find_skill.py "web scraping" --scan
python3 scripts/find_skill.py "pdf editor"
python3 scripts/find_skill.py "seo tools" --popular
python3 scripts/find_skill.py "github" --scan --install

Sources Searched

#SourceTypeSkillsCLI/Tool
-----------------------------------
1ClawHub (clawhub.ai)Primary registry~20,000clawhub search
2skills.sh (Vercel)Directory~87,000npx skills add
3SkillsMP (skillsmp.com)Aggregator1,000,000+REST API
4GitHub: awesome-openclaw-skillsCurated5,200+README
5GitHub: openclaw-master-skillsCurated560+README

Workflow

Step 1: Understand the Need

When the user says "find me a skill for X", identify:

  • The specific task/domain (e.g., "web scraping", "PDF editing", "SEO")
  • The platform (OpenClaw, Claude Code, Cursor, etc.)
  • Whether they want security scanning

Step 2: Run the Finder Script

python3 scripts/find_skill.py "<query>" [options]

Options:

  • --scan — Security-scan results via Gen Digital
  • --popular — Sort by popularity/install count
  • --limit N — Max results per source (default: 5)
  • --json — Output as JSON for programmatic use
  • --install — Show install commands prominently
  • --source — Only search specific source(s)

Step 3: Interpret Results

The script outputs a ranked, deduplicated table:

🔍 Results for "web scraping" (6 found across 9 sources)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🥇 agent-browser-cli          ★★★★☆  12.4k ⬇  [ClawHub, SkillsMP, llmbase]
   Headless browser automation with accessible tree
   → clawhub install agent-browser-cli
   → npx skills add user/agent-browser-cli

🥇 firecrawl                   ★★★★☆  8.2k ⬇   [ClawHub, GitHub awesome]
   Web scraping with Firecrawl API
   → clawhub install firecrawl

🥈 playwright-mcp             ★★★☆☆  3.1k ⬇   [ClawHub, SkillsMP]
   Browser automation via Playwright MCP
   → clawhub install playwright-mcp

🔒 Security: 2/3 skills scanned SAFE. 1 pending review.

Step 4: Security Scan (Optional)

Run with --scan to check skills via Gen Digital's API:

python3 scripts/find_skill.py "email" --scan

The scanner checks each unique skill URL and returns:

  • SAFE — OK to install
  • analysis_pending — Not yet reviewed, caution advised
  • WARNING / DANGEROUS / MALICIOUS — Do not install

Step 5: Present & Install

Present the top 3-5 most relevant results:

  1. Skill name + description
  2. Sources where it was found (confirms it's well-known)
  3. Install commands (primary method)
  4. Security verdict if scanned

Then ask which one(s) to install and do it:

# ClawHub
clawhub install <slug>

# skills.sh
npx skills add <owner/repo>

# Manual (from GitHub)
git clone <repo> ~/.openclaw/workspace/skills/<name>

Cross-Reference Logic

Results are deduplicated by fuzzy name matching across all sources. A skill found in 3+ sources gets a confidence boost. The ranking formula:

score = (source_count * 0.3) + (install_count_normalized * 0.4) + (source_authority * 0.3)

Where:

  • source_count: How many registries list this skill (0-10)
  • install_count_normalized: Popularity within its source (0-1)
  • source_authority: Official ClawHub > curated lists > aggregators > individual repos

When No Results Found

If the finder returns nothing:

  1. Try a broader or synonym query (e.g., "email" → "smtp" → "messaging")
  2. Check if the skill might exist under a different ecosystem
  3. Offer to create a custom skill using skill-creator

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 01:19 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

knowledge-management

Supermemory Free

broedkrummen
利用 Supermemory.ai 免费版进行云端知识备份与检索。存储高价值洞察至云端,弥补本地记忆不足。
★ 0 📥 1,340
ai-agent

Overkill Memory System

broedkrummen
提供受神经科学启发的六层自动化记忆系统,具备 WAL 协议、语义搜索、情感标签与价值导向保留机制,适用于 OpenClaw。
★ 0 📥 1,067
knowledge-management

Brave Api Search

broedkrummen
Real-time web search, autosuggest, and AI-powered answers using the official Brave Search API. Use for searching documen
★ 2 📥 9,365