Jump to related tools in the same category or review the original source on GitHub.

Search & Research @xinhai-ai Updated 2/26/2026

🔎 Exa Search OpenClaw Skill - ClawHub

Do you want your AI agent to automate Exa Search workflows? This free skill from ClawHub helps with search & research tasks without building custom tools from scratch.

What this skill does

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.

Install

npx clawhub@latest install exa-search

Full SKILL.md

Open original
namedescription
exa-searchUse 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.

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.
Original URL: https://github.com/openclaw/skills/blob/main/skills/xinhai-ai/exa-search

Related skills

If this matches your use case, these are close alternatives in the same category.