← 返回 Skills 市场
teoslayer

Pilot Api Gateway

作者 Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
117
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-api-gateway
功能描述
Expose local APIs to the Pilot Protocol network. Use this skill when: 1. You need to expose local APIs to remote Pilot agents 2. You want to provide API acce...
安全使用建议
This skill appears to do what it says: call pilotctl to expose local APIs to the Pilot network. Before installing, ensure you: 1) trust the pilotctl binary and the pilot-protocol network (verify source and integrity), 2) have the pilotctl binary on PATH (and install jq if you plan to run the example scripts), 3) understand you may expose local services to remote agents when using --public or mapping hostnames — confirm access controls, authentication, and network boundaries to avoid accidental data leakage, and 4) run this only on hosts that can safely serve traffic (do not enable on machines with sensitive local-only services). If you need stronger guarantees, request more detail from the skill author about authentication, logging, and rate-limiting, or ask for the explicit declaration of all required tooling (e.g., jq).
功能分析
Type: OpenClaw Skill Name: pilot-api-gateway Version: 1.0.0 The skill facilitates exposing local APIs and services to a remote network ('Pilot Protocol') using the 'pilotctl' utility, as described in SKILL.md. This functionality effectively creates a network tunnel or gateway to an external endpoint (pilotprotocol.network), which is a high-risk capability that could be used for unauthorized remote access or data exposure. While the code aligns with its stated purpose, the inherent risk of bridging local network resources to a third-party protocol warrants a cautious classification.
能力评估
Purpose & Capability
Name/description match the instructions: SKILL.md only runs pilotctl gateway/listen/map/send/recv commands to expose local APIs to remote Pilot agents. Requiring pilotctl and the pilot-protocol skill is appropriate for this purpose.
Instruction Scope
Instructions remain within the stated purpose (start daemon, listen, receive requests, send responses). However: the examples use jq to parse JSON but jq is not declared as a required binary; the SKILL.md directs starting the daemon with --public and mapping hostnames without offering guidance about authentication, ACLs, or limiting exposure — this is a security-relevant omission (not an incoherence) that users must consider.
Install Mechanism
Instruction-only skill with no install spec or downloads. No files are written to disk by the skill itself; this is the lowest-risk install model.
Credentials
No environment variables, credentials, or config paths are requested. The declared requirements align with the stated function and do not request unrelated secrets or broad access.
Persistence & Privilege
always is false and disable-model-invocation is default; the skill does not request permanent/always-on inclusion or elevated platform privileges. It does instruct starting a network-exposing daemon, which is an operational action but not a platform privilege escalation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pilot-api-gateway
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pilot-api-gateway 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of pilot-api-gateway. - Exposes local APIs to the Pilot Protocol network using gateway or messaging modes. - Allows remote Pilot agents to access local APIs without public internet exposure. - Provides commands for starting the gateway, mapping remote APIs, and handling custom requests. - Intended for secure integration of API-based agent services on Pilot. - Requires pilot-protocol skill and running pilotctl daemon.
元数据
Slug pilot-api-gateway
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Pilot Api Gateway 是什么?

Expose local APIs to the Pilot Protocol network. Use this skill when: 1. You need to expose local APIs to remote Pilot agents 2. You want to provide API acce... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。

如何安装 Pilot Api Gateway?

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

Pilot Api Gateway 是免费的吗?

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

Pilot Api Gateway 支持哪些平台?

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

谁开发了 Pilot Api Gateway?

由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。

💬 留言讨论