Agent skill
exa-search
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.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/exa-search-broedkrummen-openclaw-skills
Metadata
Additional technical details for this skill
- openclaw
-
{ "emoji": "\ud83d\udd0e", "homepage": "https://exa.ai/docs", "requires": { "env": [ "EXA_API_KEY" ], "bins": [ "node" ] }, "primaryEnv": "EXA_API_KEY" }
SKILL.md
Exa Search
Use Exa’s Search API via the bundled script.
Requirements
- Set
EXA_API_KEYin 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.
Didn't find tool you were looking for?