编程

ClawSearch Ultra

试用

Federated web search across 10+ search engines (DuckDuckGo, Brave, Google, Bing), multi-language, news-aware, answer-first results.

它能做什么

Federated web search across 10+ search engines (DuckDuckGo, Brave, Google, Bing), multi-language, news-aware, answer-first results.

技能文档

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

相关技能

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 次安装1 星标

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 次安装1 星标

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 次安装

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 次安装

实时联网搜索、读 URL、看新闻、发现站点链接、查 GitHub/HN 热门,全部走 Search1API。

21 次安装