dropbox
Installation
Summary
Cloud file storage and sharing with account management, file operations, and shared link controls.
- Covers 15+ actions including file/folder operations (create, move, copy, delete), metadata retrieval, search, and revision history
- Shared link management: create, list, and revoke links; generate temporary download links
- Account introspection: retrieve current user info and storage space usage
- Membrane CLI handles authentication and credential refresh automatically; supports both interactive and headless setup flows
- Proxy access to the full Dropbox API when pre-built actions don't cover your use case
SKILL.md
Dropbox
Dropbox is a file hosting service that provides cloud storage, file synchronization, personal cloud, and client software. It is commonly used by individuals and teams to store and share files, documents, and other data across multiple devices.
Official docs: https://developers.dropbox.com/
Dropbox Overview
- Files
- Shared Links
- Folders
Use action names and parameters as needed.
Working with Dropbox
This skill uses the Membrane CLI to interact with Dropbox. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Install the CLI
Related skills