rclone

Transfer and sync files across cloud storage services using rclone.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/hackefeller/ghostwire --skill rclone-hackefeller
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rclone
Source: https://github.com/hackefeller/ghostwire/tree/main/.github/skills/rclone
Command: npx skills add https://github.com/hackefeller/ghostwire --skill rclone-hackefeller

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes 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 management accessible.

Core Features & Use Cases

  • File Uploads: Transfer individual files or entire directories to cloud buckets.
  • Directory Syncing: Mirror local directories to cloud storage or vice-versa, ensuring data consistency.
  • Cloud Storage Management: List, check, and verify files stored in S3, R2, B2, Google Drive, Dropbox, and more.
  • Use Case: Uploading a batch of product images to Cloudflare R2 for a website, or syncing a local project folder to Backblaze B2 for backup.

Quick Start

Use the rclone skill to upload the local directory '~/my-project-files' to the 'my-bucket' bucket on my-remote.

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 S3 or R2?

Rclone directory syncing mirrors local folders to cloud storage providers like S3, R2, B2, Google Drive, and Dropbox, ensuring remote files exactly match the local source to maintain data consistency.

Can I use rclone to manage files across multiple cloud providers?

Yes, rclone supports file management across diverse cloud providers. It works with AWS S3, Cloudflare R2, Backblaze B2, Google Drive, and Dropbox for transferring, listing, and verifying remote files.

What is the best way to upload a batch of files to Backblaze B2?

The best way to upload a batch of files to Backblaze B2 is using directory syncing or individual file transfers via rclone. This directly uploads your local project folders to B2 for reliable data backup.

Do I need to configure remote credentials before uploading files to cloud storage?

Yes, you must configure remote credentials before uploading files to cloud storage. Rclone requires proper installation and authentication setup for each specific cloud provider to access your buckets.

Does rclone support listing and verifying files stored in Google Drive?

Yes, rclone supports listing and verifying files stored in Google Drive. You can check and manage remote files to ensure your cloud storage objects are correctly uploaded and synchronized.

What are the limitations of using command line tools for cloud storage management?

Command line cloud storage management requires manual execution and lacks a graphical interface. Users must install rclone, configure provider credentials, and input exact command syntax for every file transfer or sync operation.