docs/ja-JP/skills/exa-search/SKILL.md
Exa MCPによるウェブ、コード、企業調査のためのニューラル検索。ユーザーがウェブ検索、コード例、企業情報、人物検索、またはExaのニューラル検索エンジンを使ったAI駆動の詳細調査を必要とする場合に使用します。
npx skillsauth add affaan-m/everything-claude-code exa-searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
変化が早いスキル。 Exa MCPのツール名、パラメーター、アカウント制限は変更される可能性があります。特定の検索モード、カテゴリー、またはライブクロール動作に依存する前に、公開されているツール一覧と最新のExaドキュメントを確認してください。
Exa MCPサーバーを通じたウェブコンテンツ、コード、企業、人物のニューラル検索。
Exa MCPサーバーを設定する必要があります。~/.claude.jsonに追加してください:
"exa-web-search": {
"command": "npx",
"args": ["-y", "exa-mcp-server"],
"env": { "EXA_API_KEY": "YOUR_EXA_API_KEY_HERE" }
}
APIキーはexa.aiで取得してください。
このリポジトリの現在のExa設定は、公開されているツール一覧を文書化しています: web_search_exa と get_code_context_exa。
Exaサーバーが追加のツールを公開している場合は、ドキュメントやプロンプトで依存する前に正確な名前を確認してください。
最新情報、ニュース、または事実のための一般的なウェブ検索。
web_search_exa(query: "latest AI developments 2026", numResults: 5)
パラメーター:
| パラメーター | 型 | デフォルト | 備考 |
|-------|------|---------|-------|
| query | string | 必須 | 検索クエリ |
| numResults | number | 8 | 結果数 |
| type | string | auto | 検索モード |
| livecrawl | string | fallback | 必要に応じてライブクロールを優先 |
| category | string | なし | company や research paper などのオプションフォーカス |
GitHub、Stack Overflow、ドキュメントサイトからコード例とドキュメントを検索。
get_code_context_exa(query: "Python asyncio patterns", tokensNum: 3000)
パラメーター:
| パラメーター | 型 | デフォルト | 備考 |
|-------|------|---------|-------|
| query | string | 必須 | コードまたはAPI検索クエリ |
| tokensNum | number | 5000 | コンテンツのトークン数(1000-50000) |
web_search_exa(query: "Node.js 22 new features", numResults: 3)
get_code_context_exa(query: "Rust error handling patterns Result type", tokensNum: 3000)
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)
web_search_exa(query: "WebAssembly component model status and adoption", numResults: 5)
get_code_context_exa(query: "WebAssembly component model examples", tokensNum: 4000)
web_search_exaを使用するsite:、引用フレーズ、intitle:などの検索オペレーターを使用して結果を絞り込むtokensNum(1000-2000)、包括的なコンテキストには高い値(5000+)を使用するget_code_context_exaを使用するdeep-research — firecrawl + exaを組み合わせた完全な調査ワークフローmarket-research — 意思決定フレームワークを含むビジネス指向の調査development
Share durable, inspectable context and handoffs between Claude, Codex, Hermes, Cursor, OpenCode, and other agents through the local ECC Memory Vault. Use when an agent must save work state, transfer context, resume another agent's task, or search shared project knowledge.
development
Use when multiple consumers and providers must evolve an API or event schema without field drift, integration surprises, or one side silently redefining the interface.
tools
Query live GPU inventory, submit an authenticated Itô fixed-rate RFQ, inspect RFQ or procurement status, and run explicitly gated node qualification through the separately installed canonical CLI. Use when a user asks to find H100/H200 capacity, request a fixed compute rate, check Itô compute status, or validate GPU nodes.
data-ai
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination.