Claude searches the web for you. Deep research mode with citations and careful source evaluation.
Your OpenClaw agent gets one built-in search engine. Clawler gives it eight—from fast link retrieval to AI-powered answers—without changing a single prompt.
openclaw plugin add clawler Sometimes your agent needs a quick list of links. Sometimes it needs a careful, cited answer. Different providers are better at different things. Clawler picks the right one—or lets you choose.
“best carry-on luggage for Europe trip”
Just links. The agent has to read each page to piece together an answer.
“best carry-on luggage for Europe trip”
For Europe, you want a bag that fits budget airline limits (typically 55 x 40 x 20 cm). Top picks for 2026: the Away Carry-On for hard-shell durability, the Peak Design Travel Backpack for flexibility, and the Osprey Farpoint 40 for longer trips. Avoid anything over 22 inches—Ryanair and EasyJet will charge you.
A direct answer with citations. The agent can keep moving.
Each provider has different strengths. Install the plugin, add whichever API keys you have, and Clawler figures out the rest. You can also pin a specific provider for any individual search.
Claude searches the web for you. Deep research mode with citations and careful source evaluation.
Private, fast web search. Great for quick factual lookups and getting a list of relevant pages.
Neural search that understands what you mean, not just what you typed. Finds the exact page you need.
Google-powered search with AI summaries. Taps into Google's index through the Gemini API.
Uses GPT to search the web and reason through results. Returns a full answer with cited sources.
Searches multiple sources at once and returns structured excerpts. Fast and comprehensive.
Real-time answers grounded in current web results. Great when you need up-to-the-minute information.
Research-grade search that returns an answer and the sources it used. Built for thorough lookups.
The setup wizard detects which API keys you have, picks a default provider, and configures everything. Your agent starts using Clawler immediately.
Finds your API keys, asks which provider you want as the default, and writes the config file.
Your agent now uses search_web instead of the built-in search tool. If your default provider is down, it falls back to the next one automatically.
"auto", pick the first provider with a valid API key.Traditional search providers (Brave, Exa, Parallel) return a list of links with snippets. AI-powered providers (Anthropic, Gemini, OpenAI, Perplexity) return a written answer with citations. Tavily does both. Clawler normalizes all of these into one format.
{
"clawler": {
"provider": "auto",
"fallback": ["perplexity", "brave"]
}
}