rclone

Upload, sync, and list files across cloud storage providers using rclone CLI.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/JimmyChen-NXP/zephyr-team-activity-dashboard --skill rclone-jimmychen-nxp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rclone
Source: https://github.com/JimmyChen-NXP/zephyr-team-activity-dashboard/tree/main/.github/skills/rclone
Command: npx skills add https://github.com/JimmyChen-NXP/zephyr-team-activity-dashboard --skill rclone-jimmychen-nxp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of uploading, syncing, and managing files across various cloud storage providers, eliminating the need for multiple complex interfaces.

Core Features & Use Cases

  • File Transfer: Upload single files or entire directories to cloud storage.
  • Synchronization: Mirror local directories to cloud storage, ensuring consistency.
  • Cloud Management: List remote contents and check file integrity.
  • Use Case: You need to back up your project's assets (images, videos, documents) from your local machine to Cloudflare R2. This Skill can efficiently sync your local assets folder to your R2 bucket.

Quick Start

Use the rclone skill to upload the local folder '/path/to/my/project' to the 'my-bucket' 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?

To sync a local directory to cloud storage, you can mirror your local folder path directly to a configured remote bucket. This synchronization ensures consistency by matching the local directory structure to the cloud provider.

Can I upload files to Cloudflare R2 using rclone?

Yes, you can upload files and directories directly to Cloudflare R2. The Skill facilitates file management operations across diverse cloud storage providers including R2, S3, Backblaze B2, Google Drive, and Dropbox.

Do I need to install rclone separately to manage cloud files?

Yes, you need the rclone command-line tool installed and configured with the necessary remote credentials on your local machine before using this Skill to manage cloud files.

What is the best way to back up project assets to S3?

The best way to back up project assets to S3 is using a command-line file transfer tool to sync your entire local assets folder directly to the S3 bucket, ensuring consistent cloud backup.

Does this Skill work with Backblaze B2 and Dropbox?

Yes, this Skill works with Backblaze B2 and Dropbox. It facilitates file management operations across diverse cloud storage services including these specific providers.