affaan-m/ECC/docs/ja-JP/skills/exa-search/SKILL.md
exa-search
Review exa-search's use cases, installation, workflow, and original source instructions.
- Source repository stars
- 234,327
- Declared platforms
- 0
- Static risk flags
- 1
- Last source update
- 2026-07-27
- Source checked
- 2026-07-28
Decision brief
What it does—and where it fits
変化が早いスキル。 Exa MCPのツール名、パラメーター、アカウント制限は変更される可能性があります。特定の検索モード、カテゴリー、またはライブクロール動作に依存する前に、公開されているツール一覧と最新のExaドキュメントを確認してください。
Not for
- Tasks that require unconfirmed production actions or broad system permissions.
- Environments where the pinned source and install steps cannot be inspected.
Compatibility matrix
Platform support, with evidence labels
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
Inspect first. Install second.
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/affaan-m/ECC --skill "docs/ja-JP/skills/exa-search"Inspect the Agent Skill "exa-search" from https://github.com/affaan-m/ECC/blob/4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38/docs/ja-JP/skills/exa-search/SKILL.md at commit 4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
What the source asks the agent to do
- 01
アクティベートするタイミング
ユーザーが最新のウェブ情報やニュースを必要としている場合
ユーザーが最新のウェブ情報やニュースを必要としている場合コード例、APIドキュメント、または技術的な参考資料を検索する場合企業、競合他社、または市場プレイヤーを調査する場合 - 02
MCP要件
Exa MCPサーバーを設定する必要があります。/.claude.jsonに追加してください:
Exa MCPサーバーを設定する必要があります。/.claude.jsonに追加してください:APIキーはexa.aiで取得してください。 このリポジトリの現在のExa設定は、公開されているツール一覧を文書化しています: websearchexa と getcodecontextexa。 Exaサーバーが追加のツールを公開している場合は、ドキュメントやプロンプトで依存する前に正確な名前を確認してください。 - 03
コアツール
最新情報、ニュース、または事実のための一般的なウェブ検索。
最新情報、ニュース、または事実のための一般的なウェブ検索。GitHub、Stack Overflow、ドキュメントサイトからコード例とドキュメントを検索。
Permission review
Static risk signals and limitations
Network access
The documentation includes network, browsing, or remote request actions.
| `query` | string | 必須 | コードまたはAPI検索クエリ |Evidence record
Why each signal appears
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 74/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 234,327 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | catalog record | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Provenance and original SKILL.md
- Repository
- affaan-m/ECC
- Skill path
- docs/ja-JP/skills/exa-search/SKILL.md
- Commit
- 4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38
- License
- MIT
- Collected
- 2026-07-28
- Default branch
- main
View the original SKILL.md
Exa検索
変化が早いスキル。 Exa MCPのツール名、パラメーター、アカウント制限は変更される可能性があります。特定の検索モード、カテゴリー、またはライブクロール動作に依存する前に、公開されているツール一覧と最新のExaドキュメントを確認してください。
Exa MCPサーバーを通じたウェブコンテンツ、コード、企業、人物のニューラル検索。
アクティベートするタイミング
- ユーザーが最新のウェブ情報やニュースを必要としている場合
- コード例、APIドキュメント、または技術的な参考資料を検索する場合
- 企業、競合他社、または市場プレイヤーを調査する場合
- あるドメインの専門家プロフィールや人物を検索する場合
- 開発タスクのバックグラウンドリサーチを行う場合
- ユーザーが「search for」「look up」「find」「what's the latest on」と言う場合
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
最新情報、ニュース、または事実のための一般的なウェブ検索。
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 などのオプションフォーカス |
get_code_context_exa
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+)を使用する - 一般的なウェブページではなくAPIの使用方法やコード例が必要な場合は
get_code_context_exaを使用する
関連スキル
deep-research— firecrawl + exaを組み合わせた完全な調査ワークフローmarket-research— 意思決定フレームワークを含むビジネス指向の調査
Alternatives
Compare before choosing
MoizIbnYousaf/marketing-cli
exa-search
Call Exa Search (POST /search) for semantic web retrieval with ranked results, filters, freshness, highlights/text, structured output, or streaming. Use when the agent needs open-ended web search, competitor discovery, news, people, or research papers and does not already have URLs. Prefer Exa MCP web_search_exa / web_search_advanced_exa when available; otherwise raw HTTP with EXA_API_KEY. NOT for known-URL extraction (use exa-contents or firecrawl) or multi-step list-building (use company-resea
K-Dense-AI/scientific-agent-skills
exa-search
Web toolkit powered by Exa, tuned for scientific and technical content. Use this skill when the user needs to search the web or fetch/extract URL content. Covers: web search (semantic lookups, research, current info — with optional research-paper category and academic domain filtering) and URL extraction (fetching pages, articles, academic PDFs in batch). Use this skill for web-related tasks when the user wants high-quality search or scholarly filtering via category=research paper. Triggers on r
affaan-m/ECC
exa-search
Neural search via Exa MCP for web, code, and company research. Use when the user needs web search, code examples, company intel, people lookup, or AI-powered deep research with Exa's neural search engine.
affaan-m/ECC
exa-search
Neural search via Exa MCP for web, code, and company research. Use when the user needs web search, code examples, company intel, people lookup, or AI-powered deep research with Exa's neural search engine.