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.zip

Installs 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驱动的深度研究时使用。
82 charsno explicit “when” trigger
Beginner

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

You give it
search query string and optional parameters like numResults, type, livecrawl, category, tokensNum
You get back
search results from web_search_exa or code context from get_code_context_exa

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:

ParamTypeDefaultNotes
querystringrequiredSearch query
numResultsnumber8Number of results
typestringautoSearch mode
livecrawlstringfallbackPrefer live crawling when needed
categorystringnoneOptional 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:

ParamTypeDefaultNotes
querystringrequiredCode or API search query
tokensNumnumber5000Content 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_exa for current information, company lookups, and broad discovery
  • Use search operators like site:, quoted phrases, and intitle: to narrow results
  • Lower tokensNum (1000-2000) for focused code snippets, higher (5000+) for comprehensive context
  • Use get_code_context_exa when you need API usage or code examples rather than general web pages

Related Skills

  • deep-research — Full research workflow using firecrawl + exa together
  • market-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

Exa MCP server configuredEXA_API_KEY

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.

SkillInstallsUpdatedSafetyDifficulty
exa-search (this skill)03moNo flagsBeginner
mgrep468moReviewBeginner
perplexity146moNo flagsBeginner
perplexity-search138moReviewIntermediate

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.

46164

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.

14175

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.

13135

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.

9106

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.

977

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.

655

Search skills

Search the agent skills registry