@jakelin

DuckDuckGo Web Search

Web search without an API key using DuckDuckGo Lite via web_fetch. Use as a fallback when web_search fails with missing_brave_api_key error, or whenever you...

当前版本
v1.0.0
23 2.5万总安装 270

name: ddg-search description: Web search without an API key using DuckDuckGo Lite via web_fetch. Use as a fallback when web_search fails with missing_brave_api_key error, or whenever you need to search the web and no search API is configured. Provides titles, URLs, and snippets for research queries. Zero dependencies — works with just the built-in web_fetch tool.

DuckDuckGo Search via web_fetch

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

  1. Search — query DDG Lite for a list of results
  2. Pick — identify the most relevant URLs
  3. 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)

Security Scan

OpenClaw

gpt-5-mini

clean

OpenClaw 分析

The skill is internally consistent with its stated purpose (performing DuckDuckGo Lite searches via web_fetch) and requests no credentials or installs, though using web_fetch to follow arbitrary links has the usual remote‑fetch privacy/SSRF considerations.

置信度: high

VirusTotal

Type: OpenClaw Skill Name: ddg-web-search Version: 1.0.0 The skill bundle provides instructions for performing web searches using DuckDuckGo Lite via the built-in `web_fetch` tool. All instructions in `SKILL.md` are transparent, directly related to the stated purpose of web searching, and only direct the agent to interact with `https://lite.duckduckgo.com`. There is no evidence of prompt injection attempting to subvert the agent's behavior for malicious ends, nor any attempts at data exfiltration, unauthorized execution, or persistence mechanisms. The use of `web_fetch` is for a clearly defined and benign purpose.

元数据

  • 作者: @jakelin
  • 创建时间: 2026/02/15
  • 更新时间: 2026/02/26
  • 版本数: 1
  • 评论数: 4
  • 扫描时间: 2026/02/15

运行要求

官方公开数据里暂未列出运行要求。