rclone

Automate cross-provider file transfer and synchronization using rclone.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill simplifies moving and syncing files across cloud storage providers using rclone, reducing manual steps and potential errors in multi-cloud workflows.

Core Features & Use Cases

  • Upload and sync directories and files to any configured remote
  • Mirror local folders to cloud storage and vice versa
  • Centralized setup verification with the included script for installation and connectivity checks

Quick Start

Run the provided rclone-based checks to verify your setup, then perform a test transfer, for example: rclone copy /path/to/file remote:bucket/path/ --progress

Frequently Asked Questions about rclone

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

FAQPage Schema
How do I sync files across cloud storage providers automatically?

To sync files across cloud storage providers automatically, you can use rclone to mirror directories between S3-compatible remotes and local folders, applying flags like --progress and --dry-run for controlled transfers.

Does this skill support migrating data to S3-compatible remotes?

Yes, this skill supports migrating data to S3-compatible remotes. It handles cross-provider file transfers for backup and archival workflows by running rclone copy and sync commands against your configured remote storage targets.

What's the best way to verify rclone installation and remote connectivity before transferring files?

The best way to verify rclone installation and remote connectivity is to run the included setup check script. This centralized script tests your environment to ensure the rclone binary is installed and your cloud storage remotes are properly configured.

Can I use rclone to mirror local folders to cloud storage and vice versa?

Yes, you can use rclone to mirror local folders to cloud storage and vice versa. The skill automates bidirectional synchronization and uploads for multi-cloud workflows, reducing manual steps and potential transfer errors.

How do I perform a test transfer to a remote bucket without committing changes?

To perform a test transfer to a remote bucket without committing changes, run a rclone copy command with the --dry-run flag. This simulates the file transfer process against your configured remote, showing what would happen without modifying data.

Do I need to configure remote storage before running rclone sync commands?

Yes, you need to configure remote storage before running rclone sync commands. The skill requires basic remote configuration for your cloud providers and the rclone binary installed locally to execute cross-provider file transfers successfully.