What problem does it solve? Automating Dropbox file operations from scripts, CI pipelines, or LLM agents normally requires writing custom API integration code and handling OAuth flows. This Skill exposes every common Dropbox operation as a plain CLI command that agents and shell scripts can invoke directly. ## Core Features & Use Cases - File and Folder Management: List, search, upload, download, move, copy, create, and delete files and folders with simple commands. - Sharing and Metadata: Generate permanent share links or temporary 4-hour download URLs, and inspect file metadata or the connected account. - Use Case: In a scheduled GitHub Actions workflow, download a folder of reports as a zip, process it, upload the result back to Dropbox with --overwrite, and post the share link to Slack. ## Quick Start Use the agentio-dropbox skill to list everything in my /Documents folder and download the latest report as a zip archive.