← 返回 Skills 市场
ipdoctor961051-cyber

Ddg Free

作者 ipdoctor961051-cyber · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
664
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install ddg-free
功能描述
完全免费的网页搜索,使用 Bing 搜索结果。无需 API key,完全免费使用。当用户需要搜索网页、查找信息时使用此命令。
使用说明 (SKILL.md)

Free Search

完全免费的网页搜索,使用 Bing 搜索结果。

何时使用

使用此命令当:

  • 用户需要搜索网页
  • 查找最新信息
  • 查找资料或文档
  • 需要网络搜索结果

使用方法

python3 /Users/liruozhen/openclaw/skills/ddg-free/scripts/search.py --query "搜索关键词" --max-results 5

输出格式

返回 JSON 格式,包含:

  • query: 搜索词
  • results: 结果数组,每个包含:
    • title: 标题
    • url: 链接
    • snippet: 摘要

示例

python3 /Users/liruozhen/openclaw/skills/ddg-free/scripts/search.py --query "人工智能最新发展" --max-results 3

特点

  • ✅ 完全免费,无需注册
  • ✅ 无需 API key
  • ✅ 无使用限制
  • ✅ 支持中英文搜索
  • ✅ 使用 Bing 搜索结果
安全使用建议
What to check before installing/using: 1) Clarify the naming mismatch — the skill is labeled 'DDG' but scrapes Bing; if you expect DuckDuckGo behavior this is not the right tool. 2) Inspect and run the included script locally — it only performs HTTPS GETs to cn.bing.com and parses results, which is expected but means your queries are sent to Bing and may be logged. 3) Ensure the Python environment has requests and beautifulsoup4 installed; the skill does not declare these dependencies. 4) The example uses an absolute path to a specific user directory — update the command to the skill's installed path on your system. 5) If you require stronger privacy or an API-backed search, consider alternatives that use an official API or a privacy-focused provider. Overall the behavior is coherent and not overtly malicious, but the naming inconsistency and undeclared dependencies warrant a brief manual review before use.
功能分析
Type: OpenClaw Skill Name: ddg-free Version: 1.0.0 The skill bundle provides a free web search functionality using Bing. The `scripts/search.py` file correctly implements web scraping for Bing, uses standard libraries, and properly URL-encodes user queries, preventing direct command injection within the Python script. The `SKILL.md` file describes the skill and its usage without containing any instructions for prompt injection, data exfiltration, or other malicious activities against the AI agent or the system. While a general risk of shell injection exists if the OpenClaw agent poorly handles user input when constructing the command string, this is a platform vulnerability and not evidence of malicious intent within the skill bundle itself.
能力评估
Purpose & Capability
The skill claims to be a free web search and the included script performs an HTTP GET against cn.bing.com and returns parsed results — that is consistent with the described purpose. However, the skill name/slug ('Ddg Free' / ddg-free) suggests DuckDuckGo (DDG) while the README and code explicitly use Bing. This naming mismatch is confusing and should be clarified.
Instruction Scope
SKILL.md only instructs running the shipped Python script and describes JSON output. The instructions and script only perform an outbound request to Bing and parse HTML; they do not read local files, access environment variables, or transmit data to any unexpected endpoints. One minor issue: the examples use an absolute user-local path (/Users/liruozhen/...), which is just an example but could be misleading.
Install Mechanism
There is no install spec (instruction-only skill with an included script). This keeps risk low because nothing is automatically downloaded or executed beyond the script. The script depends on third-party Python packages (requests, bs4) but the package requirements are not declared — you must ensure these dependencies are present in the runtime environment.
Credentials
The skill does not request any environment variables, credentials, or config paths. That is proportionate for a web-scraping search helper. Be aware that queries are sent to Bing (an external service) so search terms could be logged by Microsoft/Bing.
Persistence & Privilege
The skill does not request 'always: true' and is user-invocable only. It does not attempt to modify other skills or system configuration. Its privilege/presence model is appropriate for its purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ddg-free
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ddg-free 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the free-search skill for web search. - Provides completely free Bing-powered web search with no API key required. - Supports both Chinese and English search queries. - Unlimited usage, no registration needed. - Outputs search results in structured JSON including title, URL, and snippet.
元数据
Slug ddg-free
版本 1.0.0
许可证
累计安装 4
当前安装数 4
历史版本数 1
常见问题

Ddg Free 是什么?

完全免费的网页搜索,使用 Bing 搜索结果。无需 API key,完全免费使用。当用户需要搜索网页、查找信息时使用此命令。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 664 次。

如何安装 Ddg Free?

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

Ddg Free 是免费的吗?

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

Ddg Free 支持哪些平台?

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

谁开发了 Ddg Free?

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

💬 留言讨论