Skip to content

wysh3/exa-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-search

Troubleshooting

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.json

Add "exa-search" to the plugins.allow array:

{
  "plugins": {
    "allow": [
      "telegram",
      "discord",
      "exa-search"
    ],
    "entries": {
      "exa-search": {
        "enabled": true
      }
    }
  }
}

Then restart:

openclaw gateway restart

Usage

Search the web for "latest AI news"
Find React useState hook examples
Research "Anthropic" company

Links

OpenClaw · Exa AI

About

Exa AI Search Plugin for OpenClaw - without any API key

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published