@billyutw

Web Search

This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.

当前版本
v1.0.0
28 2.6万总安装 477

SKILL.md

text/markdown · 13296 字节

scripts/search.py

text/plain · 18342 字节

Security Scan

OpenClaw

gpt-5-mini

clean

OpenClaw 分析

The skill's files and runtime instructions are consistent with a DuckDuckGo-based web search tool: it requires no credentials, uses a reasonable PyPI dependency, and does not request unexpected access — however the publisher is unknown so review dependencies and run in an isolated environment if you have concerns.

置信度: high

VirusTotal

Type: OpenClaw Skill Name: web-search Version: 1.0.0 The skill provides web search functionality using the legitimate `duckduckgo-search` library. The `SKILL.md` documentation is clear and does not contain any prompt injection attempts or instructions for malicious behavior. The `scripts/search.py` code is well-structured and primarily interacts with the DuckDuckGo API. However, the script includes a `--output` argument that allows writing search results to an arbitrary file path specified by the user. While this is a documented and plausible feature for saving results, it represents a file write capability that, if misused by a compromised or maliciously prompted agent, could lead to writing data to sensitive system locations. This constitutes a risky capability without clear malicious intent, classifying it as suspicious.

元数据

  • 作者: @billyutw
  • 创建时间: 2026/01/29
  • 更新时间: 2026/04/14
  • 版本数: 1
  • 评论数: 1
  • 扫描时间: 2026/02/11

运行要求

官方公开数据里暂未列出运行要求。

Web Search | ClawHub 中文站