pilot-relay

Queue and deliver store-and-forward messages to offline peers via Pilot Protocol.

7|3|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-relay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pilot-relay
Source: https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-relay
Command: npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-relay

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Store-and-forward messaging for offline peers over the Pilot Protocol network, enabling guaranteed eventual delivery even when recipients are temporarily unavailable.

Core Features & Use Cases

  • Automatic queuing for offline recipients and reliable, at-least-once delivery
  • End-to-end encrypted messages that are stored until delivery
  • Asynchronous communication patterns suitable for offline-to-online handoffs

Quick Start

Install the Pilot Protocol daemon, install the pilot-relay skill, start the daemon, and begin sending relayed messages.

Frequently Asked Questions about pilot-relay

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is store-and-forward messaging for offline peers?

Store-and-forward messaging for offline peers is an asynchronous communication pattern that queues messages until a recipient reconnects, ensuring guaranteed eventual delivery across intermittent connections.

How do I set up asynchronous message queuing over the Pilot Protocol?

To set up asynchronous message queuing, install the pilot-protocol skill, ensure the pilotctl binary is on your PATH, start the daemon, and begin sending relayed messages to offline peers.

Do I need a trusted sender-recipient relationship for offline message delivery?

Yes, offline message delivery requires a trusted sender-recipient relationship. The system delivers end-to-end encrypted messages stored until delivery, relying on this trust to queue and forward data securely.

Can I use store-and-forward messaging for peers behind NAT?

Yes, store-and-forward messaging supports peers behind NAT. It allows asynchronous queuing and eventual delivery, bypassing direct connection requirements by relaying messages when peers become available.

Does relayed messaging guarantee delivery for intermittent connections?

Relayed messaging provides reliable, at-least-once delivery for intermittent connections. It automatically queues messages for offline recipients and stores them until the peer reconnects and receives the data.