Coding

ClawSearch Ultra

Try it

Federated 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)

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 route
  • routingSummary — compact routing explanation with confidence
  • federated.providersUsed — providers that actually responded
  • federated.value — gain from fanout (extra results, dedup savings)
  • cached / cache — cache hit and TTL

Full documentation

Feedback

  • Helpful? → clawhub star clawsearch-ultra

Related skills

Local web search skill that runs entirely on the user's machine. Scrapes DuckDuckGo / Bing / Google HTML directly with automatic engine fallback (DDG -> Bing...

1 installs1 stars

Quota-aware multi-provider web search for OpenClaw. Supports 12 search providers with automatic failover, task-level deep search (@dual/@deep), real quota ch...

36 installs1 stars

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...

22 installs

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.

1 installs

Get live web search, page reading, news, sitemap discovery, and trending topics via Search1API.

21 installs