← 返回 Skills 市场
Pipeworx marine
作者
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
74
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-marine
功能描述
Marine MCP — wraps marine-api.open-meteo.com (free, no auth)
安全使用建议
Before installing, consider that this skill will (per its Connect block) run 'npx -y mcp-remote@latest https://gateway.pipeworx.io/marine/mcp' at runtime. That action downloads and executes code from the public npm registry and opens a network connection to gateway.pipeworx.io. If you plan to use it: 1) ensure you trust pipeworx.io and gateway.pipeworx.io; 2) require the skill to declare 'npx' (Node) as a required binary or provide an explicit install spec; 3) prefer a pinned mcp-remote version (not @latest) or a vetted release tarball; 4) ask for the mcp-remote source or a checksum so you can audit it; 5) consider running the skill in a restricted/sandboxed environment with limited network and file access. If you cannot validate the npm package or gateway, treat the skill as higher risk and avoid installing it on sensitive systems.
功能分析
Type: OpenClaw Skill
Name: pipeworx-marine
Version: 1.0.0
The skill bundle is a standard MCP (Model Context Protocol) configuration for accessing marine weather data via the Open-Meteo API. It uses the 'mcp-remote' utility to connect to a gateway at gateway.pipeworx.io, which is consistent with its stated purpose. No malicious code, data exfiltration, or prompt injection attempts were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The skill claims to wrap marine-api.open-meteo.com and provides MCP tool names, which is coherent. However the SKILL.md's Connect block instructs the agent to run 'npx ... mcp-remote@latest' to connect to gateway.pipeworx.io; the manifest does not declare the need for 'npx' / Node runtime or explain why an external mcp-remote package is required instead of direct REST calls to open-meteo. This omission is a mild inconsistency.
Instruction Scope
SKILL.md only provides a small connect config and does not instruct reading local files or extra environment variables. However it gives an explicit runtime command that will download and execute code (npx mcp-remote@latest) and establish a network connection to gateway.pipeworx.io; that runtime behavior is not fully described in the top-level metadata.
Install Mechanism
There is no install spec, but the Connect block relies on npx to fetch and run the latest mcp-remote from npm. Running 'npx ...@latest' will download and execute code from the public npm registry at runtime (unrestricted, unpinned). That is a higher-risk install mechanism and should be declared, pinned to a version, or replaced with a vetted install artifact.
Credentials
The skill requests no environment variables, credentials, or config paths, which is proportionate for a read-only weather wrapper. There is no evidence the skill tries to access unrelated secrets or files.
Persistence & Privilege
The skill is not marked 'always:true' and uses default autonomous invocation settings. It doesn't request elevated persistent privileges or modify other skills' configs in the SKILL.md.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pipeworx-marine - 安装完成后,直接呼叫该 Skill 的名称或使用
/pipeworx-marine触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pipeworx marine 是什么?
Marine MCP — wraps marine-api.open-meteo.com (free, no auth). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 74 次。
如何安装 Pipeworx marine?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pipeworx-marine」即可一键安装,无需额外配置。
Pipeworx marine 是免费的吗?
是的,Pipeworx marine 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pipeworx marine 支持哪些平台?
Pipeworx marine 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pipeworx marine?
由 Bruce Gutman(@b-gutman)开发并维护,当前版本 v1.0.0。
推荐 Skills