← Back to Skills Marketplace
b-gutman

Pipeworx flights

by Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
98
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pipeworx-flights
Description
Live aircraft tracking — flights in a geographic area, individual aircraft by transponder, and airport arrivals/departures via OpenSky Network
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pipeworx-flights
  3. After installation, invoke the skill by name or use /pipeworx-flights
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pipeworx-flights
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pipeworx flights?

Live aircraft tracking — flights in a geographic area, individual aircraft by transponder, and airport arrivals/departures via OpenSky Network. It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.

How do I install Pipeworx flights?

Run "/install pipeworx-flights" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pipeworx flights free?

Yes, Pipeworx flights is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pipeworx flights support?

Pipeworx flights is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pipeworx flights?

It is built and maintained by Bruce Gutman (@b-gutman); the current version is v1.0.0.

💬 Comments