← 返回 Skills 市场
b-gutman

Pipeworx flights

作者 Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
98
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-flights
功能描述
Live aircraft tracking — flights in a geographic area, individual aircraft by transponder, and airport arrivals/departures via OpenSky Network
安全使用建议
This skill appears to do what it says: query live flight data via the Pipeworx gateway (no API keys needed). Before using, decide whether you trust the gateway (gateway.pipeworx.io) to proxy your requests. If you don't want to run remote code, use the provided curl example rather than the MCP `npx mcp-remote@latest` snippet — running `npx -y` fetches and executes the latest package from npm and can run arbitrary code. If you plan to use the MCP config, review the `mcp-remote` package source/version and the Pipeworx service policies first.
功能分析
Type: OpenClaw Skill Name: pipeworx-flights Version: 1.0.0 The skill provides legitimate flight tracking functionality by interfacing with the OpenSky Network via a remote MCP gateway at gateway.pipeworx.io. It uses standard tools like curl and mcp-remote to fetch aircraft data, arrivals, and departures, with no evidence of malicious behavior, prompt injection, or data exfiltration in SKILL.md or the configuration.
能力评估
Purpose & Capability
The name/description (live aircraft tracking via OpenSky) align with the provided instructions: curl-based JSON-RPC calls to a Pipeworx gateway that proxies OpenSky data. No unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md only instructs the agent to call the Pipeworx gateway API (example curl POST) and to use defined tools for area, aircraft, arrivals, departures. It does not direct reading local files, environment secrets, or other unrelated system state.
Install Mechanism
There is no formal install spec, but the MCP config snippet suggests running `npx -y mcp-remote@latest ...`, which would download and execute code from the npm registry at run time. That is an implicit install/execute step not declared in required bins and carries risk (running remote code, potential supply-chain issues).
Credentials
No environment variables, credentials, or config paths are required. This is proportionate to the described public, anonymous API usage.
Persistence & Privilege
`always` is false and the skill is user-invocable. The SKILL.md suggests adding an MCP server entry (user config) but does not request persistent elevated privileges or modify other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipeworx-flights
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipeworx-flights 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pipeworx-flights
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pipeworx flights 是什么?

Live aircraft tracking — flights in a geographic area, individual aircraft by transponder, and airport arrivals/departures via OpenSky Network. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。

如何安装 Pipeworx flights?

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

Pipeworx flights 是免费的吗?

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

Pipeworx flights 支持哪些平台?

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

谁开发了 Pipeworx flights?

由 Bruce Gutman(@b-gutman)开发并维护,当前版本 v1.0.0。

💬 留言讨论