
from web-search-plus-plugin23
OpenClaw plugin that registers multi-provider web search/extraction tools and routes queries to the best configured provider (Serper, Tavily, Exa, Perplexity, S
Web Search Plus Plugin exposes web_search_plus and web_extract_plus tools to agents, enabling multi-provider routing for web search and extraction. It chooses the optimal provider for a query (Google-backed Serper, research-focused Tavily, neural Exa, Perplexity summaries, or self-hosted SearXNG) and performs safe extraction with caching and SSRF protections.
Use this plugin when agents need high-quality web search that can fall back across providers for coverage, multilingual queries, or research-grade extraction. It's ideal for tasks requiring result caching, provider health checks, or privacy-conscious self-hosted search instances.
Agents that perform web research and support OpenClaw plugins; providers include Serper, Tavily, Exa, Perplexity, You.com, and SearXNG.
OpenClaw plugin providing multi-provider web search/extraction with intelligent routing (v2). Registers three tools (web_search_plus, web_extract_plus, web_routing_config_plus). No bundled scripts to test. SKILL.md is clear and well-structured documentation covering tools, config fields, routing classes, and usage guidance, but lacks examples and progressive disclosure. Requires multiple third-party API keys to be useful.
No scripts present — static analysis only. Plugin-style skill (registers tools in OpenClaw runtime). Clean SKILL.md with no security concerns. Config fields reference API keys as expected for a multi-provider search plugin, not hardcoded credentials.