← 返回 Skills 市场
Eternal Free Search (DuckDuckGo)
作者
Eternal0404
· GitHub ↗
· v1.0.0
· MIT-0
153
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install eternal-free-search
功能描述
Free web search using DuckDuckGo (no API key needed). Use when you need to search the web for any information — news, facts, research, people, companies, pro...
使用说明 (SKILL.md)
DDG Search — Free Web Search
Web search via DuckDuckGo. No API key, no subscription, no limits.
Usage
python3 scripts/search.py "your query"
python3 scripts/search.py --news "breaking news topic"
python3 scripts/search.py --qna "what is quantum computing"
python3 scripts/search.py --images "sunset photos"
python3 scripts/search.py --max 10 "detailed research query"
Commands
| Mode | Flag | Description |
|---|---|---|
| Web | (default) | Standard web search results |
| News | --news |
Recent news articles |
| Q&A | --qna |
Instant answer from DuckDuckGo |
| Images | --images |
Image search results |
| Suggestions | --suggest |
Search suggestions/autocomplete |
Options
| Flag | Default | Description |
|---|---|---|
--max |
5 | Number of results |
--region |
wt-wt | Region code (us-en, uk-en, etc) |
--time |
Time filter: d/w/m/y (day/week/month/year) | |
--json |
Output as JSON |
Examples
# Quick search
python3 scripts/search.py "Python 3.13 features"
# News from last week
python3 scripts/search.py --news --time w "AI regulation"
# Get instant answer
python3 scripts/search.py --qna "capital of France"
安全使用建议
This skill appears to do exactly what it states: run DuckDuckGo queries using the ddgs Python library. Before installing or enabling it: (1) ensure you trust the ddgs package in your environment (check its origin and version and install it from PyPI or a vetted source), (2) be aware that search queries are transmitted to DuckDuckGo — do not send sensitive secrets or private data, and (3) if you need guarantees about telemetry/privacy, review the ddgs package source and network behavior. If you require the agent to run autonomously, remember queries will be sent over the network, which is expected for a search skill.
功能分析
Type: OpenClaw Skill
Name: eternal-free-search
Version: 1.0.0
The skill bundle provides a functional DuckDuckGo search interface using the 'ddgs' library. The Python script 'scripts/search.py' implements standard search, news, image, and Q&A functionality as described in 'SKILL.md' without any signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (free DuckDuckGo search) match the included script and SKILL.md. The script implements web/news/qna/image/suggestion queries via the ddgs Python library, which is exactly what the description promises.
Instruction Scope
SKILL.md instructs running scripts/search.py with flags. The script only imports ddgs, accepts a query, calls DDGS methods, formats, and prints results. It does not read files, environment variables, or other system state, nor does it send data to any endpoint other than what ddgs uses to query DuckDuckGo.
Install Mechanism
No install spec is provided (instruction-only), and the code depends on the third-party 'ddgs' Python package. That package must already be present in the environment or installed separately; lack of an install step could cause runtime failures, but it is not inherently malicious. Consider verifying the ddgs package source/version before use.
Credentials
The skill requests no environment variables, credentials, or config paths. The absence of secrets is proportionate to its functionality.
Persistence & Privilege
The skill does not request persistent privileges (always=false) and contains no code that modifies agent/system configuration or other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install eternal-free-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/eternal-free-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Free web search via DuckDuckGo. No API key needed.
元数据
常见问题
Eternal Free Search (DuckDuckGo) 是什么?
Free web search using DuckDuckGo (no API key needed). Use when you need to search the web for any information — news, facts, research, people, companies, pro... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 153 次。
如何安装 Eternal Free Search (DuckDuckGo)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install eternal-free-search」即可一键安装,无需额外配置。
Eternal Free Search (DuckDuckGo) 是免费的吗?
是的,Eternal Free Search (DuckDuckGo) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Eternal Free Search (DuckDuckGo) 支持哪些平台?
Eternal Free Search (DuckDuckGo) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Eternal Free Search (DuckDuckGo)?
由 Eternal0404(@eternal0404)开发并维护,当前版本 v1.0.0。
推荐 Skills