exa-search

wysh3/exa-search

Otheropenclawby wysh3

Summary

OpenClaw plugin exposing 0 skills.

Install to Claude Code

openclaw plugin add wysh3/exa-search

Run in Claude Code. Add the marketplace first with /plugin marketplace add wysh3/exa-search if you haven't already.

README.md

Exa Search Plugin for OpenClaw

Exa AI neural search integration — web search and code search. No API key required.

Tools

| Tool | Purpose | |------|---------| | web_search | Current information, news, facts | | code_search | Code from GitHub, Stack Overflow, docs |

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
Search code in Python, JavaScript, or any programming language

Links

OpenClaw · Exa AI

Related plugins

Browse all →