← 返回 Skills 市场
mcp-aviation-weather
作者
HaveBlue997
· GitHub ↗
· v1.0.0
· MIT-0
115
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mcp-aviation-weather
功能描述
Aviation weather data — METAR observations, TAF forecasts, and nearby station discovery via L402 API. Use for flight planning, airport weather checks, and av...
安全使用建议
This skill seems to do what it says (fetch METAR/TAF/nearby stations) and doesn't ask for secrets, but there are packaging/instruction mismatches you should clear up before installing:
- Env var mismatch: SKILL.md/registry declare L402_API_BASE_URL but the code reads NAUTDEV_BASE_URL (defaulting to https://api.nautdev.com). If you set only L402_API_BASE_URL the running code will ignore it. Either set NAUTDEV_BASE_URL in your environment or ask the author to fix the docs/manifest to use one consistent variable.
- Package identity mismatch: README and package.json reference different scoped names/authors. Confirm the npm package name (@vbotholemu/mcp-aviation-weather) and publisher are legitimate before running npx to fetch it.
- Network behavior: The tool will contact api.nautdev.com by default. If you need to avoid that, set the correct BASE env var to your preferred endpoint or don't provide the env var to force a failure instead of using the default.
- Runtime download: Running via npx will fetch and execute code from npm — only do this for packages you trust. Consider reviewing the package contents on the registry (or installing in an isolated environment) before allowing the agent to run it.
If you want to proceed safely: ask the publisher to fix the env-var and README inconsistencies, verify the package on npm/github, or run the package locally in a sandbox and set NAUTDEV_BASE_URL explicitly to the endpoint you expect. If the author cannot explain the mismatches, treat this as a red flag and avoid installing.
功能分析
Type: OpenClaw Skill
Name: mcp-aviation-weather
Version: 1.0.0
The skill is a standard Model Context Protocol (MCP) server designed to fetch aviation weather data (METAR, TAF, and station info) from the nautdev.com API. The implementation in src/index.ts and dist/index.js uses standard SDKs and includes proper input validation via Zod and URL encoding. While there are minor documentation inconsistencies in SKILL.md and README.md regarding environment variable names (L402_API_BASE_URL vs NAUTDEV_BASE_URL) and tool naming conventions, these are functional bugs rather than security threats. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description (METAR/TAF/nearby stations) matches the code and README. Required binary (npx) is reasonable given the MCP server configuration uses npx to run the package. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md and README instruct the agent to use an environment variable named L402_API_BASE_URL (and the SKILL metadata lists L402_API_BASE_URL), but the actual runtime code (src/dist) reads process.env.NAUTDEV_BASE_URL and falls back to https://api.nautdev.com. The instrumentation and examples therefore disagree with the code, which could cause the tool to hit the default API endpoint unexpectedly or fail if users only set the declared env var. README package names and examples also diverge from package.json (different scoped package and different author/team names).
Install Mechanism
No explicit install spec is provided (instruction-only style), but the package includes code and a bin entry; the MCP configuration uses npx -y @vbotholemu/mcp-aviation-weather which will download and execute the package from npm at runtime. That is expected for this type of MCP tool but means code will be fetched from the npm registry when invoked — verify the package source and publisher before running.
Credentials
The registry declares L402_API_BASE_URL as required, but the code uses NAUTDEV_BASE_URL (with a default URL). No API keys or sensitive credentials are requested, which is proportionate for a read-only weather API. The mismatch in env var names is the main concern: it may lead to inadvertent use of the default endpoint or confuse users into supplying the wrong variable.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges (always:false). It will run as an MCP server process via npx and connect over stdio; it does not modify other skills or system-wide config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mcp-aviation-weather - 安装完成后,直接呼叫该 Skill 的名称或使用
/mcp-aviation-weather触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
常见问题
mcp-aviation-weather 是什么?
Aviation weather data — METAR observations, TAF forecasts, and nearby station discovery via L402 API. Use for flight planning, airport weather checks, and av... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。
如何安装 mcp-aviation-weather?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mcp-aviation-weather」即可一键安装,无需额外配置。
mcp-aviation-weather 是免费的吗?
是的,mcp-aviation-weather 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
mcp-aviation-weather 支持哪些平台?
mcp-aviation-weather 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 mcp-aviation-weather?
由 HaveBlue997(@haveblue997)开发并维护,当前版本 v1.0.0。
推荐 Skills