What problem does it solve? Agents often lack reliable access to current web information and full page content, and single-provider search APIs can miss sources, fail silently, or return synthesized answers instead of verifiable sources. This plugin provides source-only multi-provider web search, research orchestration, and URL extraction inside OpenClaw with deterministic routing and bounded outputs. ## Core Features & Use Cases - Multi-provider web search: web_search_plus routes queries across Serper, Brave, Tavily, Exa, Linkup, You.com, and more, with class-aware Routing v2, freshness filters, locale defaults, and canonical-source reranking. - Research mode: Runs up to three providers concurrently, deduplicates results with attributed provenance, applies a quality quorum, and extracts top sources into source_summaries for grounding. - URL extraction: web_extract_plus performs Tavily-first extraction with fallback, bounded context budgets, semantic spans, and process-local full-text references. - Operations tooling: web_routing_config_plus, web_search_health_plus, and web_extract_benchmark_plus manage routing preferences, provider health, and bounded extraction benchmarks. - Use Case: Ask the agent to research a regulatory change; it searches multiple providers concurrently, deduplicates evidence, extracts the top official sources, and returns cited summaries with routing diagnostics. ## Quick Start Enable the five optional tools via tools.alsoAllow, configure at least one provider API key such as You.com or Serper in the OpenClaw plugin config, then ask the agent to search the web for a current topic using web_search_plus.