MyClaw
HomeProductsUse CasesPricingSkillsResourcesCompany
HomeUse CasesPricingSkills
Sign In
Home
ProductsOpenClaw HostingHermes Agent Hosting
Use CasesPricingSkills
ResourcesCompareTutorialLearnBlogUpdatesResourcesCommunity
CompanyAboutSupport
Sign In
MyClaw.ai

Your AI agent, already running.

Product

OpenClaw HostingHermes Agent HostingUse CasesPricingCompareAlibaba Cloud

Resources

BlogUpdatesSkillsModelsSupportCommunityCapybara

Legal

TermsPrivacyCookieGDPRContact

© 2023 Cubo World Inc. All rights reserved.

← Back to Skills
Search & Research
📚

Web Search Plus

Featured

Unified web search across 7 providers with intelligent auto-routing — one interface for Google, research, neural, AI answers, and privacy-first search.

Robbyv1.0.0
ProductivityAI PoweredAutomationAPISelf-HostedDeveloper Tool
Connecting to VM...
Connecting to VM...
npx clawhub@latest install web-search-plus
80Stars
16.1kDownloads
271Current Installs
📦
v1.0.0Version
📅
Mar 12, 2026Updated

Requirements

Google Search API Key(optional)Research Search API Key(optional)Multilingual AI Search API Key(optional)Neural Search API Key(optional)RAG/Real-time Search API Key(optional)Kilo Gateway API Key(optional)SearXNG Instance URL(optional)
View Source(ClawHub)

Web Search Plus Skill Overview

Web Search Plus connects your AI agent to 7 search providers — Serper (Google), Tavily (Research), Querit (Multilingual AI), Exa (Neural), Perplexity (AI Answers), You.com (RAG/Real-time), and SearXNG (Privacy/Self-hosted) — through a single unified interface. Instead of manually choosing a provider for each query, the skill's intelligent auto-routing engine analyzes your query using multi-signal analysis and automatically selects the best provider, with a confidence score attached to every routing decision. You only need one API key to get started, and the skill falls back gracefully if a provider hits its rate limit or fails.

How to Use It

Step 1: Run in your terminal or install this skill on MyClaw

npx clawhub@latest install web-search-plus
or

Click the Install button at the top of this page for one-click setup

When to Use Web Search Plus

Best Fit

  • You want your AI agent to search the web without hardcoding a single provider — auto-routing means shopping queries go to Google results, research questions go to deep-research engines, and privacy-sensitive queries go to SearXNG automatically.
  • You need multilingual or international search coverage (e.g. news in German, policy updates across languages) that a single English-first provider can't handle well.
  • You're building a RAG pipeline and need real-time, citation-rich, or semantically indexed results depending on the query type.
  • You want to start free — SearXNG is self-hosted at $0, and Serper, Tavily, and Exa all offer free monthly tiers totaling 4,500+ searches.

When Not to Use

  • You only ever need one specific provider and have no interest in auto-routing or fallback — a simpler single-provider skill would have less overhead.
  • You require SearXNG on a private/internal network without setting SEARXNG_ALLOW_PRIVATE=1, as SSRF protections will block private IP ranges by default.
  • You need all 7 providers active simultaneously — at least one API key is required, and providers without keys are simply skipped rather than returning an error.

Key Features

Intelligent Auto-Routing with Confidence Scoring

The skill analyzes each query using multi-signal detection (shopping keywords, research intent, URL patterns, recency signals, privacy keywords) and routes it to the most appropriate provider. Every response includes a routing object with the chosen provider, confidence score, and whether a fallback was used.

7 Search Providers, 1 Interface

Access Serper (Google results), Tavily (deep research), Querit (multilingual AI search), Exa (neural/semantic similarity), Perplexity (AI-synthesized answers with citations via Kilo Gateway), You.com (RAG-optimized real-time), and SearXNG (self-hosted privacy search) — all through a single unified script and output format.

Works with Just One API Key

All provider keys are optional — you only need at least one configured provider to start. Add more keys incrementally to expand routing coverage. SearXNG requires no API key at all, just a self-hosted instance URL.

Automatic Fallback on Provider Failure

If a provider hits a rate limit, times out, or returns an error, the skill automatically retries with the next available configured provider. The response flags routing.fallback_used: true so you always know what happened.

Manual Provider Override and Routing Debugger

Force a specific provider with -p provider when auto-routing isn't the right fit for a query. Use --explain-routing to see exactly why the skill chose a given provider, making it easy to tune or override behavior.

SearXNG SSRF Security Hardening

The SearXNG instance URL is validated with defense-in-depth: only http/https schemes are allowed, cloud metadata endpoints are blocked, and hostnames are resolved to catch private/RFC1918 IPs. Operators self-hosting on private networks can opt in with SEARXNG_ALLOW_PRIVATE=1.

Use Cases

Shopping and local discovery

Queries like "iPhone 16 Pro Max price" or "best pizza near me" are automatically routed to Serper, which returns Google Shopping and local results. No configuration needed — the routing engine detects price and location intent.

Deep research and academic lookup

Research questions like "how does HTTPS encryption work" or "transformer architecture papers" are routed to Tavily or Exa respectively, retrieving full-page content, academic sources, and semantically relevant results rather than surface-level snippets.

RAG pipeline with real-time context

Agents building retrieval-augmented generation workflows can route queries to You.com for RAG-optimized results or Perplexity for AI-synthesized answers with citations, ensuring up-to-date grounding for language model responses.

Privacy-sensitive or uncensored search

Deploy a self-hosted SearXNG instance and route queries through it for zero-tracking, no-profiling search. The skill validates the instance URL for SSRF safety and supports multi-engine aggregation (e.g. --engines "google,bing").

Requirements

  • Google/Web Search — SERPER_API_KEY (optional) — Powers Serper provider (Google results, shopping, local). serper.dev — 2,500 free queries/month.
  • Research Search — TAVILY_API_KEY (optional) — Powers Tavily provider (deep research, academic). tavily.com — 1,000 free queries/month.
  • Multilingual AI Search — QUERIT_API_KEY (optional) — Powers Querit provider (international queries, multilingual). querit.ai.
  • Neural/Semantic Search — EXA_API_KEY (optional) — Powers Exa provider (similarity search, research papers). exa.ai — 1,000 free queries/month.
  • AI Answers (Perplexity via Gateway) — KILOCODE_API_KEY (optional) — Required to use the Perplexity provider via Kilo Gateway. kilo.ai.
  • RAG/Real-time Search — YOU_API_KEY (optional) — Powers You.com provider (real-time info, RAG context). api.you.com.
  • Privacy/Self-hosted Search — SEARXNG_INSTANCE_URL (optional) — URL of your SearXNG instance. No API key required; self-hosted, completely free. docs.searxng.org

Note: Only ONE provider key is needed to get started. All keys are optional individually.

Connecting to VM...
npx clawhub@latest install web-search-plus
80Stars
16.1kDownloads
271Current Installs
📦
v1.0.0Version
📅
Mar 12, 2026Updated

Requirements

Google Search API Key(optional)Research Search API Key(optional)Multilingual AI Search API Key(optional)Neural Search API Key(optional)RAG/Real-time Search API Key(optional)Kilo Gateway API Key(optional)SearXNG Instance URL(optional)
View Source(ClawHub)

FAQ

Reviews

0 reviews

Log in to write a review

No reviews yet. Be the first to share your experience!