rclone
Manage, sync, and transfer files between local storage and cloud providers like S3, Cloudflare R2, Backblaze B2, Google Drive, and Dropbox using rclone.
Introduction
This skill provides a robust interface for rclone, the industry-standard command-line tool for managing cloud storage. It is designed for engineers, developers, and power users who need to automate file operations across heterogeneous storage environments. Whether you are performing daily backups, migrating large datasets, or managing assets for applications deployed on cloud infrastructure, this skill abstracts the complexity of rclone configuration and execution. It is particularly effective for high-performance transfers to S3-compatible endpoints, including AWS S3, Cloudflare R2, and DigitalOcean Spaces, as well as mainstream consumer cloud services like Google Drive and Dropbox.
-
Full support for rclone copy, sync, move, and list operations across multiple remotes.
-
Automated environment verification to ensure rclone is installed and configured correctly before task execution.
-
Optimized handling of large file uploads using multipart chunked uploading for S3-compatible providers.
-
Intelligent transfer flags including progress bars, bandwidth limiting, dry-run previews, and checksum verification.
-
Native support for both directory-level mirroring and single-file precision transfers.
-
Interactive setup assistance for configuring new cloud remotes via the standard rclone configuration flow.
-
Always run the initial setup check to confirm binary availability and remote configuration status.
-
Utilize the --dry-run flag extensively when executing sync operations to prevent unintended data deletion.
-
Use --bwlimit to throttle transfer speeds if performing operations on shared production networks.
-
For large video or dataset uploads, specify --s3-chunk-size to optimize performance and reliability on high-latency connections.
-
Ensure appropriate IAM roles or service account keys are prepared when connecting to enterprise cloud storage providers.
-
The skill functions as an interface to the underlying system shell; ensure the environment hosting the agent has sufficient network access to your cloud storage providers.
Repository Stats
- Stars
- 0
- Forks
- 0
- Open Issues
- 0
- Language
- TypeScript
- Default Branch
- main
- Sync Status
- Idle
- Last Synced
- May 3, 2026, 09:16 PM