rclone

Automate file uploads and syncs to S3-compatible cloud storage via rclone.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the challenge of manually uploading, syncing, and managing files across various cloud storage platforms. It automates the process, making file management more efficient.

Core Features & Use Cases

  • File Uploads and Syncs: Simplify the process of transferring files to S3, Cloudflare R2, Backblaze B2, Google Drive, Dropbox, and other S3-compatible services.
  • Task Triggering: Automated tasks based on specified triggers such as "upload to S3", "sync to cloud", or "backup files".
  • Use Case: Ideal for users who need to regularly upload media files or documents to their cloud storage or perform cloud-to-cloud synchronization tasks.

Quick Start

To upload the current directory to S3 using rclone, simply use the command: rclone sync . s3:bucket_name

Frequently Asked Questions about rclone

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

FAQPage Schema
How do I automate file uploads to S3-compatible cloud storage?

You can automate file uploads to S3-compatible cloud storage by triggering sync tasks that transfer local directories to remote S3 servers without manual intervention.

Can I sync files between local storage and Backblaze B2 or Cloudflare R2?

Yes, you can sync files between local storage and Backblaze B2 or Cloudflare R2. The tool supports various S3-compatible platforms, simplifying cloud synchronization tasks for your documents and media.

What is the best way to perform cloud-to-cloud synchronization across multiple providers?

Cloud-to-cloud synchronization across multiple providers is handled by automating file transfers between platforms like Google Drive, Dropbox, and S3-compatible services, streamlining management across various cloud storage environments.

Does this file sync approach work with Google Drive and Dropbox?

Yes, this file sync approach works with Google Drive and Dropbox. It supports various cloud storage platforms, allowing you to regularly upload media files and documents or perform cloud synchronization tasks.

How do I upload the current directory to an S3 bucket using rclone?

Upload the current directory to an S3 bucket using the command `rclone sync . s3:bucket_name`. This command syncs your local files directly to the specified remote S3 server.