🔍 Ddg Free — 技能工具
v1.0.0完全免费的网页搜索,使用 Bing 搜索结果。无需 API key,完全免费使用。当用户需要搜索网页、查找信息时使用此命令。
0· 533·4 当前·4 累计
安全扫描
OpenClaw
可疑
medium confidenceThe skill appears to implement a simple web-scraping Bing search script and asks for nothing sensitive, but there are small inconsistencies (name implies DuckDuckGo while code uses Bing) and minor operational issues you should review before using.
评估建议
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 ex...详细分析 ▾
ℹ 用途与能力
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.
✓ 指令范围
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.
ℹ 安装机制
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.
✓ 凭证需求
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.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/3
- 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.
● 无害
安装命令 点击复制
官方npx clawhub@latest install ddg-free
镜像加速npx clawhub@latest install ddg-free --registry https://cn.clawhub-mirror.com
技能文档
完全免费的网页搜索,使用 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 搜索结果
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制