Install
openclaw skills install @northcap-group/clawsearch-ultraFederated web search across 10+ search engines (DuckDuckGo, Brave, Google, Bing), multi-language, news-aware, answer-first results.
openclaw skills install @northcap-group/clawsearch-ultraFederated search skill and local fetching runtime for agents — built on Web Search Pro's core, enhanced with unique features:
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
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
Get a short answer + verified sources in one call (like Perplexity, but free baseline):
node scripts/answer.mjs "What is the DRT strategy?" --json
No API key required for baseline:
node scripts/search.mjs "OpenClaw docs" --json
node scripts/search.mjs "latest news" --type news --json
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
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 TTLnode scripts/watch.mjs --helpclawhub star clawsearch-ultra