skills$openclaw/exa-search
xinhai-ai8.6k★

by xinhai-ai

exa-search – OpenClaw Skill

exa-search is an OpenClaw Skills integration for coding workflows. 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.

8.6k stars6.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameexa-search
descriptionUse 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. OpenClaw Skills integration.
ownerxinhai-ai
repositoryxinhai-ai/exa-search
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @xinhai-ai/exa-search
last updatedFeb 7, 2026

Maintainer

xinhai-ai

xinhai-ai

Maintains exa-search in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
exa_search.mjs
3.2 KB
_meta.json
275 B
SKILL.md
1005 B
SKILL.md

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.
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

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

FAQ

How do I install exa-search?

Run openclaw add @xinhai-ai/exa-search in your terminal. This installs exa-search into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/xinhai-ai/exa-search. Review commits and README documentation before installing.