Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"owner": {
"name": "Dropbox"
},
"description": "Official Dropbox CLI plugin for Claude Code",
"description": "Official Dropbox CLI plugin. Upload/download files, manage shared links, search content, and automate team workflows.",
"plugins": [
{
"name": "dbxcli",
"version": "1.0.0",
"source": "./plugin/claude",
"description": "Safely operate Dropbox through locally installed dbxcli CLI"
"description": "Upload/download files, manage shared links, search content, and automate team workflows through locally installed dbxcli with schema-backed JSON contracts"
}
]
}
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,15 @@ cd dbxcli
go build .
```

### Claude Code plugin

```sh
/plugin marketplace add Dropbox/dbxcli
/plugin install dbxcli@dbxcli
```

Then use the `/dbxcli` skill to work with Dropbox from Claude Code.

## Support posture

`dbxcli` is maintained in the Dropbox GitHub organization by Dropbox engineers,
Expand Down
6 changes: 3 additions & 3 deletions plugin/claude/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "dbxcli",
"displayName": "dbxcli",
"description": "Safely operate Dropbox through a locally installed dbxcli CLI, using its JSON manifest and schema-backed machine contract.",
"version": "0.1.0",
"description": "Official Dropbox CLI plugin. Upload/download files, manage shared links, search content, and automate team workflows through locally installed dbxcli with schema-backed JSON contracts.",
"version": "1.0.0",
"author": {
"name": "Dropbox"
},
"repository": "https://github.com/dropbox/dbxcli",
"license": "Apache-2.0",
"keywords": ["dropbox", "cli", "files", "cloud-storage"],
"keywords": ["dropbox", "cli", "files", "cloud-storage", "automation", "file-management", "shared-links", "team", "json"],
"defaultEnabled": true
}