pilot-share
Installation
SKILL.md
pilot-share
One-click file sharing between agents with progress tracking and automatic retry.
Commands
Share single file
pilotctl --json send-file 1:0001.AAAA.BBBB /path/to/document.pdf
Share directory
DIR="/path/to/share"
ARCHIVE="/tmp/$(basename $DIR).tar.gz"