← 返回 Skills 市场
ohmaxy

Mxy Web Search

作者 ohMaxy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
389
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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)
安全使用建议
This skill appears to do exactly what it says: perform DuckDuckGo Lite searches using the agent's web_fetch tool and optionally fetch result pages. No credentials or installs are required. Things to consider before installing: 1) Privacy — queries and fetched pages will be sent over the network to DuckDuckGo and to any linked sites; avoid sending sensitive secrets in queries. 2) Auditing — the package has no homepage/source and the _meta.json ownerId differs from the registry owner id shown in metadata, which reduces provenance; if provenance matters, ask the publisher for source or a repo. 3) Fetch behavior — because the skill may fetch arbitrary result URLs, it can retrieve third-party content; if you want to limit risk, keep it user-invocable only (it already is) and avoid enabling autonomous invocation in high-sensitivity contexts. Overall this is internally coherent and low-risk, but verify your environment's web_fetch privacy/logging policy if network exposure is a concern.
功能分析
Type: OpenClaw Skill Name: mxy-web-search Version: 1.0.0 The skill provides instructions for an AI agent to perform web searches using DuckDuckGo Lite's HTML interface via the built-in 'web_fetch' tool. It contains no executable code, no data exfiltration logic, and no malicious prompt injection, serving only as a documentation-based guide for search fallback (SKILL.md).
能力评估
Purpose & Capability
The name/description (DDG Lite web search fallback) matches the SKILL.md instructions: calling web_fetch on https://lite.duckduckgo.com/lite/?q=QUERY and fetching result pages. No unrelated binaries, credentials, or installs are requested.
Instruction Scope
Instructions stay within search/fetch scope: perform a DDG Lite query, parse titles/snippets/URLs, then optionally fetch linked pages. Note: fetching linked pages means the agent will retrieve arbitrary third-party webpages (expected for a search skill) — this can surface sensitive content or cause network requests to external sites.
Install Mechanism
No install spec (instruction-only), so nothing is written to disk or downloaded. This is the lowest-risk install model and matches the stated zero-dependency claim.
Credentials
The skill declares no environment variables, credentials, or config paths — consistent with a simple web-fetch-based search. There are no unexplained secret requests.
Persistence & Privilege
always:false and model invocation not disabled (defaults). The skill does not request elevated persistence or system-wide config changes; autonomous invocation is normal for skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mxy-web-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mxy-web-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release: DuckDuckGo web search via web_fetch with no API key required. - Returns titles, URLs, and snippets for research and general queries. - Supports regional result filtering using `&kl=REGION` parameter. - Provides step-by-step usage examples and tips for clean results. - Designed as a fallback when standard web_search fails due to missing API keys; zero additional dependencies.
元数据
Slug mxy-web-search
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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。

💬 留言讨论