rclone

Sync and transfer files across major cloud storage providers.

5|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/barkleesanders/claude-code-starter --skill rclone-barkleesanders
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rclone
Source: https://github.com/barkleesanders/claude-code-starter/tree/main/skills/rclone
Command: npx skills add https://github.com/barkleesanders/claude-code-starter --skill rclone-barkleesanders

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Managing file transfers across multiple cloud storage providers (AWS S3, Cloudflare R2, Google Drive, Dropbox, etc.) typically requires switching between provider-specific tools and workflows, leading to inconsistent processes, increased risk of human error, and wasted time on repetitive transfer tasks.

Core Features & Use Cases

  • Cross-provider file operations: Upload, sync, copy, and list files across all major cloud storage services and S3-compatible platforms from a single unified tool.
  • Safety-first transfer guardrails: Built-in dry-run previews, pre-operation connectivity checks, and post-transfer verification steps to prevent accidental data loss, misrouted files, or unintended deletions during sync operations.
  • Use Case: A development team needs to back up local project assets to Cloudflare R2, sync updated static files to an AWS S3 bucket for production deployment, and share large media files via Dropbox, all without learning separate tools for each provider.

Quick Start

Use the rclone skill to sync your local project assets folder to your configured Cloudflare R2 bucket and confirm the upload completed successfully.

Frequently Asked Questions about rclone

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync files across multiple cloud storage providers like AWS S3 and Google Drive?

Cross-cloud file transfer tools provide a single interface to sync data between AWS S3, Google Drive, and Dropbox. This prevents inconsistent processes and reduces human error from switching between provider-specific workflows.

Can I preview a cloud storage sync operation before it runs to prevent data loss?

Yes, you can preview cloud file sync operations using built-in dry-run modes before executing transfers. Pre-operation connectivity checks and post-transfer verification steps prevent accidental data loss and misrouted files.

What is the best way to upload large files to S3-compatible storage like Cloudflare R2?

Uploading large files to S3-compatible storage requires chunked file uploads to ensure reliability. This method handles large media files to platforms like Cloudflare R2 and Backblaze B2 while mitigating network interruptions.

Does cross-cloud file transfer work for backing up local project assets to Backblaze B2?

Cross-cloud file transfer supports backing up local project assets directly to Backblaze B2. It manages cross-cloud backups and deployment asset syncing using secure, verifiable transfer workflows without needing separate tools.

How do I throttle bandwidth during a cloud upload to avoid saturating network resources?

Cloud upload operations include bandwidth throttling to control network resource usage during active transfers. This limits transfer speeds across supported providers, preventing network saturation while syncing or backing up files.