rclone

Transfer and synchronize files between local storage and cloud services using rclone.

49|4|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/gvkhosla/compound-engineering-pi --skill rclone-gvkhosla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rclone
Source: https://github.com/gvkhosla/compound-engineering-pi/tree/main/plugins/compound-engineering/skills/rclone
Command: npx skills add https://github.com/gvkhosla/compound-engineering-pi --skill rclone-gvkhosla

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the complex task of uploading, syncing, and managing files across various cloud storage providers, making remote file operations as easy as local ones.

Core Features & Use Cases

  • Cloud Storage Management: Seamlessly interact with S3, R2, Backblaze B2, Google Drive, Dropbox, and more.
  • File Transfer & Sync: Upload single files, entire directories, or synchronize local folders with cloud buckets.
  • Use Case: You need to back up your project's assets (images, videos, documents) to Cloudflare R2. This Skill can sync your local assets/ directory to your R2 bucket, ensuring your data is safely stored remotely.

Quick Start

Use the rclone skill to upload the local file '/path/to/my_document.pdf' to the 'my-bucket' remote in the 'documents' folder.

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 directory to cloud storage like AWS S3 or Cloudflare R2?

You can sync local folders to S3 or R2 by using the rclone utility to mirror directories directly into cloud buckets. This ensures your local assets are safely backed up remotely by synchronizing files between local storage and diverse cloud object storage services.

What is the best way to transfer files between local storage and cloud object storage?

Transferring files to cloud object storage is best handled by rclone, which makes remote file operations as easy as local ones. It simplifies uploading, downloading, and syncing files across various providers like S3, R2, and Google Drive.

Do I need to configure credentials before using rclone to manage cloud files?

Yes, rclone must be installed and configured with appropriate remote credentials before managing cloud files. Proper authentication setup is required to interact with providers like AWS S3, Cloudflare R2, and Google Drive for file transfer operations.

Can I list remote contents and download files from Google Drive using rclone?

Yes, rclone supports listing remote contents and downloading files from Google Drive. It facilitates operations such as uploading, downloading, syncing directories, and listing remote contents across diverse cloud object storage services.

Does rclone work with Backblaze B2 and Dropbox for cloud backup?

Yes, rclone seamlessly interacts with Backblaze B2 and Dropbox for cloud backup and management. It supports diverse providers alongside S3, R2, and Google Drive to manage remote file operations.