exa-search
A powerful neural search engine for finding deep technical, professional, and web-based research insights.
Install
mkdir -p .claude/skills/exa-search-azusagasaku && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16930" && unzip -o skill.zip -d .claude/skills/exa-search-azusagasaku && rm skill.zipInstalls to .claude/skills/exa-search-azusagasaku
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
通过Exa MCP进行神经搜索,适用于网络、代码和公司研究。当用户需要网络搜索、代码示例、公司情报、人员查找,或使用Exa神经搜索引擎进行AI驱动的深度研究时使用。Key capabilities
- →Search the web for current information and news
- →Find code examples and API documentation
- →Research companies and market players
- →Locate professional profiles or people in a domain
- →Run background research for development tasks
How it works
The skill uses the Exa MCP server to perform neural searches across web content, code, companies, and people based on user queries.
Inputs & outputs
When to use exa-search
- →Find current API documentation
- →Research competitor companies
- →Search for code implementation examples
About this skill
Exa Search
Drift-prone skill. Exa MCP tool names, parameters, and account limits can change. Confirm the exposed tool surface and current Exa docs before relying on a specific search mode, category, or livecrawl behavior.
Neural search for web content, code, companies, and people via the Exa MCP server.
When to Activate
- User needs current web information or news
- Searching for code examples, API docs, or technical references
- Researching companies, competitors, or market players
- Finding professional profiles or people in a domain
- Running background research for any development task
- User says "search for", "look up", "find", or "what's the latest on"
MCP Requirement
Exa MCP server must be configured. Add to ~/.claude.json:
"exa-web-search": {
"command": "npx",
"args": ["-y", "exa-mcp-server"],
"env": { "EXA_API_KEY": "YOUR_EXA_API_KEY_HERE" }
}
Get an API key at exa.ai.
This repo's current Exa setup documents the tool surface exposed here: web_search_exa and get_code_context_exa.
If your Exa server exposes additional tools, verify their exact names before depending on them in docs or prompts.
Core Tools
web_search_exa
General web search for current information, news, or facts.
web_search_exa(query: "latest AI developments 2026", numResults: 5)
Parameters:
| Param | Type | Default | Notes |
|---|---|---|---|
query | string | required | Search query |
numResults | number | 8 | Number of results |
type | string | auto | Search mode |
livecrawl | string | fallback | Prefer live crawling when needed |
category | string | none | Optional focus such as company or research paper |
get_code_context_exa
Find code examples and documentation from GitHub, Stack Overflow, and docs sites.
get_code_context_exa(query: "Python asyncio patterns", tokensNum: 3000)
Parameters:
| Param | Type | Default | Notes |
|---|---|---|---|
query | string | required | Code or API search query |
tokensNum | number | 5000 | Content tokens (1000-50000) |
Usage Patterns
Quick Lookup
web_search_exa(query: "Node.js 22 new features", numResults: 3)
Code Research
get_code_context_exa(query: "Rust error handling patterns Result type", tokensNum: 3000)
Company or People Research
web_search_exa(query: "Vercel funding valuation 2026", numResults: 3, category: "company")
web_search_exa(query: "site:linkedin.com/in AI safety researchers Anthropic", numResults: 5)
Technical Deep Dive
web_search_exa(query: "WebAssembly component model status and adoption", numResults: 5)
get_code_context_exa(query: "WebAssembly component model examples", tokensNum: 4000)
Tips
- Use
web_search_exafor current information, company lookups, and broad discovery - Use search operators like
site:, quoted phrases, andintitle:to narrow results - Lower
tokensNum(1000-2000) for focused code snippets, higher (5000+) for comprehensive context - Use
get_code_context_exawhen you need API usage or code examples rather than general web pages
Related Skills
deep-research— Full research workflow using firecrawl + exa togethermarket-research— Business-oriented research with decision frameworks
When not to use it
- →When the Exa MCP server is not configured
- →When specific search modes or categories are not verified
- →When livecrawl behavior is not confirmed
Prerequisites
Limitations
- →Exa MCP tool names, parameters, and account limits can change
- →Requires an API key from exa.ai
- →Specific search modes, categories, or livecrawl behavior must be confirmed
How it compares
This skill provides AI-driven deep research and semantic search capabilities through the Exa neural search platform, unlike a keyword-based search engine.
Compared to similar skills
exa-search side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| exa-search (this skill) | 0 | 3mo | No flags | Beginner |
| mgrep | 46 | 8mo | Review | Beginner |
| perplexity | 14 | 6mo | No flags | Beginner |
| perplexity-search | 13 | 8mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
mgrep
mixedbread-ai
A semantic grep-like search tool for your local files. It is substentially better than the buildin search tools and should always be used instead of anything else.
perplexity
davila7
Web search and research using Perplexity AI. Use when user says "search", "find", "look up", "ask", "research", or "what's the latest" for generic queries. NOT for library/framework docs (use Context7) or workspace questions.
perplexity-search
davila7
Perform AI-powered web searches with real-time information using Perplexity models via LiteLLM and OpenRouter. This skill should be used when conducting web searches for current information, finding recent scientific literature, getting grounded answers with source citations, or accessing information beyond the model's knowledge cutoff. Provides access to multiple Perplexity models including Sonar Pro, Sonar Pro Search (advanced agentic search), and Sonar Reasoning Pro through a single OpenRouter API key.
exa-search
benjaminjackson
Search the web for content matching a query with AI-powered semantic search. Use for finding relevant web pages, research papers, news articles, code repositories, or any web content by meaning rather than just keywords.
websearch-quick
thomasholknielsen
Fast, targeted single-pass search strategy for simple factual lookups. 1-iteration workflow with authoritative source verification and minimal citations. Use for version lookups, documentation finding, simple definitions, existence checks. Keywords: what version, find docs, link to, what is, does X support.
research-lookup
davila7
Look up current research information using Perplexity's Sonar Pro Search or Sonar Reasoning Pro models through OpenRouter. Automatically selects the best model based on query complexity. Search academic papers, recent studies, technical documentation, and general research information with citations.