dropbox-automation

Automate Dropbox file management via Composio's Rube MCP.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/dr-code/beacon --skill dropbox-automation-dr-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dropbox-automation
Source: https://github.com/dr-code/beacon/tree/main/plugins/all-skills/skills/dropbox-automation
Command: npx skills add https://github.com/dr-code/beacon --skill dropbox-automation-dr-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes manual effort and error-prone steps when managing files in Dropbox by centralizing search, uploads, downloads, sharing, folder operations, and batch workflows through Composio's Rube MCP.

Core Features & Use Cases

  • Search & Resolve: Query files and folders by name, content, or filters then validate canonical paths with metadata lookups.
  • Transfer & Export: Upload, download, save-from-URL, export non-downloadable docs, and download folders as zip with async job handling.
  • Sharing & Permissions: Create, reuse, and manage shared links and shared folder listings while avoiding duplicates and handling password-protected links.
  • Folder & Batch Management: Create, move, copy, and delete single or batch entries with polling for asynchronous jobs and robust pagination handling.
  • Use Case: Find all PDFs modified in the last week, download them, and create shareable links for a project folder while respecting rate limits and async job constraints.

Quick Start

Connect Rube MCP, ensure an ACTIVE Dropbox toolkit connection, upload report.pdf to /Shared/Reports, and return the shareable link.

Frequently Asked Questions about dropbox-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Dropbox file search and download workflows?

Automating Dropbox file search and download workflows is handled by querying files and folders by name or filters, then downloading them while respecting rate limits and async job constraints. The Skill centralizes these operations through Composio's Rube MCP integration.

Can I create and manage shared links for Dropbox folders in bulk?

Yes, creating and managing shared links for Dropbox folders is supported. You can create, reuse, and manage shared links while avoiding duplicates and handling password-protected links through Composio's Rube MCP.

Does Dropbox automation work with Composio's Rube MCP?

Dropbox automation works with Composio's Rube MCP by requiring an active Dropbox toolkit connection via RUBE_MANAGE_CONNECTIONS. You must establish this connection before performing any file management, sharing, or batch operations.

How do I download non-downloadable Dropbox documents?

Downloading non-downloadable Dropbox documents is achieved through the export functionality provided by the Skill. This allows you to export restricted docs and download entire folders as zip files with async job handling.

What are the limitations of batch file operations in Dropbox?

Limitations of batch file operations in Dropbox include adhering to canonical paths, handling cursor-based pagination, and managing asynchronous jobs via polling. You must also respect permission checks and rate limits during large transfers.

How to upload files to Dropbox from a URL automatically?

Uploading files to Dropbox from a URL automatically is executed using the save-from-URL feature. This transfers remote files directly to your connected Dropbox account without requiring manual downloads.