exa

TotalClaw 作者 totalclaw

当任务需要 Exa MCP 进行网络或人员研究时,或者使用固定工具集准备 Exa MCP 服务器配置时使用。触发运行 Exa 搜索、高级 Exa 搜索、人员搜索或通过源链接总结基于 Exa 的结果的请求。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~tokyo-s-exa-skill
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~tokyo-s-exa-skill/file -o tokyo-s-exa-skill.md
# Exa MCP Skill

## Workflow
1. Clarify the research goal, scope, and output format.
2. Select one enabled tool using the guide below: `web_search_exa`, `web_search_advanced_exa`, `people_search_exa`.
3. Prefer the hosted Exa MCP endpoint with fixed tools in the URL query.
4. Return concise findings with links and explicit unknowns.
5. On rate limits (`429`), reduce query breadth or require an API key.

## Tool Policy
- Enabled now: `web_search_exa`, `web_search_advanced_exa`, `people_search_exa`.
- Keep all other Exa tools disabled unless the user explicitly asks to expand.

## Tool Selection Guide
- Use `web_search_exa` for fast, broad discovery when the user asks general web research.
  Example intent: "Find the latest docs and announcements about X."
- Use `web_search_advanced_exa` for precision research when you must constrain by domains, freshness, depth, or richer query controls.
  Example intent: "Search only official docs and recent sources for X."
- Use `people_search_exa` when the task is about identifying people, roles, background, or profile-style information.
  Example intent: "Find people working on X at company Y."

## Selection Rules
- Start with `web_search_exa` when speed and coverage matter more than strict filtering.
- Choose `web_search_advanced_exa` when `web_search_exa` returns noisy or insufficiently targeted results.
- Choose `people_search_exa` only for person-centric requests, not generic topic research.

## Config Reference
- Read `references/exa-mcp-setup.md` for URL templates and generic MCP snippets.

---

## 中文说明

# Exa MCP Skill

## 工作流程
1. 明确研究目标、范围和输出格式。
2. 使用下方指南选择一个已启用的工具:`web_search_exa`、`web_search_advanced_exa`、`people_search_exa`。
3. 优先使用托管的 Exa MCP 端点,并在 URL 查询中固定工具集。
4. 返回简洁的研究结果,附带链接并明确说明未知项。
5. 遇到速率限制(`429`)时,缩小查询范围或要求提供 API 密钥。

## 工具策略
- 当前已启用:`web_search_exa`、`web_search_advanced_exa`、`people_search_exa`。
- 除非用户明确要求扩展,否则保持所有其他 Exa 工具禁用。

## 工具选择指南
- 当用户要求进行通用网络研究时,使用 `web_search_exa` 进行快速、广泛的发现。
  示例意图:"查找关于 X 的最新文档和公告。"
- 当你必须按域名、时效性、深度或更丰富的查询控制进行约束时,使用 `web_search_advanced_exa` 进行精确研究。
  示例意图:"仅搜索关于 X 的官方文档和近期来源。"
- 当任务是识别人物、角色、背景或个人资料类信息时,使用 `people_search_exa`。
  示例意图:"查找在 Y 公司从事 X 工作的人员。"

## 选择规则
- 当速度和覆盖面比严格筛选更重要时,从 `web_search_exa` 开始。
- 当 `web_search_exa` 返回的结果嘈杂或针对性不足时,选择 `web_search_advanced_exa`。
- 仅在以人物为中心的请求时选择 `people_search_exa`,而非通用主题研究。

## 配置参考
- 阅读 `references/exa-mcp-setup.md` 获取 URL 模板和通用 MCP 代码片段。