rclone

Automate rclone-driven uploads, syncs, and backups across cloud providers.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/8b-is/8b-is-mp --skill rclone-8b-is
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rclone
Source: https://github.com/8b-is/8b-is-mp/tree/main/plugins/compound-engineering/skills/rclone
Command: npx skills add https://github.com/8b-is/8b-is-mp --skill rclone-8b-is

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires rclone, and includes scripts (resource) components.

What problem does it solve?

This Skill automates cloud file transfers by orchestrating rclone-driven uploads, syncs, and backups.

Core Features & Use Cases

  • Rclone-based transfers to S3-compatible storages (AWS S3, Cloudflare R2, Backblaze B2) and other remotes (Drive, Dropbox, etc.).
  • Upload, synchronize, and backup workflows across local systems and remote stores with progress reporting and large-file support.
  • Use Case: Imagine backing up a media library by syncing a local folder to a cloud bucket, then periodically verifying integrity with checksums.

Quick Start

Use the rclone skill to upload the folder 'uploads/' to remote 'mydrive:uploads/' with progress.

Frequently Asked Questions about rclone

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

FAQPage Schema
How do I sync a local folder to cloud storage like Google Drive or S3?

To sync a local folder to cloud storage, you orchestrate rclone-driven sync operations between local directories and configured remotes like Google Drive or S3-compatible buckets. This process applies common flags for progress reporting and large-file support.

Can I upload large files to Cloudflare R2 using chunked transfers?

Yes, you can upload large files to Cloudflare R2 using chunked uploads. The automation exposes common rclone flags specifically for chunked uploads, allowing cross-provider transfers to handle large files efficiently.

What is the best way to automate backups to S3-compatible storage?

The best way to automate backups to S3-compatible storage is using rclone orchestration to schedule syncs and uploads. It supports multiple providers like AWS S3 and Backblaze B2, applying dry-run and verification flags for safe operations.

Do I need to pre-configure remotes before transferring files to Dropbox?

Yes, you need to have rclone installed and remotes pre-configured before transferring files. The automation orchestrates file transfers across providers like Dropbox based on these established remote configurations.

How does dry-run work for cloud file syncs and backups?

Dry-run for cloud file syncs simulates the transfer process without modifying files. It is one of the common rclone flags exposed by the automation, allowing you to verify sync and backup workflows before executing actual changes.

Can I verify backup integrity with checksums after uploading to the cloud?

Yes, you can verify backup integrity with checksums after uploading to the cloud. The automation supports verifications as part of cross-provider workflows, ensuring synced documents and media libraries match the source.