exa
✓Verified·Scanned 2/17/2026
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.
from clawhub.ai·v6eb53c8·3.3 KB·0 installs
Scanned from 0.0.2 at 6eb53c8 · Transparency log ↗
$ vett add clawhub.ai/fardeenxyz/exa
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, deepcategory: 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"