rclone

Transfer, sync, and manage files across cloud storage services with rclone.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • File Upload & Sync: Effortlessly upload single files or entire directories to cloud storage, or mirror local directories to the cloud.
  • Cloud Storage Management: List contents, manage directories, and verify file integrity across S3, Google Drive, Dropbox, and more.
  • Use Case: You need to back up your project's assets (images, videos, documents) to Cloudflare R2. Use this Skill to sync your local assets/ folder to your R2 bucket, ensuring your data is safely stored and accessible.

Quick Start

Use the rclone skill to upload the local file '/path/to/document.pdf' to your 'my-bucket' on the 'aws' remote.

Frequently Asked Questions about rclone

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

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

You can upload files to cloud storage by targeting specific remotes like AWS S3 or Google Drive. This allows single files or entire directories to be transferred and managed as straightforward local operations.

Can I manage files across multiple cloud storage providers from one interface?

Yes, you can manage files across multiple cloud storage providers from one interface. It supports operations like listing contents, managing directories, and verifying file integrity across services like Dropbox, S3, and Google Drive.

What is the best way to back up project assets to Cloudflare R2?

The best way to back up project assets to Cloudflare R2 is to sync your local directory directly to your R2 bucket. This mirrors your local folders to the cloud, ensuring your data is safely stored and accessible.

Do I need to install and configure rclone before managing remote files?

Yes, you need to install rclone and configure it with necessary remote credentials before managing remote files. This prerequisite setup allows the skill to authenticate and interact with your diverse cloud storage services.

Does this approach support listing remote contents and verifying file integrity?

Yes, this approach supports listing remote contents and verifying file integrity across cloud storage providers. You can list directory contents and manage files on remotes like AWS S3, Google Drive, and Dropbox.

How do I upload a single file to an AWS S3 bucket?

To upload a single file to an AWS S3 bucket, you specify the local file path and target your configured 'aws' remote. This transfers the document directly to your specified 'my-bucket' on the cloud.