Back to Registry View Author Profile
Official Verified
free-search
完全免费的网页搜索,使用 Bing 搜索结果。无需 API key,完全免费使用。当用户需要搜索网页、查找信息时使用此命令。
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ipdoctor961051-cyber/ddg-freeOr
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 搜索结果
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ipdoctor961051-cyber-ddg-free": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.