版本
安装命令 点击复制
插件文档
web-search-plus-plugin
Multi-provider web search plugin for OpenClaw.
Requires at least one configured provider API key or a SEARXNG_INSTANCE_URL.
Install
openclaw plugins install clawhub:web-search-plus-pluginIt registers a web_search_plus tool that can query multiple providers and auto-route to the one that best fits the query.
Why use this instead of OpenClaw's built-in web_search?
OpenClaw's built-in web_search uses Brave Search.
You might want this plugin when:
- Brave returns thin or no results for a query, but Serper/Google or You.com still finds relevant pages.
- You want research-oriented output; Tavily can return structured results that are easier to summarize.
- You want semantic discovery; Exa can find related content that plain keyword search may miss.
Supported providers:
- Serper (Google)
- Tavily
- Exa
- Querit
- Perplexity
- You.com
- SearXNG
What you need
You do not need every provider.
You need at least one configured provider:
- an API key for any hosted provider, or
- a SearXNG instance URL
Supported "at least one" options:
SERPER_API_KEYTAVILY_API_KEYEXA_API_KEYQUERIT_API_KEYPERPLEXITY_API_KEYKILOCODE_API_KEYYOU_API_KEYSEARXNG_INSTANCE_URL
Quick setup
cp .env.template .env
# add at least one API key or SearXNG URLThen load the plugin in OpenClaw and restart the gateway.
Provider overview
| Provider | Best for | Free tier | Rate limit (free) |
|---|---|---|---|
| Serper | Google-style general web, news, shopping, local results | Yes | 2,500/mo |
| Tavily | Research-style results and summaries | Yes | 1,000/mo |
| Exa | Semantic / neural discovery | Yes | 1,000/mo |
| Querit | Multilingual and regional search | Yes | Varies |
| Perplexity | Answer-style web results with citations | Limited / depends on plan | API credits required |
| You.com | General web + answer-oriented results | Limited | 60 req/hr |
| SearXNG | Self-hosted metasearch | Yes, self-hosted | Self-hosted, unlimited |
Auto-routing logic
The plugin scores each query against the providers you have configured and picks the best match for that query type. If the first choice is unavailable or fails, it falls back to another configured provider instead of failing immediately.
Notes
- Auto-routing chooses among configured providers only.
- If a provider is missing credentials, it is skipped.
- SearXNG includes SSRF protection by default.
SEARXNG_ALLOW_PRIVATE=truedisables that protection and should only be used on trusted private networks.
Environment variables
SERPER_API_KEYTAVILY_API_KEYEXA_API_KEYQUERIT_API_KEYPERPLEXITY_API_KEYKILOCODE_API_KEY— alternative Perplexity-compatible search gateway viahttps://api.kilo.ai/api/gateway/chat/completionsYOU_API_KEYSEARXNG_INSTANCE_URLSEARXNG_ALLOW_PRIVATE
Cache behavior
The plugin writes cache files only inside its own .cache/ directory:
- hashed search result payloads, including returned results plus cache metadata such as timestamp, query, provider, and search params
provider_health.json, which stores provider failure/cooldown state and sanitized last-error text for fallback routing
No API keys are written to the cache by the plugin logic.
Repository
GitHub: <https://github.com/robbyczgw-cla/web-search-plus-plugin>;
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制