← 返回 Skills 市场
292
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install web-search-instant-1-1-0
功能描述
Web search using DuckDuckGo Instant Answer API (no API key required). Use when you need to search the web for information, definitions, calculations, convers...
安全使用建议
This skill appears internally consistent and implements a DuckDuckGo Instant Answer CLI. Before installing or running it: 1) Verify the publisher/source since registry metadata shows minor inconsistencies (registry listed version 1.0.0 while package files report 1.1.0 and _meta.json ownerId differs); confirm you trust the owner. 2) Inspect the included web-search.sh yourself (you already have it) — it makes outbound HTTPS requests to api.duckduckgo.com and uses curl/wget/jq/python3; it does not read secrets or require credentials. 3) Don’t run the test scripts or CLI with sensitive queries (queries are transmitted to DuckDuckGo and test suites will execute multiple queries and write temporary files). 4) If you plan to run on a restricted host, note the script’s fallbacks use jq or python3 and grep -P; some environments may lack these and behavior will differ. 5) If you need provenance, ask the publisher for a homepage, license, or signed release — the package currently lacks an authoritative homepage link. Overall the package looks coherent for its stated purpose, but validate source/trust before use.
功能分析
Type: OpenClaw Skill
Name: web-search-instant-1-1-0
Version: 1.0.0
The skill bundle provides a web search tool using the DuckDuckGo Instant Answer API. The `web-search.sh` script makes network calls to `api.duckduckgo.com` using `curl` or `wget`, and safely encodes user queries via `jq` or `python3 urllib.parse.quote`. JSON parsing is handled by `jq` or `grep -oP`. All actions are transparent, directly align with the stated purpose, and do not involve data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. The use of shell scripting with user input, while a common source of vulnerabilities, is implemented with robust encoding and quoting, making the risk of shell injection extremely low and not indicative of malicious intent.
能力评估
Purpose & Capability
Name/description state a DuckDuckGo Instant Answer client and the package contains a shell CLI (web-search.sh) that queries api.duckduckgo.com. Required tools (curl/wget, optional jq, fallback to python3) are appropriate for the task. No unrelated credentials, services, or binaries are requested.
Instruction Scope
SKILL.md and web-search.sh instruct only running the CLI to perform searches. The README and tests accurately describe expected behavior. Minor scope notes: examples include a hard-coded example path (cd /home/hxx/clawd/tools && ./web-search.sh) which is environment-specific and unnecessary; test scripts may run queries and write temporary files (/tmp) if executed. The tool performs network requests to DuckDuckGo (expected).
Install Mechanism
No install spec — instruction-only with included shell scripts. Nothing is downloaded from external arbitrary URLs or extracted. Risk is low because no installation step writes remote code to disk beyond the existing bundled scripts.
Credentials
The skill requests no environment variables or credentials. It only needs network access and common CLI tools (curl/wget, optionally jq or python3). This is proportionate to a CLI web-search client. Note: user queries are sent to DuckDuckGo — do not submit sensitive secrets as search queries.
Persistence & Privilege
always is false, the skill is user-invocable and does not request persistent system privileges or modify other skills/config. There is no autonomous onboarding or forced inclusion.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install web-search-instant-1-1-0 - 安装完成后,直接呼叫该 Skill 的名称或使用
/web-search-instant-1-1-0触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of web-search with DuckDuckGo Instant Answer API—no API key required.
- Instantly search the web for facts, definitions, calculations, and summaries via the command line.
- Supports output in text (colored), markdown, and plain formats; easily redirected to files.
- Adjustable output: control related topics, enable quiet mode, or disable color.
- No web scraping or full results—instant answers only (Wikipedia-style abstracts, definitions, conversions, etc.).
- Optional `jq` for improved JSON parsing; works without it using included basic extraction.
元数据
常见问题
Web Search Instant 1.1.0 是什么?
Web search using DuckDuckGo Instant Answer API (no API key required). Use when you need to search the web for information, definitions, calculations, convers... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 292 次。
如何安装 Web Search Instant 1.1.0?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install web-search-instant-1-1-0」即可一键安装,无需额外配置。
Web Search Instant 1.1.0 是免费的吗?
是的,Web Search Instant 1.1.0 完全免费(开源免费),可自由下载、安装和使用。
Web Search Instant 1.1.0 支持哪些平台?
Web Search Instant 1.1.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Web Search Instant 1.1.0?
由 86293073(@86293073)开发并维护,当前版本 v1.0.0。
推荐 Skills