Dropbox
Agent-callable Dropbox tools: upload, organize, search, and share files
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 17, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 9ff560b
npm install --omit=dev then node cli.js listed all 21 documented Dropbox tools, and a getCurrentAccount call reached the live Dropbox API and returned a genuine 401 invalid_access_token with a real x-dropbox-request-id, so the plumbing works end to end. The verdict is setup rather than pass only because a real file task (upload/share/list) needs a Dropbox OAuth token, which is a login wall, so the no-skill baseline delta could not be measured.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 5/10
- Docs & honesty 5/5
What Dropbox does
An unofficial agent connector exposing 21 Dropbox tools to upload, move, copy, search, read, and share files and folders, plus manage shared-folder membership and file requests. Triggers when the user wants to manage cloud files, including requests that don't name Dropbox, e.g. 'save this report to my cloud storage'. Requires a Dropbox OAuth token or Zapier connection.
How to install Dropbox
git clone https://github.com/zapier/connectors
mkdir -p ~/.claude/skills
cd connectors && cp -r apps/dropbox ~/.claude/skills/dropbox
# then, in the skill dir, before running the CLI: npm install --omit=dev
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Dropbox
-
/dropboxAgent-callable Dropbox tools: upload, organize, search, and share files
It also activates on plain-language prompts like these:
-
Upload this quarterly report to my cloud storage folder -
Share this project folder with my teammate on Dropbox -
Search my Dropbox for last month's client invoices
Frequently asked questions
- Is the Dropbox skill free?
- Yes. The skill itself is free from zapier/connectors. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Dropbox work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Works with setup. npm install --omit=dev then node cli.js listed all 21 documented Dropbox tools, and a getCurrentAccount call reached the live Dropbox API and returned a genuine 401 invalid_access_token with a real x-dropbox-request-id, so the plumbing works end to end. The verdict is setup rather than pass only because a real file task (upload/share/list) needs a Dropbox OAuth token, which is a login wall, so the no-skill baseline delta could not be measured.
- What is the Dropbox SkillProof Score?
- 8.0/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 5/10, docs & honesty 5/5.
- How do I install Dropbox?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Dropbox with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.