From dropbox
Clean up Dropbox content by identifying obsolete, duplicate, temporary, or unwanted files and deleting only after explicit review. Use when the user explicitly asks to delete, remove, or clean up Dropbox files or folders.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dropbox:clean-up-dropbox-contentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for careful deletion workflows in Dropbox.
Use this skill for careful deletion workflows in Dropbox.
searchlist_folderget_file_metadatalist_shared_linkscopydeletecheck_job_statussearch or list_folder to identify candidate content.get_file_metadata to verify each deletion candidate.list_shared_links when deleting shared content could affect others.copy, and use check_job_status for any asynchronous copy job until it completes successfully.delete only for the exact confirmed items.check_job_status for any asynchronous copy or deletion job until it completes or must be reported as pending.Before deleting anything, confirm:
Before deletion, present:
After deletion, present:
Never delete based only on a broad pattern like "old files" or "duplicates" without listing exact targets. Never delete a parent folder when the user confirmed only child files. If confidence is not high, stop and ask the user to choose.
organize-dropbox-folder.find-dropbox-content or inspect-dropbox-file.claude plugin install dropbox@claude-plugins-officialCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.