← 返回 Skills 市场
brucegutman

Pipeworx airports

作者 Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
117
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-airports
功能描述
Airports MCP — wraps AirportGap API (free, no auth required)
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipeworx-airports
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipeworx-airports 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pipeworx-airports
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pipeworx airports 是什么?

Airports MCP — wraps AirportGap API (free, no auth required). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。

如何安装 Pipeworx airports?

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

Pipeworx airports 是免费的吗?

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

Pipeworx airports 支持哪些平台?

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

谁开发了 Pipeworx airports?

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

💬 留言讨论