Exa Search

👤 xinhai-ai 📦 v1.0.0 ⭐ 4.2 ⬇️ 6.1K 下载
📊 数据分析 免费 🔑 需 API Key

📖 技能介绍


name: exa-search description: Use Exa (exa.ai) Search API to search the web and return structured results (title/url/snippet/text) via a local Node script. Trigger when the user asks to enable Exa search, configure Exa API key, or perform web search using Exa. metadata: {"openclaw":{"emoji":"🔎","requires":{"bins":["node"],"env":["EXA_API_KEY"]},"primaryEnv":"EXA_API_KEY","homepage":"https://exa.ai/docs"}}

7w4.net小葱技能站,你的AI助手技能库。


Exa Search

Use Exa’s Search API via the bundled script.

Requirements

  • Set EXA_API_KEY in the Gateway environment (recommended) or in ~/.openclaw/.env.

Commands

  • Run a search:
  • node {baseDir}/scripts/exa_search.mjs "<query>" --count 5

  • Include page text in results (costs more):

  • node {baseDir}/scripts/exa_search.mjs "<query>" --count 5 --text

  • Narrow by time window:

  • --start 2025-01-01 --end 2026-02-04

Notes

  • This skill does not modify web_search; it provides an Exa-backed alternative you can invoke when you specifically want Exa.

🤖 AI 评测

这个 Skill 质量中等偏上,功能实用,能较好地完成网络搜索任务。优点是操作简单、参数丰富、文档清晰,搜索结果支持灵活配置。不足之处是功能相对单一,缺少实际使用示例,且没有测试保障。对于需要使用 Exa 搜索的用户来说基本可用,但功能深度和配套资源有待加强。

📊 多维度评分

适应性4.3
规范性4.1
有效性4.4
可靠性4
可信度4.2

📁 包含文件 (3 个)

📄 SKILL.md 1005 B
📄 _meta.json 129 B
📄 scripts/exa_search.mjs 3.2 KB