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"