← 返回 Skills 市场
blue-sky-8

zpw-mianfei-web

作者 blue-sky-8 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
360
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install zpw-mianfei-web
功能描述
Use a local free search engine to find information on the web by fetching results with specified keywords.
安全使用建议
This skill is small and its purpose matches its instructions, but exercise caution before installing. Questions to ask the author: what host is 192.168.199.100 and can you make the endpoint configurable (via an env var) rather than a hard-coded LAN IP? Ensure the agent URL-encodes or sanitizes the query before inserting it into a shell command, or better: use an HTTP client API rather than invoking a shell curl to avoid command injection. Do not send sensitive data (passwords, secrets, or private tokens) through this skill until you confirm the local server is trusted. If you run agents in an environment where that IP could reach internal services, understand the SSRF/data-leak risk. If you want this skill, request the author to: (1) make the endpoint configurable, (2) document input encoding/escaping, and (3) prefer non-shell HTTP calls so user input cannot break command quoting.
功能分析
Type: OpenClaw Skill Name: zpw-mianfei-web Version: 1.0.2 The skill is classified as suspicious due to a critical shell injection vulnerability in SKILL.md, where user-provided search queries are directly interpolated into a bash command string without sanitization. While the use of a hardcoded private IP address (192.168.199.100) suggests a local search service, the lack of input validation allows an attacker to execute arbitrary commands on the host system via the search query.
能力评估
Purpose & Capability
Name/description claim a local search; the SKILL.md instructs the agent to extract a query and call a local search endpoint — this is consistent and proportional to the stated purpose.
Instruction Scope
The workflow tells the agent to run a shell curl against a hard-coded IP (http://192.168.199.100:8080/search?q={{query}}&format=json). It does not instruct URL-encoding or sanitization of {{query}}, nor how to safely invoke the command. Unsanitized substitution into a shell command can enable command injection or broken quoting. Also, the hard-coded LAN IP means user queries will be sent to that host — if that host is untrusted it may collect sensitive queries or enable SSRF-like access depending on agent network privileges.
Install Mechanism
Instruction-only skill with no install spec or downloaded code; nothing is written to disk by the skill itself (lowest install risk).
Credentials
No environment variables, credentials, or config paths are requested; requested resources are proportionate to the simple search purpose.
Persistence & Privilege
Skill is not always-enabled and uses default autonomous invocation settings. It does not request system-wide persistence or modify other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zpw-mianfei-web
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zpw-mianfei-web 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Initial release of the zpw-mianfei-web skill. - Enables local free web search using a self-hosted search engine. - Activates when users ask to "search", "查一下", or "找找". - Extracts search keywords and returns results in JSON format.
v1.0.0
我要免费本地 调用 访问网页
元数据
Slug zpw-mianfei-web
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

zpw-mianfei-web 是什么?

Use a local free search engine to find information on the web by fetching results with specified keywords. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 360 次。

如何安装 zpw-mianfei-web?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install zpw-mianfei-web」即可一键安装,无需额外配置。

zpw-mianfei-web 是免费的吗?

是的,zpw-mianfei-web 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

zpw-mianfei-web 支持哪些平台?

zpw-mianfei-web 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 zpw-mianfei-web?

由 blue-sky-8(@blue-sky-8)开发并维护,当前版本 v1.0.2。

💬 留言讨论