exa
SKILL.md
Exa Semantic Search Skill
YOU MUST invoke this skill (NOT optional) when the user mentions ANY of these triggers:
- "semantic search", "find papers on", "find articles about"
- "companies similar to", "find sources about"
- "Exa", "exa search", "neural search"
- Any request for conceptual/meaning-based web search (not keyword matching)
Failure to invoke this skill when triggers occur violates your operational requirements.
Exa.ai provides neural semantic search optimized for AI consumption. Use when meaning matters more than keywords.
Decision Flowchart
Use this to decide which search tool to use:
| Scenario | Tool | Why |
|---|---|---|
| "Find papers on emergent AI behavior" | mcp__exa__web_search_exa |
Semantic discovery |
| "Companies similar to Anthropic" | mcp__exa__web_search_exa |
Similar content |
| "How to use React hooks" | mcp__exa__get_code_context_exa |
Coding context |
| "Latest news on X" | WebSearch |
Recency matters |
| "Read this URL: [link]" | WebFetch |
Known URL |
| "error: module not found XYZ" | WebSearch |
Exact keyword match |
| "CVE-2024-12345" | WebSearch |
Specific identifier |
Decision logic:
- Have a specific URL? ->
WebFetch - Is this semantic/conceptual (meaning > keywords)? -> Exa
- Is it a coding/API question? ->
mcp__exa__get_code_context_exa - Need very recent news/events? ->
WebSearch - Keyword/identifier match? ->
WebSearch
Tool Usage
mcp__exa__web_search_exa
Semantic web search for concepts, topics, and similar content.
query: "semantic query describing concepts"
numResults: 8 (default, adjust as needed)
type: "auto" | "fast" | "deep"
mcp__exa__get_code_context_exa
Code-specific search for programming patterns, APIs, and implementations.
query: "React useState hook examples" | "Express middleware patterns"
tokensNum: 5000 (default, 1000-50000 range)
mcp__exa__company_research_exa
Company-specific research for competitive analysis and market research.
Integration Patterns
Discovery + Extraction
- Exa finds relevant sources semantically
WebFetchextracts full content from best URLs
Multi-Perspective Research
- Exa: "academic perspectives on X"
- Exa: "industry implementation of X"
- Exa: "critiques of X"
- Synthesize findings
Fallback Strategy
- Try Exa for semantic search
- If results poor, fall back to
WebSearchwith keywords
Anti-Patterns
| Don't | Do Instead |
|---|---|
"python pandas filter dataframe" |
Use WebSearch (keyword query) |
| Run 10 similar queries | Consolidate into 2-3 well-crafted queries |
"what is React" |
Use knowledge or WebSearch |
"breaking news today" |
Use WebSearch |
When Results Are Poor
- Switch search type:
autovsfastvsdeep - Rephrase: more semantic/descriptive
- Add domain filters via
allowed_domains - Fall back to
WebSearchfor keyword matching
Weekly Installs
6
Repository
jmagar/claude-homelabGitHub Stars
6
First Seen
Feb 26, 2026
Security Audits
Installed on
opencode6
gemini-cli6
github-copilot6
codex6
kimi-cli6
amp6