From dropbox
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dropbox:organize-dropbox-folderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to safely organize Dropbox content through folder creation, copying, and moving.
Use this skill to safely organize Dropbox content through folder creation, copying, and moving.
list_foldersearchget_file_metadatacreate_foldercopymovecheck_job_statuslist_folder or search to inventory the relevant content.get_file_metadata for items that may be moved or copied.create_folder after confirmation.copy when preserving the original location matters or when the user says copy/duplicate.move only when the user explicitly wants content relocated or archived.check_job_status for any asynchronous copy or move job until it completes or must be reported as pending.Before any mutation, confirm:
Before mutation, present a plan:
After mutation, report:
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.
find-dropbox-content or inspect-dropbox-file.clean-up-dropbox-content.npx claudepluginhub ai-integr8tor/anthropics-knowledge-work-plugins --plugin dropboxSets up isolated workspaces using native worktree tools or git worktree fallback. Use before starting feature work to protect the current branch.