返回顶部
D

DuckDuckGo Web Search DuckDuckGo网页搜索

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
安全检测
已通过
343
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

DuckDuckGo Web Search

技能名称: DuckDuckGo 网页搜索

详细描述:

通过 web_fetch Staj 进行 DuckDuckGo 搜索

使用 DuckDuckGo Lite 的 HTML 界面搜索网络,并通过 web_fetch 解析。无需 API 密钥或安装软件包。

如何搜索

web_fetch(url=https://lite.duckduckgo.com/lite/?q=查询词, extractMode=text, maxChars=8000)

  • - 对查询词进行 URL 编码——空格使用 +
  • 使用 extractMode=text(而非 markdown)以获得干净的搜索结果
  • 增加 maxChars 以获取更多结果

地区筛选

附加 &kl=地区代码 以获取地区性结果:

  • - au-en — 澳大利亚
  • us-en — 美国
  • uk-en — 英国
  • de-de — 德国
  • fr-fr — 法国

完整列表:https://duckduckgo.com/params

示例——澳大利亚搜索

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

阅读结果

结果以编号项的形式显示,包含标题、摘要和 URL。跳过标记为赞助链接(广告)的条目——自然搜索结果紧随其后。

搜索后抓取模式

  1. 1. 搜索——查询 DDG Lite 以获取结果列表
  2. 选择——识别最相关的 URL
  3. 抓取——使用 web_fetch 读取这些 URL 的完整内容

提示

  • - 前 1-2 个结果可能是广告——请跳至自然搜索结果
  • 如需精确短语,请用引号包裹:q=%22精确+短语%22
  • 添加特定术语以缩小结果范围(网站名称、年份、地点)

局限性

  • - 不支持时间/日期筛选(DDG Lite 无法通过 fetch 可靠支持 &df=)
  • 仅限文本结果——无图片或视频
  • 结果来源于 Bing(可能与 Google 不同)
  • Google 搜索无法通过 web_fetch 工作(受验证码阻止)

标签

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

下载

⬇ 下载 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
返回顶部