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

Search & Research @fardeenxyz Updated 2/26/2026

🧠 Exa OpenClaw Skill - ClawHub

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

What this skill does

Neural web search and code context via Exa AI API. Requires EXA_API_KEY. Use for finding documentation, code examples, research papers, or company info.

Install

npx clawhub@latest install exa

Full SKILL.md

Open original
namedescription
exaNeural web search and code context via Exa AI API. Requires EXA_API_KEY. Use for finding documentation, code examples, research papers, or company info.

Exa - Neural Web Search

Direct API access to Exa's neural search engine.

Setup

1. Get your API Key: Get a key from Exa Dashboard.

2. Set it in your environment:

export EXA_API_KEY="your-key-here"

Usage

Web Search

bash scripts/search.sh "query" [num_results] [type]
  • type: auto (default), neural, fast, deep
  • category: company, research-paper, news, github, tweet, personal-site, pdf

Code Context

Finds relevant code snippets and documentation.

bash scripts/code.sh "query" [num_results]

Get Content

Extract full text from URLs.

bash scripts/content.sh "url1" "url2"
Original URL: https://github.com/openclaw/skills/blob/main/skills/fardeenxyz/exa

Related skills

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