ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

web-search-plus

Unified search skill with Intelligent Auto-Routing. Uses multi-signal analysis to automatically select between Serper (Google), Tavily (Research), Exa (Neural), You.com (RAG/Real-time), and SearXNG (Privacy/Self-hosted) with confidence scoring.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/robbyczgw-cla/web-search-plus
Or

Web Search Plus

Stop choosing search providers. Let the skill do it for you.

This skill connects you to 5 search providers (Serper, Tavily, Exa, You.com, SearXNG) and automatically picks the best one for each query. Shopping question? → Google results. Research question? → Deep research engine. Want privacy? → Self-hosted option.


✨ What Makes This Different?

  • Just search — No need to think about which provider to use
  • Smart routing — Analyzes your query and picks the best provider automatically
  • 5 providers, 1 interface — Google results, research engines, neural search, RAG-optimized, and privacy-first all in one
  • Works with just 1 key — Start with any single provider, add more later
  • Free options available — SearXNG is completely free (self-hosted)

🚀 Quick Start

# Interactive setup (recommended for first run)
python3 scripts/setup.py

# Or manual: copy config and add your keys
cp config.example.json config.json

The wizard explains each provider, collects API keys, and configures defaults.


🔑 API Keys

You only need ONE key to get started. Add more providers later for better coverage.

ProviderFree TierBest ForSign Up
Serper2,500/moShopping, prices, local, newsserper.dev
Tavily1,000/moResearch, explanations, academictavily.com
Exa1,000/mo"Similar to X", startups, papersexa.ai
You.comLimitedReal-time info, AI/RAG contextapi.you.com
SearXNGFREEPrivacy, multi-source, $0 costSelf-hosted

Setting your keys:

# Option A: .env file (recommended)
export SERPER_API_KEY="your-key"
export TAVILY_API_KEY="your-key"

# Option B: config.json
{ "serper": { "api_key": "your-key" } }

🎯 When to Use Which Provider

I want to...ProviderExample Query
Find product pricesSerper"iPhone 16 Pro Max price"
Find restaurants/stores nearbySerper"best pizza near me"
Understand how something worksTavily"how does HTTPS encryption work"
Do deep researchTavily"climate change research 2024"
Find companies like XExa"startups similar to Notion"
Find research papersExa"transformer architecture papers"
Get real-time infoYou.com"latest AI regulation news"
Search without being trackedSearXNGanything, privately

Pro tip: Just search normally! Auto-routing handles most queries correctly. Override with -p provider when needed.


🧠 How Auto-Routing Works

The skill looks at your query and picks the best provider:

Metadata

Stars1171
Views1
Updated2026-02-19
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-robbyczgw-cla-web-search-plus": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#search#web-search#serper#tavily#exa#you#searxng#google#research#semantic-search#auto-routing#multi-provider#shopping#rag#free-tier#privacy#self-hosted
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.