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
-
WebFetch extracts 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 WebSearch with 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: auto vs fast vs deep
-
Rephrase: more semantic/descriptive
-
Add domain filters via allowed_domains
-
Fall back to WebSearch for keyword matching