返回顶部
D

DuckDuckGo Web Search

Web search without an API key V2 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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 2.0.0
安全检测
已通过
269
下载量
0
收藏
概述
安装方式
版本历史

DuckDuckGo Web Search

# DuckDuckGo Search via web_fetch Staj 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)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 duckduckgo-web-search-1776420003 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 duckduckgo-web-search-1776420003 技能

通过命令行安装

skillhub install duckduckgo-web-search-1776420003

下载 Zip 包

⬇ 下载 DuckDuckGo Web Search v2.0.0

文件大小: 1.71 KB | 发布时间: 2026-4-17 19:37

v2.0.0 最新 2026-4-17 19:37
- Major update: Now uses DuckDuckGo Lite via web_fetch for web searches, with no API key required.
- Serves as a fallback when web_search fails due to missing_brave_api_key or when no search API is configured.
- Returns titles, URLs, and snippets for research queries using only built-in tools—no dependencies.
- Added support and documentation for region-specific searches and URL query construction.
- Results are easy to parse and skip ads, supporting efficient search-then-fetch workflows.
- Outlined limitations: text-only results, no time filtering, and sources data from Bing.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部