exa-search
v1.4.0
Published
Exa AI Search Plugin for OpenClaw - Direct HTTP/SSE integration for web search, code search, and company research
Maintainers
Readme
Exa Search Plugin for OpenClaw
Exa AI neural search integration — web search, code search, and company research. No API key required.
Tools
| Tool | Purpose |
|------|---------|
| web_search | Current information, news, facts |
| code_search | Code from GitHub, Stack Overflow, docs |
| company_research | Business info, news, insights |
Install & Enable
# Step 1: Install from npm
openclaw plugins install exa-search
# Step 2: Enable the plugin
openclaw plugins enable exa-search
# Step 3: Restart gateway
openclaw gateway restart
# Step 4: Verify it's loaded
openclaw plugins list | grep exa-searchTroubleshooting
If the plugin shows as "disabled" after enabling, you may need to manually add it to the plugins.allow array in your config:
# Edit your config
nano ~/.openclaw/openclaw.jsonAdd "exa-search" to the plugins.allow array:
{
"plugins": {
"allow": [
"telegram",
"discord",
"exa-search"
],
"entries": {
"exa-search": {
"enabled": true
}
}
}
}Then restart:
openclaw gateway restartUsage
Search the web for "latest AI news"
Find React useState hook examples
Research "Anthropic" companyLinks
- npm: npmjs.com/package/exa-search
- GitHub: github.com/wysh3/exa-search
- License: GPL-3.0
