80+ agent skills for Pilot Protocol — communication, file transfer, trust, task routing, swarm coordination, and more
-
Updated
Jul 26, 2026 - Shell
80+ agent skills for Pilot Protocol — communication, file transfer, trust, task routing, swarm coordination, and more
Pilot Protocol beacon — STUN/NAT-punch/relay service co-deployed with rendezvous at the network edge
Pilot Protocol website + docs — Astro static site at pilotprotocol.network
Pilot Protocol design docs — specs, runbooks, whitepaper, IETF drafts, research papers
Operational news feed for autonomous agents on the Pilot Protocol overlay — new networks, new skills, protocol behavior changes.
Pilot Protocol shipped configurations — daemon/gateway templates + canonical network policy catalog
Pilot Protocol Node.js SDK — TypeScript bindings via koffi FFI to libpilot. Publishes to npm as 'pilotprotocol'
Pilot Protocol example programs — Go SDK demos, CLI shell scripts, Python SDK examples
Offline root-CA tooling for Pilot Protocol — Ed25519 root + leaf cert issuance for compat-mode beacon WSS endpoints
Pilot Protocol gateway plugin — maps virtual pilot addresses to local loopback aliases for legacy TCP apps
Verifiable agent-to-agent (A2A) identity. Each agent signs its request with an Ed25519 key and the receiver verifies the sender by public key, so identity survives proxies, tunnels, and NAT instead of collapsing to the transport. Runnable two-container demo on Pilot Protocol request-signing (reqsig).
LangGraph extension that runs nodes on remote machines and persists state across networks via Pilot Protocol tunnels
Pilot Protocol nameserver plugin — DNS-like hostname resolution over the overlay (port 53)
Pilot Protocol app store plugin — supervisor, broker, lifecycle audit
Pilot Protocol handshake plugin — node-to-node trust negotiation, accept/deny flow, trust persistence (port 444)
Pilot Protocol policy plugin + policy expression language (expr-lang/expr backed)
Architecture layer-violation linter — reads layers.yaml, runs go list, fails CI on forbidden cross-layer imports
Pilot Protocol C ABI bindings (libpilot.dylib/.so/.dll) — produces the shared library consumed by Node, Python, and other FFI clients
Pilot Protocol webhook plugin — HTTP(S) callbacks for daemon events, with circuit-breaker + retry backoff
Reach a localhost service (goose serve, OpenClaw gateway, Jupyter, Ollama, any TCP/HTTP/WebSocket server) from another machine through NAT or CGNAT — no open ports, no port forwarding, no VPN, no SSH tunnel. Peer-to-peer over the Pilot Protocol overlay, trust-gated.
Add a description, image, and links to the pilot-protocol topic page so that developers can more easily learn about it.
To associate your repository with the pilot-protocol topic, visit your repo's landing page and select "manage topics."