Asi exa-search
Use Exa for semantic/neural web search. Exa understands context and returns high-quality results. Use this skill when you need to search the web for documentation, research, or any information that requires understanding meaning rather than just keyword matching. NEVER substitute web_search for Exa - they serve completely different purposes.
install
source · Clone the upstream repo
git clone https://github.com/plurigrid/asi
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/plurigrid/asi "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/exa-search" ~/.claude/skills/plurigrid-asi-exa-search-8f8b35 && rm -rf "$T"
manifest:
skills/exa-search/SKILL.mdsource content
Exa Semantic Search
Exa provides neural/semantic search via MCP. Use it for high-quality web search that understands context.
When to Use Exa
- Searching for documentation or technical information
- Research requiring semantic understanding
- Finding information where exact keywords are unknown
- Company research and LinkedIn searches
- Deep research tasks
When NOT to Use Exa
- Never use
as a substitute - it's basic keyword matching onlyweb_search - If Exa fails, troubleshoot Exa - don't fall back to
web_search
Available Tools
The Exa MCP server provides these tools:
- Semantic web searchweb_search_exa
- Crawl and extract web contentcrawling_exa
- Research companiescompany_research_exa
- Search LinkedIn profileslinkedin_search_exa
- Start deep research taskdeep_researcher_start
- Check deep research statusdeep_researcher_check
Configuration
Exa is configured as a remote HTTP MCP in
~/.mcp.json:
{ "exa": { "type": "http", "url": "https://mcp.exa.ai/mcp?tools=web_search_exa,crawling_exa,company_research_exa,linkedin_search_exa,deep_researcher_start,deep_researcher_check" } }
Usage Examples
Basic Search
Use the Exa MCP tools directly when semantic search is needed.
Deep Research
- Start with
for complex topicsdeep_researcher_start - Poll with
until completedeep_researcher_check - Get comprehensive, synthesized results
Critical Rules
- NEVER replace Exa with web_search - they are fundamentally different
- NEVER use web_search in Task sub-agents as a substitute for Exa
- If Exa fails, troubleshoot Exa - do not substitute