Dropbox Automation
Automatically organize, rename, and move files to Dropbox folders based on custom rules you define.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add dropbox-automation npx -- -y @trustedskills/dropbox-automation
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"dropbox-automation": {
"command": "npx",
"args": [
"-y",
"@trustedskills/dropbox-automation"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates tasks within your Dropbox account. It allows agents to interact with files and folders, enabling actions like moving files between folders, downloading specific file types, and potentially uploading new content based on instructions. This helps streamline workflows that involve frequent Dropbox interactions.
When to use it
- Automatically move newly uploaded receipts from a "Downloads" folder to an organized "Expenses" folder.
- Download all
.pdffiles containing invoices from a shared Dropbox folder for processing. - Upload images taken with your phone directly into a specific Dropbox album.
- Create a backup of important documents by copying them to another designated Dropbox folder.
Key capabilities
- File and folder manipulation within Dropbox
- Downloading files based on file type
- Uploading files to specified locations
Example prompts
- "Move all new
.jpgphotos from my 'Camera Uploads' folder to the 'Vacation Photos 2024' folder." - "Download all PDF invoices from the shared 'Client Invoices' Dropbox folder."
- "Upload this image to my 'Project Alpha' Dropbox album."
Tips & gotchas
The skill requires proper authentication with your Dropbox account. Ensure you have granted the necessary permissions for the AI agent to access and modify your files.
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.