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"}}


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

    小蔥技能站7w4.net每天更新,海量AI技能等你發現。

  • 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