Rclone
Rclone enables secure, efficient file syncing and sharing across various cloud storage services and local devices, streamlining data management.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add rclone npx -- -y @trustedskills/rclone
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"rclone": {
"command": "npx",
"args": [
"-y",
"@trustedskills/rclone"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The rclone skill enables AI agents to interact with cloud storage services. It allows agents to upload, download, synchronize, and manage files across various providers like Amazon S3, Google Drive, Microsoft OneDrive, and many others. This skill provides a powerful way for agents to automate file management tasks and access data stored in the cloud.
When to use it
- Automated backups: Schedule regular backups of local directories to cloud storage.
- File synchronization: Keep files consistent between multiple devices or locations by synchronizing them with a cloud service.
- Data migration: Move large datasets from one cloud provider to another.
- Remote file access: Provide agents with the ability to retrieve and process files stored remotely in the cloud.
Key capabilities
- Support for numerous cloud storage providers.
- File uploading and downloading.
- Directory synchronization.
- File management (copy, move, delete).
Example prompts
- "Upload this directory
/path/to/local/filesto my Google Drive." - "Sync the
documentsfolder with my Dropbox account." - “Download all files from S3 bucket ‘my-bucket’ into a local directory.”
Tips & gotchas
- You will need to configure rclone with your cloud storage credentials before using this skill. This typically involves running
rclone config.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.