rclone

Automate cross-provider file transfers and syncs with rclone.

10|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/aimi-so/aimi-engineering-plugin --skill rclone-aimi-so
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rclone
Source: https://github.com/aimi-so/aimi-engineering-plugin/tree/main/plugins/aimi-engineering/skills/rclone
Command: npx skills add https://github.com/aimi-so/aimi-engineering-plugin --skill rclone-aimi-so

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automates cross-provider file transfer and synchronization using rclone to eliminate tedious manual transfers between cloud storage services.

Core Features & Use Cases

  • Upload single files and folders to S3, Google Drive, Dropbox, Cloudflare R2, or any compatible storage.
  • Sync directories across remote storages and perform scheduled or on-demand transfers for backups and migrations.
  • Use case: back up local media to cloud storage or migrate data between providers with consistent structure.

Quick Start

Upload a local folder to a Cloudflare R2 bucket using rclone.

Frequently Asked Questions about rclone

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

FAQPage Schema
How do I sync local files to S3-compatible cloud storage?

To sync local files to S3-compatible cloud storage, configure the target remote and execute a directory sync operation. This skill automates cross-provider file synchronization, ensuring consistent directory structure between local media and cloud buckets like Cloudflare R2.

What is the best way to migrate large datasets between cloud providers?

Migrating large datasets between cloud providers is handled through cross-provider file transfer commands like copy and sync. This approach eliminates manual transfers, maintaining data structure during migrations across services like Google Drive and Dropbox.

Does cross-cloud file transfer work with Google Drive and Dropbox?

Yes, cross-cloud file transfer works with Google Drive and Dropbox, along with S3 and Cloudflare R2. The skill applies rclone workflows to manage uploads, backups, and on-demand transfers across these configured remote storages.

How do I configure remote storage for scheduled backups?

Configuring remote storage for scheduled backups involves running configuration workflows to authenticate your cloud provider. Once configured, you can automate scheduled syncs to back up local folders directly to remote storage.

Can I copy single files to Cloudflare R2 without a full sync?

Yes, you can copy single files to Cloudflare R2 without a full sync by using the copy operation. This allows targeted on-demand transfers of individual files or folders to S3-compatible storage without altering the entire destination directory.

Why does my cloud storage sync not working require a setup check?

A cloud storage sync not working requires a setup check to verify your remote configuration. This skill validates rclone config workflows and listremotes operations to ensure proper authentication before executing file transfers.