← 返回 Skills 市场
15914355527

Exa Web Search V2

作者 15914355527 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
177
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install exa-web-search-v2
功能描述
Free AI search via Exa MCP. Web search for news/info, code search for docs/examples from GitHub/StackOverflow, company research for business intel. No API ke...
使用说明 (SKILL.md)

Exa Web Search (Free)

Neural search for web, code, and company research. No API key required.

Setup

Verify mcporter is configured:

mcporter list exa

If not listed:

mcporter config add exa https://mcp.exa.ai/mcp

Core Tools

web_search_exa

Search web for current info, news, or facts.

mcporter call 'exa.web_search_exa(query: "latest AI news 2026", numResults: 5)'

Parameters:

  • query - Search query
  • numResults (optional, default: 8)
  • type (optional) - "auto", "fast", or "deep"

get_code_context_exa

Find code examples and docs from GitHub, Stack Overflow.

mcporter call 'exa.get_code_context_exa(query: "React hooks examples", tokensNum: 3000)'

Parameters:

  • query - Code/API search query
  • tokensNum (optional, default: 5000) - Range: 1000-50000

company_research_exa

Research companies for business info and news.

mcporter call 'exa.company_research_exa(companyName: "Anthropic", numResults: 3)'

Parameters:

  • companyName - Company name
  • numResults (optional, default: 5)

Advanced Tools (Optional)

Six additional tools available by updating config URL:

  • web_search_advanced_exa - Domain/date filters
  • deep_search_exa - Query expansion
  • crawling_exa - Full page extraction
  • people_search_exa - Professional profiles
  • deep_researcher_start/check - AI research agent

Enable all tools:

mcporter config add exa-full "https://mcp.exa.ai/mcp?tools=web_search_exa,web_search_advanced_exa,get_code_context_exa,deep_search_exa,crawling_exa,company_research_exa,people_search_exa,deep_researcher_start,deep_researcher_check"

# Then use:
mcporter call 'exa-full.deep_search_exa(query: "AI safety research")'

Tips

  • Web: Use type: "fast" for quick lookup, "deep" for thorough research
  • Code: Lower tokensNum (1000-2000) for focused, higher (5000+) for comprehensive
  • See examples.md for more patterns

Resources

安全使用建议
This skill is coherent: it calls Exa's MCP through the mcporter CLI. Before installing or using it, confirm you trust the mcporter binary and the Exa MCP endpoint (https://mcp.exa.ai). Be aware that any queries you send (including code, company names, or prompts) will be transmitted to that external service and the mcporter config command will add a persistent entry to your mcporter config. Also note a minor metadata mismatch in the packaged files (different slug/version/ownerId than registry metadata) — you may want to verify the publisher or prefer an official release (GitHub/npm links are provided) before proceeding. Avoid sending secrets or sensitive internal documents to the skill until you are confident in the service's privacy/security posture.
功能分析
Type: OpenClaw Skill Name: exa-web-search-v2 Version: 1.0.0 The skill bundle provides a legitimate interface for Exa AI's search services using the Model Context Protocol (MCP) via the 'mcporter' utility. All commands and URLs (e.g., https://mcp.exa.ai/mcp) are consistent with official Exa documentation, and there is no evidence of data exfiltration, malicious execution, or prompt injection in SKILL.md or references/examples.md.
能力评估
Purpose & Capability
The skill is an instruction-only wrapper for calling Exa MCP via the mcporter binary. Requiring mcporter is expected given the documented mcporter call commands and the skill's search purpose.
Instruction Scope
SKILL.md only instructs the agent to run mcporter commands (list, config add, call). These commands will add a persistent mcporter config entry and send query text to the external endpoint (https://mcp.exa.ai/mcp). There are no instructions to read arbitrary local files or other credentials, but user queries (possibly containing sensitive info) will be transmitted to a third-party service.
Install Mechanism
There is no install spec and no code files; the skill expects an existing mcporter binary. This is low-risk from an installer perspective, but the binary itself (mcporter) is an external dependency you must trust.
Credentials
The skill does not request environment variables, credentials, or config paths. That is proportionate to its stated purpose. However, mcporter config changes are required to register the MCP endpoint.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It does instruct adding a persistent mcporter config entry (mcporter config add), which modifies the user's mcporter configuration but not platform-wide settings or other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install exa-web-search-v2
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /exa-web-search-v2 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Exa Web Search (Free): - Provides web, code, and company research tools without requiring an API key. - Includes core commands to search current web info/news, code examples from GitHub/Stack Overflow, and business intel. - Optional advanced tools cover deep search, crawling, people search, and AI research agents—enabled via a config update. - Simple setup with mcporter integration and usage examples provided. - Linked resources for GitHub repo, npm, and documentation.
元数据
Slug exa-web-search-v2
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Exa Web Search V2 是什么?

Free AI search via Exa MCP. Web search for news/info, code search for docs/examples from GitHub/StackOverflow, company research for business intel. No API ke... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 177 次。

如何安装 Exa Web Search V2?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install exa-web-search-v2」即可一键安装,无需额外配置。

Exa Web Search V2 是免费的吗?

是的,Exa Web Search V2 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Exa Web Search V2 支持哪些平台?

Exa Web Search V2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Exa Web Search V2?

由 15914355527(@15914355527)开发并维护,当前版本 v1.0.0。

💬 留言讨论