exa-search by affaan-m/everything-claude-code
npx skills add https://github.com/affaan-m/everything-claude-code --skill exa-search通过 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" }
}
在 exa.ai 获取 API 密钥。本仓库当前的 Exa 设置记录了此处公开的工具接口:web_search_exa 和 get_code_context_exa。如果您的 Exa 服务器公开了其他工具,请在文档或提示中依赖它们之前,先确认其确切名称。
用于搜索最新信息、新闻或事实的通用网络搜索。
web_search_exa(query: "latest AI developments 2026", numResults: 5)
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
参数:
| 参数 | 类型 | 默认值 | 说明 |
|---|---|---|---|
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_exadeep-research — 结合使用 firecrawl + exa 的完整研究工作流market-research — 带有决策框架的面向业务的研究每周安装量
455
仓库
GitHub 星标数
105.0K
首次出现
12 天前
安全审计
安装于
codex431
cursor374
gemini-cli371
github-copilot370
amp370
cline370
Neural search for web content, code, companies, and people via the Exa MCP server.
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.
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 |
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) |
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 for current information, company lookups, and broad discoverysite:, quoted phrases, and intitle: to narrow resultstokensNum (1000-2000) for focused code snippets, higher (5000+) for comprehensive contextget_code_context_exa when you need API usage or code examples rather than general web pagesdeep-research — Full research workflow using firecrawl + exa togethermarket-research — Business-oriented research with decision frameworksWeekly Installs
455
Repository
GitHub Stars
105.0K
First Seen
12 days ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
codex431
cursor374
gemini-cli371
github-copilot370
amp370
cline370
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
138,300 周安装
Rust调用关系图生成器 - 可视化函数调用层次结构,提升代码分析效率
539 周安装
parallel-web-extract:并行网页内容提取工具,高效抓取网页数据
595 周安装
腾讯云CloudBase AI模型Web技能:前端调用混元/DeepSeek模型,实现流式文本生成
560 周安装
Apollo Connectors 模式助手:GraphQL API 连接器开发与集成指南
565 周安装
GitHub Trending 趋势分析工具:实时发现热门项目、技术洞察与开源机会
556 周安装
GSAP React 集成教程:useGSAP Hook 动画库与 React 组件开发指南
546 周安装
fallback| Prefer live crawling when needed |
category | string | none | Optional focus such as company or research paper |