← 返回 Skills 市场
Pipeworx flood
作者
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
89
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-flood
功能描述
River discharge and flood forecasts for any location — up to 92 days ahead via Open-Meteo
安全使用建议
This skill forwards user-supplied coordinates to a third-party gateway (gateway.pipeworx.io) and the docs suggest using 'npx mcp-remote@latest' which would download and run code from npm at runtime — neither of which is clearly declared in the metadata. Before installing: (1) confirm you trust pipeworx.io and review its privacy/publishing policy (what it logs/retains); (2) ask the publisher why Open‑Meteo calls are proxied and request direct Open‑Meteo endpoints or transparency about the gateway's behavior; (3) note that Node/npx is implicitly required — avoid running npx mcp-remote unless you can inspect the package source or run in a sandbox; (4) do not send sensitive or private location coordinates until you verify the gateway's data handling; (5) if you prefer, implement direct calls to Open‑Meteo yourself using curl to avoid third‑party proxies.
功能分析
Type: OpenClaw Skill
Name: pipeworx-flood
Version: 1.0.0
The skill bundle provides river discharge and flood forecast data via the Open-Meteo API. It utilizes a remote MCP server configuration (gateway.pipeworx.io) and standard tools (curl, npx) to fetch environmental data. No indicators of data exfiltration, malicious execution, or prompt injection were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The name/description state the skill uses Open‑Meteo, which is plausible, but the runtime example and MCP config send requests to https://gateway.pipeworx.io/flood/mcp rather than directly to Open‑Meteo. The MCP config also expects 'npx' (Node/npm) to run mcp-remote, yet the skill's declared required binaries list only 'curl'. Requiring a remote gateway proxy and an undeclared runtime (npx) is disproportionate to the simple stated purpose and is an incoherence.
Instruction Scope
The SKILL.md instructs the agent to POST user-supplied coordinates to a third‑party endpoint (gateway.pipeworx.io) and to configure an MCP remote using npx which will download and run code from npm at runtime. Those instructions cause user data (locations) to be transmitted to an external service and implicitly invoke remote code — neither of which is called out in the metadata. There is no guidance about what the gateway does with data or whether credentials are required.
Install Mechanism
There is no formal install spec, but the provided MCP config explicitly uses 'npx -y mcp-remote@latest', which would fetch and run code from the npm registry at runtime. That pattern is higher risk (remote package download and execution) and is not declared in the skill's requirements. The SKILL.md relies on runtime installation via npx without declaring Node/npx as required.
Credentials
The skill declares no required environment variables or credentials, which is consistent with a simple read-only forecast service. However, because it forwards requests to a third party (pipeworx gateway), it's unclear whether that gateway requires authentication or logs/transforms data. The lack of declared credentials is not malicious but reduces transparency about where location data will go.
Persistence & Privilege
No 'always: true' flag, no required config paths, and no declared persistence. The skill is user-invocable only and does not request elevated agent-wide privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pipeworx-flood - 安装完成后,直接呼叫该 Skill 的名称或使用
/pipeworx-flood触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pipeworx flood 是什么?
River discharge and flood forecasts for any location — up to 92 days ahead via Open-Meteo. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。
如何安装 Pipeworx flood?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pipeworx-flood」即可一键安装,无需额外配置。
Pipeworx flood 是免费的吗?
是的,Pipeworx flood 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pipeworx flood 支持哪些平台?
Pipeworx flood 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pipeworx flood?
由 Bruce Gutman(@b-gutman)开发并维护,当前版本 v1.0.0。
推荐 Skills