upload-to-dropbox

upload-to-dropbox is a skill for Claude Code from dropbox/dropbox-ai-plugins. It costs 50 tokens per session (778 once invoked), scanned A, original, Apache-2.0.

A file-saving skill for Dropbox, an online file-storage service. It handles uploading files or generated content, checking folders and existing filenames, and creating folders when the user confirms.

In plain words
What is it for?
Use it to upload files, save generated content, create Dropbox files or folders, check destinations, and handle filename conflicts.
Why use it?
It prevents saving to an unclear location or unintentionally replacing an existing file. The workflow also makes the destination and filename explicit before upload.

Skill for Claude Code ✓ vendor

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it to upload files, save generated content, create Dropbox files or folders, check destinations, and handle filename conflicts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dropbox/dropbox-ai-plugins/upload-to-dropbox
About the project

Dropbox AI Plugins is a repository of integration files for using Dropbox with Claude, OpenAI Codex, and Cursor through MCP host components, which let coding agents access defined external tools. It is for configuring those agents and managing their Dropbox OAuth authentication scopes. The catalogue entries are the agent-specific plugin artifacts and shared material stored in the repository.

dropbox/dropbox-ai-plugins · 4 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add dropbox/dropbox-ai-plugins --skill upload-to-dropbox
Clone the repo
git clone --depth 1 https://github.com/dropbox/dropbox-ai-plugins

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for upload-to-dropbox

README.md
[![agentmods](https://agentmods.dev/badge/skills/dropbox/dropbox-ai-plugins/upload-to-dropbox/github.svg)](https://agentmods.dev/skills/dropbox/dropbox-ai-plugins/upload-to-dropbox)
Your own site
<a href="https://agentmods.dev/skills/dropbox/dropbox-ai-plugins/upload-to-dropbox"><img src="https://agentmods.dev/badge/skills/dropbox/dropbox-ai-plugins/upload-to-dropbox/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for upload-to-dropbox

Your own site · 80×15
<a href="https://agentmods.dev/skills/dropbox/dropbox-ai-plugins/upload-to-dropbox"><img src="https://agentmods.dev/badge/skills/dropbox/dropbox-ai-plugins/upload-to-dropbox.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 778 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00050 $0.00778
Opus 5 $0.00025 $0.00389
Sonnet 5 $0.00010 $0.00156
Haiku 4.5 $0.00005 $0.00078

Measured today against content hash 30218697f4a7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

upload-to-dropbox scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

codex/skills/upload-to-dropbox/SKILL.md · 85 lines

How it starts

The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Upload to Dropbox

Use this skill to save generated content or upload files to Dropbox.

Tools

  • upload_file
  • create_folder
  • list_folder
  • search
  • get_file_metadata

Workflow

  1. Identify what content needs to be saved or uploaded to Dropbox.
  2. Determine the target destination folder path.
  3. If the destination is ambiguous or not specified, ask the user to confirm the target location.
  4. Use search or list_folder to verify the destination folder exists and is accessible.
  5. If the destination folder does not exist, ask the user whether to create it before proceeding.
  6. Use create_folder only after explicit confirmation when a new folder is needed.
  7. Determine the target filename. If not specified, suggest a descriptive filename with appropriate extension based on content type.
  8. Check if a file with the same name already exists at the destination using get_file_metadata.
  9. If a file exists, ask the user whether to overwrite, create a new version, or use a different filename.
  10. Before calling upload_file, confirm the exact destination path, filename, and content summary with the user.
  11. After successful upload, report the file path and offer to create a shared link if appropriate.

Confirmation Required

Before creating a file, confirm:

  • Exact destination folder path
  • Target filename and extension
  • Content type and summary of what will be saved
  • Handling of naming conflicts if a file already exists
  • Whether the destination folder should be created if it does not exist

Before creating a destination folder, confirm:

  • Exact folder path
  • Whether parent folders already exist
  • That the folder is not a team root or the user's personal root without a child folder

Output

After a successful upload, return:

  • Full file path in Dropbox
  • Filename and file size when available
  • Confirmation that the file was created or updated
  • Whether any folders were created as part of the operation
  • Offer to create a shared link or perform additional actions

Read the full file on GitHub · 85 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 85 lines · 50 tokens per session scan A 30218697f4a7

Subscribe to this mod's changes

upload-to-dropbox is a skill published in the GitHub repository dropbox/dropbox-ai-plugins (4 stars, last pushed today), licensed Apache-2.0. It adds 50 tokens to every session and 778 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-12.