pilot-dropbox

Installation
SKILL.md

pilot-dropbox

Shared folder implementation using Pilot Protocol pub/sub and file transfer. Provides Dropbox-like functionality with eventual consistency.

Essential Commands

Create and join shared folder

DROPBOX_DIR="$HOME/pilot-dropbox"
PEER="agent-b"
TOPIC="team-shared"
mkdir -p "$DROPBOX_DIR"

pilotctl --json subscribe "$PEER" "$TOPIC"
Installs
1
GitHub Stars
7
First Seen
Jun 23, 2026
pilot-dropbox — teoslayer/pilot-skills