用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Wike-CHI/acquisition-agent --skill exa-web-search-free命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | exa-web-search-free |
| version | 2.2.0 |
| description | Free AI search via Exa MCP through web_search tool. Uses mcporter under the hood with auto-retry. |
| triggers | ["免费搜索","exa免费搜索","exa free"] |
Skill Graph: 领域 → [[_index-discovery|客户发现与调研领域]] | 上游 ← [[_index-discovery|客户发现领域]] | 下游 → [[company-research|企业背调]] + [[deep-research|深度调研]]
✅ 正确:调用 web_search 工具,search_type 选 company/people/deep/general
⚠️ 备选:如 web_search 不可用,用
mcporter call exa.xxx命令web_search 内部封装了 mcporter + Exa MCP + 3次重试 + 诊断日志,比手动调 mcporter 更可靠。
web_search({ query: "...", search_type: "company", maxResults: 5 })
search_type 说明:
| type | 底层 Exa 工具 | 用途 |
|---|---|---|
company | company_research_exa | 企业情报 |
people | people_search_exa | LinkedIn决策人搜索 |
deep | deep_search_exa | 扩展多查询研究 |
general | web_search_exa | 通用搜索 |
web_search({
query: "conveyor belt manufacturer Brazil",
search_type: "company", // company / people / deep / general
maxResults: 5, // 1-10
search_depth: "basic" // basic / advanced
})
mcporter call exa.people_search_exa query="procurement manager" numResults=5
基于 SOC 职业分类