Upload, sync, and manage files across cloud storage providers using rclone. Use when uploading files (images, videos, documents) to S3, Cloudflare R2,…
rclone File Transfer Skill Setup Check (Always Run First) Before any rclone operation, verify installation and configuration: # Check if rclone is installed command -v rclone >/dev/null 2>&1 && echo "rclone installed: $(rclone version | head -1)" || echo "NOT INSTALLED" # List configured remotes rclone listremotes 2>/dev/null || echo "NO REMOTES CONFIGURED" If rclone is NOT installed Guide the user to install:
don't have the plugin yet? install it then click "run inline in claude" again.