Local web search skill that runs entirely on the user's machine. Scrapes DuckDuckGo / Bing / Google HTML directly with automatic engine fallback (DDG -> Bing...
Coding
ClawSearch Ultra
Try itFederated web search across 10+ search engines (DuckDuckGo, Brave, Google, Bing), multi-language, news-aware, answer-first results.
What it does
Federated web search across 10+ search engines (DuckDuckGo, Brave, Google, Bing), multi-language, news-aware, answer-first results.
The skill document
ClawSearch Ultra
Federated search skill and local fetching runtime for agents — built on Web Search Pro's core, enhanced with unique features:
🆕 Unique features (not found in the original)
Feature 1: Multi-language search
Search with automatic language detection and results in Danish, Arabic, Somali, English and more.
Use --lang da for Danish-filtered results:
node scripts/search.mjs "renten 2026 danmark" --lang da --json
node scripts/search.mjs "aqoonsi" --lang so --json # somali
Feature 2: News monitoring with alerts
Monitor a topic and get notified when NEW content appears (diff vs. last search):
node scripts/watch.mjs "BTC price" --interval 1h --notify telegram
node scripts/watch.mjs "Vantage spreads" --notify slack
Feature 3: Answer-first with sources
Get a short answer + verified sources in one call (like Perplexity, but free baseline):
node scripts/answer.mjs "What is the DRT strategy?" --json
Baseline search (inherited)
No API key required for baseline:
node scripts/search.mjs "OpenClaw docs" --json
node scripts/search.mjs "latest news" --type news --json
Premium providers (optional)
export TAVILY_API_KEY=tvly-xxxxx # best baseline upgrade
export EXA_API_KEY=exa-xxxxx
export BRAVE_API_KEY=xxxxx
export SERPER_API_KEY=xxxxx
export PERPLEXITY_API_KEY=xxxxx
export SEARXNG_INSTANCE_URL=https://searx.example.com
Runtime contract
selectedProvider— primary routeroutingSummary— compact routing explanation with confidencefederated.providersUsed— providers that actually respondedfederated.value— gain from fanout (extra results, dedup savings)cached/cache— cache hit and TTL
Full documentation
- Source: https://github.com/Zjianru/web-search-pro (based on v2.1, improved)
- News monitoring:
node scripts/watch.mjs --help
Feedback
- Helpful? →
clawhub star clawsearch-ultra
Related skills
Quota-aware multi-provider web search for OpenClaw. Supports 12 search providers with automatic failover, task-level deep search (@dual/@deep), real quota ch...
Search the live web through Moonshot's builtin $web_search tool and return a concise answer. Prefer this skill for OpenClaw live web search instead of callin...
Search the web for a topic and produce a structured summary with key findings, sources, and actionable takeaways. Best for quick research briefs, competitive landscape scans, and topic overviews.
Search Bing and get structured results
Get live web search, page reading, news, sitemap discovery, and trending topics via Search1API.