← Back to Skills Marketplace
brucegutman

Pipeworx airports

by Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
117
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pipeworx-airports
Description
Airports MCP — wraps AirportGap API (free, no auth required)
README (SKILL.md)

Pipeworx airports

Airports MCP — wraps AirportGap API (free, no auth required)

Free, no API key required. Part of the Pipeworx open MCP gateway.

When to Use

Use this skill when the user asks about airports data or needs to query airports information.

Available Tools

How to Call

The Pipeworx gateway speaks JSON-RPC 2.0 over HTTP POST.

List available tools

curl -s -X POST https://gateway.pipeworx.io/airports/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Call a tool

curl -s -X POST https://gateway.pipeworx.io/airports/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"TOOL_NAME","arguments":{"param":"value"}}}'

MCP Client Config

{
  "mcpServers": {
    "pipeworx-airports": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/airports/mcp"]
    }
  }
}

Notes

  • No authentication required
  • Free for all users
  • Rate limited for anonymous users (sign up at pipeworx.io for higher limits)
  • Returns JSON-RPC 2.0 responses
Usage Guidance
This skill is an instruction-only wrapper that issues HTTP JSON-RPC calls to gateway.pipeworx.io and does not request any credentials. Before installing, confirm you trust the external gateway (https://gateway.pipeworx.io and the listed homepage) because API calls will transmit queries and any user-provided parameters to that host. If you plan to use the MCP Client Config, note it suggests running `npx mcp-remote@latest`—that requires Node/npx and will fetch/execute code from npm at runtime, so add npx/node to required binaries or avoid using npx if you don't trust the package. If you need stronger privacy or higher rate limits, consider signing up at pipeworx.io as the notes indicate. No static scan findings were available because the skill contains only SKILL.md instructions.
Capability Analysis
Type: OpenClaw Skill Name: pipeworx-airports Version: 1.0.0 The skill is a standard wrapper for the AirportGap API, facilitating access through the Pipeworx MCP gateway. It utilizes common tools like curl and the mcp-remote utility to interact with a remote JSON-RPC endpoint (gateway.pipeworx.io). No evidence of malicious intent, data exfiltration, or prompt injection was found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name/description (Airport data via AirportGap) match the instructions to POST JSON-RPC to https://gateway.pipeworx.io/airports/mcp. Required binaries list only curl, which is sufficient for the provided curl examples. Minor mismatch: the SKILL.md also shows an MCP Client Config that uses `npx mcp-remote@latest` (implying node/npx availability), but the skill's required binaries do not list npx/node.
Instruction Scope
Instructions are narrowly scoped to making JSON-RPC HTTP calls to the specified Pipeworx gateway and listing/calling tools. The doc does not instruct reading local files, environment variables, or accessing unrelated services.
Install Mechanism
This is an instruction-only skill with no install spec or code files — nothing will be written to disk by the skill itself. The only runtime action shown is curl POSTs to the gateway. The MCP client example recommends npx, but that is a user-side suggestion, not an install executed by the skill.
Credentials
No environment variables, credentials, or config paths are requested. The skill's network calls target a single external gateway domain which matches its purpose.
Persistence & Privilege
The skill does not request persistent presence (always is false) and does not ask to modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pipeworx-airports
  3. After installation, invoke the skill by name or use /pipeworx-airports
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pipeworx-airports
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pipeworx airports?

Airports MCP — wraps AirportGap API (free, no auth required). It is an AI Agent Skill for Claude Code / OpenClaw, with 117 downloads so far.

How do I install Pipeworx airports?

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

Is Pipeworx airports free?

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

Which platforms does Pipeworx airports support?

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

Who created Pipeworx airports?

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

💬 Comments