This wraps rclone, the popular command-line tool for syncing files across cloud storage providers. It's designed for Claude Code to help you move data between S3, Google Drive, Dropbox, and dozens of other backends without writing custom API integrations. The skill starts with a setup check to verify rclone is installed and configured with remotes before running any operations, which is smart since rclone is useless without that groundwork. Honestly, if you're already comfortable with rclone's CLI, this mainly saves you from context-switching to run commands manually. Most useful when you need an agent to orchestrate multi-step transfers or handle cloud storage tasks as part of a larger workflow.
npx skills add https://github.com/everyinc/compound-engineering-plugin --skill rclone