Exa AI Search Plugin for OpenClaw - Direct HTTP/SSE integration for web search, code search, and company research
npm install exa-searchExa AI neural search integration — web search, code search, and company research. No API key required.
| Tool | Purpose |
|------|---------|
| web_search | Current information, news, facts |
| code_search | Code from GitHub, Stack Overflow, docs |
| company_research | Business info, news, insights |
``bashStep 1: Install from npm
openclaw plugins install exa-search
$3
If the plugin shows as "disabled" after enabling, you may need to manually add it to the
plugins.allow array in your config:`bash
Edit your config
nano ~/.openclaw/openclaw.json
`Add
"exa-search" to the plugins.allow array:`json
{
"plugins": {
"allow": [
"telegram",
"discord",
"exa-search"
],
"entries": {
"exa-search": {
"enabled": true
}
}
}
}
`Then restart:
`bash
openclaw gateway restart
`Usage
`
Search the web for "latest AI news"
Find React useState hook examples
Research "Anthropic" company
``- npm: npmjs.com/package/exa-search
- GitHub: github.com/wysh3/exa-search
- License: GPL-3.0