← 返回 Skills 市场
neobotjan2026

DuckDuckGo Web Search

作者 neobotjan2026 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
3725
总下载
7
收藏
25
当前安装
1
版本数
在 OpenClaw 中安装
/install neo-ddg-search
功能描述
Search the web using DuckDuckGo. Free, no API key required. Use when the user asks to search the web, look something up, find information online, research a topic, or when you need to find current information that isn't in your training data. Also use when web_search tool is unavailable or has no API key configured.
安全使用建议
This skill appears to do exactly what it says: run DuckDuckGo searches using the ddgs Python package and print results. Before installing, consider: (1) ddgs is an unofficial scraper — it may break if DuckDuckGo changes their site and may be subject to rate limits; (2) the SKILL.md recommends 'pip install --break-system-packages', which can be disruptive in some environments—prefer installing packages into a virtualenv or sandbox; (3) verify the ddgs package name/version on PyPI to avoid typosquatting; and (4) run untrusted packages in an isolated environment if you have security concerns.
功能分析
Type: OpenClaw Skill Name: neo-ddg-search Version: 1.0.0 The skill bundle provides a DuckDuckGo web search tool. The `SKILL.md` clearly defines its purpose and usage, without any prompt injection attempts to mislead the agent or perform unauthorized actions. The `scripts/search.py` script uses the legitimate `ddgs` Python library to perform searches and print results, with no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The `pip install --break-system-packages ddgs` instruction is for dependency management and not indicative of malicious intent for a known library.
能力评估
Purpose & Capability
Name/description state DuckDuckGo searches; included script (scripts/search.py) calls ddgs.DDGS().text() and prints titles/URLs/snippets. No unexpected binaries, credentials, or unrelated capabilities are requested.
Instruction Scope
SKILL.md instructs running the bundled script and mentions the ddgs dependency. The runtime instructions and script only accept a query and optional count and output search results; they do not read files, environment variables, or send data to third-party endpoints beyond DuckDuckGo via the ddgs library.
Install Mechanism
There is no registry install spec (instruction-only), and the dependency is the PyPI package 'ddgs'. That is a typical, traceable third-party dependency; the SKILL.md suggests 'pip install --break-system-packages ddgs' which is unusual for some environments but not malicious. No arbitrary downloads or extract steps are present.
Credentials
The skill requires no environment variables, credentials, or config paths. The declared requirements align with the simple network-bound search functionality.
Persistence & Privilege
The skill does not request always: true, does not modify other skills or system settings, and will only run when invoked (user-invocable / autonomous invocation defaults are normal).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install neo-ddg-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /neo-ddg-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — free web search via DuckDuckGo ddgs library, no API key required
元数据
Slug neo-ddg-search
版本 1.0.0
许可证
累计安装 26
当前安装数 25
历史版本数 1
常见问题

DuckDuckGo Web Search 是什么?

Search the web using DuckDuckGo. Free, no API key required. Use when the user asks to search the web, look something up, find information online, research a topic, or when you need to find current information that isn't in your training data. Also use when web_search tool is unavailable or has no API key configured. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3725 次。

如何安装 DuckDuckGo Web Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install neo-ddg-search」即可一键安装,无需额外配置。

DuckDuckGo Web Search 是免费的吗?

是的,DuckDuckGo Web Search 完全免费(开源免费),可自由下载、安装和使用。

DuckDuckGo Web Search 支持哪些平台?

DuckDuckGo Web Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 DuckDuckGo Web Search?

由 neobotjan2026(@neobotjan2026)开发并维护,当前版本 v1.0.0。

💬 留言讨论