<< All versions
Skill v1.0.0
Trusted Publisher100/100openai/plugins/organize-dropbox-folder
──Details
PublishedAugust 26, 2026 at 04:32 AM
Content Hashsha256:b108a97c23eeea68...
Git SHA
──Files
Files (1 file, 2.5 KB)
SKILL.md2.5 KBactive
SKILL.md · 76 lines · 2.5 KB
version: "1.0.0" name: organize-dropbox-folder description: 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.
Organize Dropbox Folder
Use this skill to safely organize Dropbox content through folder creation, copying, and moving.
Tools
list_foldersearchget_file_metadatacreate_foldercopymovecheck_job_status
Workflow
- Understand the desired organization goal and target scope.
- Use
list_folderorsearchto inventory the relevant content. - Use
get_file_metadatafor items that may be moved or copied. - Draft a proposed change plan before any mutation.
- If needed, create destination folders with
create_folderafter confirmation. - Use
copywhen preserving the original location matters or when the user says copy/duplicate. - Use
moveonly when the user explicitly wants content relocated or archived. - Use
check_job_statusfor any asynchronous copy or move job until it completes or must be reported as pending. - After changes, summarize all created, copied, moved, and pending paths.
Confirmation Required
Before any mutation, confirm:
- Source paths
- Destination paths
- Whether the operation is copy or move
- Whether destination folders should be created
- Expected result after the operation
Output
Before mutation, present a plan:
- Folders to create
- Files or folders to copy
- Files or folders to move
- Items that need clarification
After mutation, report:
- Successfully created folders
- Successfully copied items
- Successfully moved items
- Pending jobs and current status when relevant
- Any failures or skipped items
Safety
Prefer copy over move when the user intent is ambiguous. Do not move shared folders or high-level team folders without extra confirmation. Do not delete anything; use clean-up-dropbox-content only when deletion is explicitly requested.
Good Triggers
- "Organize these files into folders by client."
- "Archive last year's project folder."
- "Copy these assets into the launch folder."
- "Move all final PDFs into the Final folder."
Do Not Use When
- The user only wants to search or inspect content. Use
find-dropbox-contentorinspect-dropbox-file. - The user asks to delete content. Use
clean-up-dropbox-content. - The user asks to restore content. Explain that recovery is unavailable until the Dropbox restore tool is exposed.