Use this skill when the user wants to manage Dropbox files, upload/download files, or access Dropbox from the command line.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-83edf74b)More formats (shields.io, HTML) on the badges page.
---
name: dbxcli
description: Use this skill when the user wants to manage Dropbox files, upload/download files, or access Dropbox from the command line.
---
# dbxcli Plugin
A command line client for Dropbox. Manage Dropbox files and folders directly from the terminal with upload, download, and sync capabilities.
## Commands
### File Management
- `dbxcli file list` — List Dropbox files
- `dbxcli file upload` — Upload file to Dropbox
- `dbxcli file download` — Download file from Dropbox
### Utility
- `dbxcli _ _` — Passthrough to dbxcli CLI
## Usage Examples
- "List Dropbox files"
- "Upload file to Dropbox"
- "Download from Dropbox"
- "Manage Dropbox from terminal"
## Installation
```bash
brew install dbxcli
```
Or via Go:
```bash
go install github.com/dropbox/dbxcli/cmd/dbxcli@latest
```
Requires Dropbox authentication.
## Examples
```bash
# List root directory
dbxcli ls
# List specific folder
dbxcli ls /Documents
# Long format
dbxcli ls --long
# Upload file
dbxcli upload myfile.txt /Documents/
# Download file
dbxcli get /Documents/file.txt ./local-file.txt
# Any dbxcli command with passthrough
dbxcli _ _ ls --recursive
dbxcli _ _ upload photo.jpg /Photos/
dbxcli _ _ get /file.txt ./file.txt
```
## Key Features
- **Upload** - File upload
- **Download** - File download
- **List** - Directory listing
- **Sync** - File sync
- **Dropbox** - Dropbox integration
- **Cloud** - Cloud storage
- **Auth** - OAuth authentication
- **Files** - File management
- **Folders** - Folder management
- **CLI** - Command line native
## Notes
- Official Dropbox CLI
- Requires OAuth setup
- Great for Dropbox automation
- Supports batch operations
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!