# Exa Search

> Search the web using Exa AI instead of Brave (MCP-compatible endpoint) Use when this capability is needed.

- Skill: `tomevault-io/exa-search-5` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/exa-search-5`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/exa-search-5/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/exa-search-5

---


# Exa Search

Search the web using Exa AI. Use this **INSTEAD of** the built-in `web_search` tool (which uses Brave).

## Quick Start

```bash
# Set your API key (one-time setup)
export EXA_API_KEY="your_key_here"  # Add to ~/.openclaw/.env for persistence

# Run a search
~/.openclaw/workspace/skills/exa-search/search.sh "your query" 5
```

## Get API Key

1. Go to https://dashboard.exa.ai/api-keys
2. Create a new API key
3. Set it in your environment: `EXA_API_KEY=...`

## Why Exa?

- **Semantic search** - understands meaning, not just keywords
- **Better for AI/tech content** - designed for LLM workflows  
- **Clean results** - structured, relevant output
- **MCP-ready** - uses Model Context Protocol (future-proof)

## Comparison

| Feature | Exa | Brave |
|---------|-----|-------|
| Semantic search | ✅ | ❌ |
| Real-time web | ✅ | ✅ |
| Code/examples focus | ✅ | ⚠️ |
| Free tier | ✅ | ✅ |
| MCP support | ✅ | ❌ |

## MCP Server

The full Exa MCP server is available at `https://mcp.exa.ai/mcp`. 
When OpenClaw adds native MCP support, this skill will connect directly.

For now, use the `search.sh` script which calls the Exa REST API.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/consuelohq) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-14 -->

