首页龙虾技能列表 › DuckDuckGo Web Search — DuckDuckGo 网页搜索

DuckDuckGo Web Search — DuckDuckGo 网页搜索

v1.0.0

使用 DuckDuckGo Lite 通过 web_fetch 进行无需 API 密钥的网络搜索。当 web_search 因 missing_brave_api_key 错误失败时作为备用,或任何时候需要隐私保护的搜索时使用。

23· 24,700·0 当前·0 累计

运行时依赖

无特殊依赖

安装命令 点击复制

官方clawhub install ddg-web-search
镜像加速clawhub install ddg-web-search --registry https://www.longxiaskill.com

技能文档

Search the web using DuckDuckGo Lite's HTML interface, parsed via web_fetch. No API key or package install required.

How to Search

web_fetch(url="https://lite.duckduckgo.com/lite/?q=QUERY", extractMode="text", maxChars=8000)
  • URL-encode the query — use + for spaces
  • Use extractMode="text" (not markdown) for clean results
  • Increase maxChars for more results

Region Filtering

Append &kl=REGION for regional results:

  • au-en — Australia
  • us-en — United States
  • uk-en — United Kingdom
  • de-de — Germany
  • fr-fr — France

Full list: https://duckduckgo.com/params

Example — Australian search

web_fetch(url="https://lite.duckduckgo.com/lite/?q=best+coffee+melbourne&kl=au-en", extractMode="text", maxChars=8000)

Reading Results

Results appear as numbered items with title, snippet, and URL. Skip entries marked "Sponsored link" (ads) — organic results follow.

Search-then-Fetch Pattern

  • Search — query DDG Lite for a list of results
  • Pick — identify the most relevant URLs
  • Fetch — use web_fetch on those URLs to read full content

Tips

  • First 1-2 results may be ads — skip to organic results
  • For exact phrases, wrap in quotes: q=%22exact+phrase%22
  • Add specific terms to narrow results (site name, year, location)

Limitations

  • No time/date filtering (DDG Lite doesn't support &df= reliably via fetch)
  • Text results only — no images or videos
  • Results sourced from Bing (may differ from Google)
  • Google search does NOT work via web_fetch (captcha blocked)
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务