Upload, sync, and manage files across cloud storage providers using rclone. Use when uploading files (images, videos, documents) to S3, Cloudflare R2, Backblaze B2, Google Drive, Dropbox, or any S3-compatible storage. Triggers on "upload to S3", "sync to cloud", "rclone", "backup files", "upload video/image to bucket", or requests to transfer files to remote storage.
Installation
SKILL.md
| AWS S3 | s3 | accesskeyid, secretaccesskey, region | | Cloudflare R2 | s3 | accesskeyid, secretaccesskey, endpoint (accountid.r2.cloudflarestorage.com) | | Backblaze B2 | b2 | account (keyID), key (applicationKey) | | DigitalOcean Spaces | s3 | accesskeyid, secretaccesskey, endpoint (region.digitaloceanspaces.com) |
| Google Drive | drive | OAuth flow (opens browser) | | Dropbox | dropbox | OAuth flow (opens browser) |
| --progress | Show transfer progress | | --dry-run | Preview without transferring | | -v | Verbose output | | --transfers=N | Parallel transfers (default 4) | | --bwlimit=RATE | Bandwidth limit (e.g., 10M) | | --checksum | Compare by checksum, not size/time | | --exclude=".tmp" | Exclude patterns | | --include=".mp4" | Include only matching |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/everyinc/compound-engineering-plugin --skill rclone- Category
- *Creative Media
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is rclone?
Upload, sync, and manage files across cloud storage providers using rclone. Use when uploading files (images, videos, documents) to S3, Cloudflare R2, Backblaze B2, Google Drive, Dropbox, or any S3-compatible storage. Triggers on "upload to S3", "sync to cloud", "rclone", "backup files", "upload video/image to bucket", or requests to transfer files to remote storage. Source: everyinc/compound-engineering-plugin.
How do I install rclone?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/everyinc/compound-engineering-plugin --skill rclone Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/everyinc/compound-engineering-plugin
Details
- Category
- *Creative Media
- Source
- skills.sh
- First Seen
- 2026-02-05