From 9ead327f68524442b72bdb31e17616badedef137 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Wed, 24 Jun 2026 19:01:39 -0500 Subject: [PATCH] Add dropbox plugin (#3323) --- .claude-plugin/marketplace.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index a6d8eb2..f80e061 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1167,6 +1167,22 @@ }, "homepage": "https://www.domino.ai" }, + { + "name": "dropbox", + "description": "The Dropbox plugin for Claude connects your Dropbox files directly to Claude, so you can search, organize, save generated content, and create sharing links without switching tools. It respects your existing Dropbox permissions, and Claude only works with files you already have access to.", + "author": { + "name": "Dropbox" + }, + "category": "productivity", + "source": { + "source": "git-subdir", + "url": "https://github.com/dropbox/dropbox-ai-plugins.git", + "path": "claude", + "ref": "main", + "sha": "2f9c81a5d012cc9c389132331a93f4ade06a97a9" + }, + "homepage": "https://www.dropbox.com" + }, { "name": "duckdb-skills", "description": "DuckDB-powered skills for Claude Code: read any data file, attach and query DuckDB databases, search DuckDB/DuckLake docs, search past session logs, and install/update DuckDB extensions.",