pilot-s3-bridge
Installation
SKILL.md
Pilot S3 Bridge
Bridges Pilot Protocol with cloud storage services (AWS S3, Google Cloud Storage, Azure Blob Storage), enabling agents to upload, download, and manage files through a gateway agent with cloud access.
Commands
Upload File via Bridge
pilotctl --json send-file s3-agent /path/to/local/file.pdf
Request Download from S3
pilotctl --json send-message s3-agent --data '{"action":"download","bucket":"my-bucket","key":"documents/file.pdf"}'