← 返回 Skills 市场
haveblue997

mcp-marine-weather

作者 HaveBlue997 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
98
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mcp-marine-weather
功能描述
Marine weather forecasts via NOAA api.weather.gov — current conditions, multi-day forecasts, and marine weather warnings. No API key needed. Use when agents...
安全使用建议
This skill appears to implement NOAA marine forecasts and needs no credentials, but exercise caution before using the recommended `npx -y <pkg>` installation: npx will fetch and run remote npm code. Actions to take before installing: 1) Verify the npm package name and publisher on the npm registry match the author you trust (the repository has inconsistent names/author strings - @vbotholemu vs @velocibot). 2) Prefer pinning to an explicit version rather than using -y to pull latest. 3) Inspect the published package contents (or the repository) to confirm it matches the included source, especially entrypoint code. 4) If you allow the optional NOAA_BASE_URL env var, ensure it points only to trusted NOAA endpoints — otherwise it could redirect requests to an untrusted host. 5) If possible, run the tool in a sandboxed environment or review its network activity before adding it to agents with broader privileges.
功能分析
Type: OpenClaw Skill Name: mcp-marine-weather Version: 1.0.0 The skill is a legitimate implementation of a Marine Weather tool using the official NOAA API (api.weather.gov). The code in src/index.ts and dist/index.js follows standard Model Context Protocol (MCP) patterns, uses Zod for input validation, and contains no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description, code, and tools all align with providing NOAA marine forecasts and alerts. The functions and parameters in SKILL.md match the included implementation.
Instruction Scope
Runtime instructions are narrowly scoped to fetching NOAA endpoints and returning forecasts/alerts. However SKILL.md shows using npx to run an external package and instructs a non-interactive install (-y), and the tool honors an optional NOAA_BASE_URL environment override (process.env.NOAA_BASE_URL) which can redirect requests to a different host if set.
Install Mechanism
There is no platform install spec in the registry, but SKILL.md recommends running `npx -y <package>` which will download and execute remote code from the npm registry (moderate risk). Additionally there are naming/author inconsistencies across files: package.json name is "@vbotholemu/mcp-marine-weather", README refers to "@velocibot/mcp-marine-weather", and the bundled USER_AGENT and author metadata reference 'velocibot' — these mismatches could be benign typos, copy/paste errors, or indicators that the source published to npm is different from the code bundled here. Prefer a pinned version and validate the npm package before running npx.
Credentials
The skill requests no credentials or privileged env vars. The only environment usage is an optional NOAA_BASE_URL override (process.env.NOAA_BASE_URL) which is reasonable but should be checked because it can change the target endpoint for HTTP requests.
Persistence & Privilege
The skill is not always-on and does not request elevated or persistent system privileges. It behaves as a normal MCP tool that will run when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mcp-marine-weather
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mcp-marine-weather 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug mcp-marine-weather
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

mcp-marine-weather 是什么?

Marine weather forecasts via NOAA api.weather.gov — current conditions, multi-day forecasts, and marine weather warnings. No API key needed. Use when agents... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。

如何安装 mcp-marine-weather?

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

mcp-marine-weather 是免费的吗?

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

mcp-marine-weather 支持哪些平台?

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

谁开发了 mcp-marine-weather?

由 HaveBlue997(@haveblue997)开发并维护,当前版本 v1.0.0。

💬 留言讨论