dropbox
v5.0.1The Dropbox plugin for ChatGPT connects your Dropbox files directly to ChatGPT. You can access files, save ChatGPT-generated content to Dropbox, and create sharing links without switching tools. Everything respects your existing Dropbox permissions, and ChatGPT only works with files you already have access to.
By Dropbox5.2k GitHub starsUpdated 8 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 7 skill or MCP entries
- Source updated
- Aug 26, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add dropbox@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/openai/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/dropbox/.
Plugin files
├── .codex-plugin/plugin.json├── skills/clean-up-dropbox-content/SKILL.md├── skills/collect-files-with-request/SKILL.md├── skills/find-dropbox-content/SKILL.md├── skills/inspect-dropbox-file/SKILL.md├── skills/organize-dropbox-folder/SKILL.md├── skills/share-dropbox-content/SKILL.md└── .mcp.json
Included Skills6
Clean up Dropbox content by identifying obsolete, duplicate, temporary, or unwanted files and deleting only after explicit review. Use when the user explicitly asks to delete, remove, or clean up Dropbox files or folders.
Create, inspect, and manage Dropbox file requests for collecting uploads from other people. Use when the user asks to collect files, request uploads, create an upload portal, check a file request, or list existing file requests.
Find Dropbox files and folders relevant to a user request. Use when the user asks to search Dropbox, find a document, locate recent files, browse a folder, identify likely source files, or narrow down where content lives before reading, sharing, organizing, or restoring it.
Inspect a Dropbox file or folder by checking metadata, shared links, and file content when needed. Use when the user asks what a file is, whether it is shared, when it changed, what access links exist, or asks to read/analyze a Dropbox file.
Organize Dropbox files and folders by creating folders, copying content, or moving content into a cleaner structure. Use when the user asks to organize, archive, consolidate, restructure, copy, or move Dropbox content.
Share Dropbox files or folders by creating shared links, inspecting existing shared links, or explaining current shared-link state. Use only when the user explicitly asks to create a shared link, check access, or inspect a Dropbox shared link.
MCP servers1
- url
- https://mcp.dropbox.com/mcp
Plugin manifests1
{
"apps": "./.app.json",
"author": {
"name": "Dropbox"
},
"description": "The Dropbox plugin for ChatGPT connects your Dropbox files directly to ChatGPT. You can access files, save ChatGPT-generated content to Dropbox, and create sharing links without switching tools. Everything respects your existing Dropbox permissions, and ChatGPT only works with files you already have access to.",
"interface": {
"capabilities": [],
"category": "Productivity",
"defaultPrompt": [
"save this proposal to my Dropbox",
"can you show me my vacation photo?",
"can you generate a Dropbox shareable link for this PDF?"
],
"developerName": "Dropbox",
"displayName": "Dropbox",
"logo": "./assets/logo.png",
"logoDark": "./assets/logo-dark.png",
"longDescription": "The Dropbox plugin for ChatGPT connects your Dropbox files directly to ChatGPT. You can access files, save ChatGPT-generated content to Dropbox, and create sharing links without switching tools. Everything respects your existing Dropbox permissions, and ChatGPT only works with files you already have access to.",
"privacyPolicyURL": "https://www.dropbox.com/privacy",
"screenshots": [
"./assets/screenshot-1.png",
"./assets/screenshot-2.png",
"./assets/screenshot-3.png"
],
"shortDescription": "Access, save and share files",
"supportURL": "https://www.dropbox.com/get_help",
"termsOfServiceURL": "https://www.dropbox.com/terms",
"websiteURL": "https://www.dropbox.com"
},
"mcpServers": "./.mcp.json",
"name": "dropbox",
"skills": "./skills",
"version": "5.0.1"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[dropbox on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dropbox)