← Back to Skills Marketplace
teoslayer

Pilot Mcp Bridge

by Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
86
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-mcp-bridge
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
crypto
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pilot-mcp-bridge
  3. After installation, invoke the skill by name or use /pilot-mcp-bridge
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pilot-mcp-bridge
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 86 downloads so far.

How do I install Pilot Mcp Bridge?

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

Is Pilot Mcp Bridge free?

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

Which platforms does Pilot Mcp Bridge support?

Pilot Mcp Bridge is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pilot Mcp Bridge?

It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.

💬 Comments