rclone

Automate cloud-storage file transfers and backups using rclone.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/weorbitant/compound-engineering-feat-python-plugin --skill rclone-weorbitant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rclone
Source: https://github.com/weorbitant/compound-engineering-feat-python-plugin/tree/main/skills/rclone
Command: npx skills add https://github.com/weorbitant/compound-engineering-feat-python-plugin --skill rclone-weorbitant

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manually transferring and backing up files across diverse cloud storage providers is error-prone and time-consuming. This Skill automates rclone-based transfers, reducing setup effort and ensuring consistency across remotes.

Core Features & Use Cases

  • Configure and manage multiple remotes for S3, Cloudflare R2, Backblaze B2, Google Drive, Dropbox, and more.
  • Perform uploads, syncs, and backups with reliable verification and chunked transfers for large files.
  • Use cases include automated backups, cross-cloud migrations, and media distribution.

Quick Start

Configure a remote and begin transferring files to your chosen cloud provider with a single command.

Frequently Asked Questions about rclone

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

FAQPage Schema
How do I automate cloud storage backups across multiple providers?

Automate cloud storage backups by configuring multiple remotes for S3, Google Drive, or Backblaze B2, then executing sync commands to transfer and verify files across providers automatically.

What is the best way to migrate files between S3-compatible remotes?

Migrate files between S3-compatible remotes by configuring source and destination targets, then using rclone copy or sync operations to transfer data with chunked verification for large files.

Do I need rclone installed locally to sync directories to cloud storage?

Yes, you need rclone installed and remotes configured locally, as this Skill relies on basic CLI usage to execute copy and sync operations for cross-provider directory transfers.

Can I use this to sync large files to Backblaze B2 or Cloudflare R2?

Yes, you can sync large files to Backblaze B2 or Cloudflare R2 using chunked transfers and reliable verification to ensure data integrity during cross-cloud migrations.

Why does manual file transfer across diverse cloud providers cause errors?

Manual file transfer across diverse cloud providers causes errors due to inconsistent configurations and lack of automated verification, making processes time-consuming and prone to failure without streamlined workflows.