/install mxy-web-search
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
maxCharsfor more results
Region Filtering
Append &kl=REGION for regional results:
au-en— Australiaus-en— United Statesuk-en— United Kingdomde-de— Germanyfr-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_fetchon 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)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mxy-web-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/mxy-web-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Mxy 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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 389 次。
如何安装 Mxy Web Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mxy-web-search」即可一键安装,无需额外配置。
Mxy Web Search 是免费的吗?
是的,Mxy Web Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Mxy Web Search 支持哪些平台?
Mxy Web Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mxy Web Search?
由 ohMaxy(@ohmaxy)开发并维护,当前版本 v1.0.0。