Agent Plugins Marketplace
All plugins

dropbox

v5.0.1

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.

Codex6 Skills1 MCP serverStreamable HTTP

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add dropbox@agent-plugin-marketplace

Paste 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/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/dropbox/.

Plugin files

plugins/dropbox/
├── .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-contentskills/clean-up-dropbox-content/SKILL.md

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.

collect-files-with-requestskills/collect-files-with-request/SKILL.md

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-contentskills/find-dropbox-content/SKILL.md

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-dropbox-fileskills/inspect-dropbox-file/SKILL.md

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-folderskills/organize-dropbox-folder/SKILL.md

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-contentskills/share-dropbox-content/SKILL.md

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

dropboxStreamable HTTP
url
https://mcp.dropbox.com/mcp

Plugin manifests1

plugins/dropbox/.codex-plugin/plugin.json
{
  "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"
}

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)