skill-search
Find and retrieve available skills using keyword search, semantic search, or LLM-powered task matching. Use when the agent needs to discover, search, or intelligently match skills to tasks. Supports hybrid search (BM25 + semantic), natural language task descriptions, and intelligent skill recommendations.
Best use case
skill-search is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Find and retrieve available skills using keyword search, semantic search, or LLM-powered task matching. Use when the agent needs to discover, search, or intelligently match skills to tasks. Supports hybrid search (BM25 + semantic), natural language task descriptions, and intelligent skill recommendations.
Teams using skill-search should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/fitcheck-skill-search/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How skill-search Compares
| Feature / Agent | skill-search | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Find and retrieve available skills using keyword search, semantic search, or LLM-powered task matching. Use when the agent needs to discover, search, or intelligently match skills to tasks. Supports hybrid search (BM25 + semantic), natural language task descriptions, and intelligent skill recommendations.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
AI Agent for YouTube Script Writing
Find AI agent skills for YouTube script writing, video research, content outlining, and repeatable channel production workflows.
Top AI Agents for Productivity
See the top AI agent skills for productivity, workflow automation, operational systems, documentation, and everyday task execution.
SKILL.md Source
# Skill Search V1.1 Find skills using keyword, semantic, or AI-powered task matching. ## Overview This skill provides three search modes: 1. **Keyword Search** (Fast BM25) — Match skill names and descriptions 2. **Semantic Search** (Embeddings) — Find skills by meaning/concept similarity 3. **LLM Task Matching** (AI-powered) — Describe your task, get skill recommendations ## When to Use - **Before starting a new task** — check if a relevant skill exists - **When user asks for capabilities** — "what can you do with PDFs?" - **To avoid context bloat** — find the right skill first, then load only that one - **When unsure which skill applies** — use semantic or LLM matching for fuzzy matches ## Search Modes ### 1. Keyword Search (Fast) ```bash ./scripts/skill_search.py keyword "weather" ./scripts/skill_search.py keyword "pdf" ./scripts/skill_search.py keyword "image generation" ``` ### 2. Semantic Search (Meaning-based) ```bash ./scripts/skill_search.py semantic "automate web browsing" ./scripts/skill_search.py semantic "create images with AI" ./scripts/skill_search.py semantic "search my past conversations" ``` ### 3. LLM Task Matching (AI-powered) ```bash ./scripts/skill_search.py suggest "I need to transcribe a podcast episode" ./scripts/skill_search.py suggest "Help me generate product photos" ./scripts/skill_search.py suggest "Search through my old emails" ``` ### 4. List All Skills ```bash ./scripts/skill_search.py list ``` ## Usage Pattern 1. **Search**: Find skills matching your need (keyword/semantic/LLM) 2. **Preview**: Read SKILL.md metadata (description, triggers) 3. **Load**: If it's the right skill, read full body and execute ## Example Workflows **User**: "I need to generate some images" **Agent**: *Uses semantic search* ```bash ./scripts/skill_search.py semantic "generate images AI" ``` **Output**: ``` Top matches (semantic): 1. openai-image-gen (0.87) — Batch-generate images via OpenAI Images API 2. browser (0.65) — Control web browser via Playwright ``` **Agent**: *Reads SKILL.md, confirms fit, executes* --- **User**: "What skill should I use for transcribing audio?" **Agent**: *Uses LLM suggest* ```bash ./scripts/skill_search.py suggest "transcribe audio" ``` **Output**: ``` Recommended skills for "transcribe audio": 1. openai-whisper-api — Transcribe audio via OpenAI Audio Transcriptions API (Whisper) Confidence: High Reason: Task explicitly matches skill purpose 2. sag — ElevenLabs text-to-speech (inverse operation, may be related) Confidence: Low Reason: Related to audio processing but output not input ``` ## Search Index The skill maintains a local search index at: - `~/.openclaw/workspace/skills/skill-search/index/skills_index.json` — Skill metadata - `~/.openclaw/workspace/skills/skill-search/index/embeddings.json` — Semantic embeddings (lazy-loaded) **Indexing happens automatically** on first semantic search if no index exists. **Force reindex:** ```bash ./scripts/skill_search.py index ``` ## Resources ### scripts/ - `skill_search.py` — Main search interface (keyword/semantic/LLM) - `indexer.py` — Build/update search index - `embeddings.py` — Embedding generation (local miniLM) ### index/ - `skills_index.json` — Searchable skill metadata - `embeddings_cache.json` — Pre-computed embeddings for semantic search
Related Skills
tavily-search
Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.
baidu-search
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
Twitter Command Center (Search + Post)
Searches and reads X (Twitter): profiles, timelines, mentions, followers, tweet search, trends, lists, communities, and Spaces. Publishes posts after the user completes OAuth in the browser. Use when the user asks about Twitter/X data, social listening, or posting without sharing account passwords.
openclaw-search
Intelligent search for agents. Multi-source retrieval with confidence scoring - web, academic, and Tavily in one unified API.
search-for-service
Search and browse the x402 bazaar marketplace for paid API services. Use when you or the user want to find available services, see what's available, discover APIs, or need an external service to accomplish a task. Also use as a fallback when no other skill clearly matches — search the bazaar to see if a paid service exists. Covers "what can I do?", "find me an API for...", "what services are available?", "search for...", "browse the bazaar".
search-cluster
Aggregated search aggregator using Google CSE, GNews RSS, Wikipedia, Reddit, and Scrapling.
alphashop-sel-product-search
商品搜索API SKILL:通过关键词搜索发现Amazon/TikTok平台商品。 支持价格、销量、评分、上架时间等多维度筛选条件。 通过 AlphaShop REST API 调用遨虾AI选品系统的商品搜索服务。
1688-product-search
1688商品搜索SKILL:提供完整的1688商品搜索能力,包括类目查询、关键词搜索、图片搜索、商品详情、相关性商品、拉取货盘底池等9个核心接口。 支持多语言搜索和商品推荐,使用1688开放平台官方API,统一鉴权,Token全局缓存共享。
exa-web-search-free
Free AI search via Exa MCP. Web search for news/info, code search for docs/examples from GitHub/StackOverflow, company research for business intel. No API key needed.
duckduckgo-search
Performs web searches using DuckDuckGo to retrieve real-time information from the internet. Use when the user needs to search for current events, documentation, tutorials, or any information that requires web search capabilities.
youtube-search
YouTube Search API via AIsa unified endpoint. Search YouTube videos, channels, and playlists with a single AIsa API key — no Google API key or OAuth required. Use this skill when users want to search YouTube content. For other AIsa capabilities (LLM, financial data, Twitter, web search), see the aisa-core skill.
autoresearch-pro
Automatically improve OpenClaw skills, prompts, or articles through iterative mutation-testing loops. Inspired by Karpathy's autoresearch. Use when user says 'optimize [skill]', 'autoresearch [skill]', 'improve my skill', 'optimize this prompt', 'improve my prompt', 'polish this article', 'improve this article', or explicitly requests quality improvement for any text-based content. Supports three modes: skill (SKILL.md files), prompt (any prompt text), and article (any document).