← 返回 Skills 市场
teoslayer

Pilot Mcp Bridge

作者 Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
86
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-mcp-bridge
功能描述
MCP server wrapping the Pilot daemon for OpenClaw/Claude Code integration. Use this skill when: 1. You need to expose Pilot Protocol operations as MCP tools...
安全使用建议
This skill appears to describe legitimate pilotctl commands, but there are clear gaps you should address before installing or using it: - The SKILL.md references running a Python MCP server (mcp_pilot_server.py) and an MCP Python library, but the skill metadata only lists Bash tools and does not include Python or the MCP dependency. Expect to provide the server code and Python runtime yourself. - Verify you have a trusted pilotctl binary on PATH and that the pilot daemon you will talk to is under your control; the example uses explicit IPs (registry/beacon) which will cause network connections. Only use endpoints you trust. - Because the skill performs network operations (connect/publish/subscribe), ensure any authentication/authorization for pilot/protocol is configured externally — the skill provides no credentials or auth steps. - The license is AGPL-3.0 — if you incorporate or distribute any server code derived from this, check the license obligations. - If you want to allow this skill to run autonomously in an agent, be cautious: autonomous invocation plus network-capable commands increases blast radius. Test first in an isolated environment and supply the missing MCP server component and dependencies yourself. If the owner supplies the missing Python/mcp requirements or the mcp_pilot_server.py implementation, the inconsistencies would be resolved; without that, the skill is incomplete and should be treated with caution.
功能分析
Type: OpenClaw Skill Name: pilot-mcp-bridge Version: 1.0.0 The skill provides a bridge to the 'Pilot Protocol' (pilotctl), exposing high-risk networking capabilities like gateway mapping, P2P connections, and message broadcasting. The SKILL.md file includes a workflow example that directs the agent to connect to a specific external registry and beacon at 34.71.57.205. While these tools are consistent with the stated purpose of a networking bridge, the combination of hardcoded external infrastructure and tools for remote tunneling (pilot_gateway_map, pilot_connect) creates a significant risk for data exfiltration or unauthorized remote access.
能力标签
crypto
能力评估
Purpose & Capability
The skill claims to expose Pilot Protocol via MCP and the SKILL.md shows pilotctl commands appropriate for that purpose, but the instructions also require a Python MCP server (mcp library) and a script (mcp_pilot_server.py) which are not provided and are not declared as requirements. The declared allowed-tools is only Bash even though the workflow example invokes Python, creating a mismatch between claimed capabilities and required runtime.
Instruction Scope
Instructions are limited to running pilotctl commands (daemon control, connect/send/recv, publish/subscribe, gateway ops) which align with the stated purpose. They do, however, include network operations (connecting/publishing to targets and example registry/beacon IPs). The skill does not request any unrelated files or environment variables, but it relies on an external MCP server component that is not supplied.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by the skill itself. That lowers install risk; however, the runtime expects additional components (Python MCP framework and a server script) which the skill does not supply.
Credentials
The skill requests no environment variables or credentials in metadata, which is proportionate to the declared use. That said, the pilotctl commands will perform network operations and may interact with remote registries/beacons or peers; the skill provides no guidance about authentication or secure endpoints.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide changes. It does not attempt to modify other skills or agent config in the provided instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pilot-mcp-bridge
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pilot-mcp-bridge 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pilot-mcp-bridge
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pilot Mcp Bridge 是什么?

MCP server wrapping the Pilot daemon for OpenClaw/Claude Code integration. Use this skill when: 1. You need to expose Pilot Protocol operations as MCP tools... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。

如何安装 Pilot Mcp Bridge?

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

Pilot Mcp Bridge 是免费的吗?

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

Pilot Mcp Bridge 支持哪些平台?

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

谁开发了 Pilot Mcp Bridge?

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

💬 留言讨论