← 返回 Skills 市场
qrost

Wind & Site

作者 AddinCui · GitHub ↗ · v1.1.1
cross-platform ⚠ suspicious
660
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install wind-site
功能描述
Wind rose, wind speed/direction at a site; supports site and urban wind assessment (data only; detailed CFD is out of scope).
安全使用建议
This skill appears coherent and low-risk: it fetches public weather data and plots it. Before installing, (1) review/approve the included scripts (they are short and readable), (2) install dependencies in a controlled environment (virtualenv) and run once manually to verify behavior, (3) be aware the skill makes outbound HTTPS requests to Open‑Meteo (no API key) and will save images to a chosen path — use an allowed directory like ~/.openclaw/media/ or /tmp/, and (4) if you do not want the agent to execute scripts automatically, avoid enabling autonomous invocation or require manual confirmation in agent settings. If you want extra caution, run the scripts locally yourself rather than letting the agent execute them.
功能分析
Type: OpenClaw Skill Name: wind-site Version: 1.1.1 The skill is classified as suspicious due to a significant prompt injection vulnerability against the OpenClaw agent. The `SKILL.md` file explicitly instructs the agent to use `shell:exec` to run Python scripts (`scripts/wind_info.py`, `scripts/wind_rose.py`) with parameters directly derived from user input. If the agent does not robustly sanitize or quote these user-provided parameters when constructing the shell command, a malicious user could inject arbitrary shell commands, potentially leading to Remote Code Execution (RCE). Additionally, `scripts/wind_rose.py` writes to an `output_path` directly from arguments, which, if combined with prompt injection, could lead to arbitrary file writes, despite `SKILL.md` attempting to guide the agent to use 'allowed paths'.
能力评估
Purpose & Capability
Name/description match the included Python scripts and usage: both scripts call Open‑Meteo endpoints (no API key), compute/print wind values, and plot/save a wind rose. No unrelated binaries, env vars, or services are requested.
Instruction Scope
SKILL.md instructs the agent to run the included scripts via shell exec and to save/send the PNG from allowed media dirs. The scripts only fetch Open‑Meteo data, process it, and write an image/text output. One notable instruction: 'Do not ask for confirmation; execute and return the image and data' — this grants the agent permission to run the scripts automatically when triggered by a user request (which is expected for a user-invocable skill), but you should be aware it will perform outbound network calls without further prompts.
Install Mechanism
No install spec; this is instruction + included Python scripts. Dependencies are standard Python packages listed in requirements.txt and must be installed manually (pip). No remote downloads or extracted archives are performed by the skill itself.
Credentials
The skill requires no credentials, no config paths, and no environment variables. Network access to Open‑Meteo (public API) is required and is proportional to the stated function.
Persistence & Privilege
always:false and the skill does not request persistent system changes or modify other skills. The SKILL.md contains a permission header 'shell:exec' (expected for running scripts) but this alone is not a privilege escalation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wind-site
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wind-site 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
Patch: OpenClaw allowed media paths docs.
v1.1.0
Minor version bump.
v1.0.0
Wind rose and wind speed/direction at a site; Open-Meteo, no API key.
元数据
Slug wind-site
版本 1.1.1
许可证
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Wind & Site 是什么?

Wind rose, wind speed/direction at a site; supports site and urban wind assessment (data only; detailed CFD is out of scope). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 660 次。

如何安装 Wind & Site?

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

Wind & Site 是免费的吗?

是的,Wind & Site 完全免费(开源免费),可自由下载、安装和使用。

Wind & Site 支持哪些平台?

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

谁开发了 Wind & Site?

由 AddinCui(@qrost)开发并维护,当前版本 v1.1.1。

💬 留言讨论