organize-dropbox-folder

Organize Dropbox files by creating folders, copying, and moving content into structured layouts.

5.3k|765|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/openai/plugins --skill organize-dropbox-folder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: organize-dropbox-folder
Source: https://github.com/openai/plugins/tree/main/plugins/dropbox/skills/organize-dropbox-folder
Command: npx skills add https://github.com/openai/plugins --skill organize-dropbox-folder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dropbox accounts accumulate scattered files and folders over time, and manually restructuring them is slow and error-prone. This Skill plans and executes safe reorganization of Dropbox content with confirmation before any change.

Core Features & Use Cases

  • Folder Creation: Create destination folders to establish a cleaner directory structure.
  • Copy and Move Operations: Copy content when originals must be preserved, or move content when archiving or consolidating.
  • Async Job Tracking: Monitor long-running copy or move jobs with status checks until completion.
  • Use Case: A user asks to archive last year's project folder and move all final PDFs into a Final folder. The Skill inventories the content, proposes a plan, confirms it, then executes and reports the results.

Quick Start

Organize my Dropbox project files into folders by client and move all final PDFs into the Final folder.

Frequently Asked Questions about organize-dropbox-folder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I organize Dropbox files into folders automatically?

Use this Skill to inventory your Dropbox content with list_folder or search, then it drafts a reorganization plan for your confirmation. After approval, it creates destination folders and copies or moves files into the new structure.

How to move files between Dropbox folders safely?

The Skill confirms source paths, destination paths, and whether the operation is a copy or move before any mutation. It prefers copy over move when intent is ambiguous and never deletes content during reorganization.

Can I copy Dropbox folders instead of moving them?

Yes, the copy operation preserves the original location while duplicating content to a new destination. Use copy when the user says copy or duplicate, or when preserving the original folder structure matters.

What happens with long-running Dropbox copy or move jobs?

Asynchronous copy and move operations return a job that the Skill tracks with check_job_status. It polls until the job completes or reports the job as pending with its current status in the final summary.

When should I not use Dropbox folder organization?

Do not use it for search-only or inspection tasks, which belong to find-dropbox-content or inspect-dropbox-file. Deletion requests go to clean-up-dropbox-content, and restore operations are unavailable until a Dropbox restore tool is exposed.