From dropbox
Inspect a Dropbox file or folder by checking metadata, shared links, and file content when needed. Use when the user asks what a file is, whether it is shared, when it changed, what access links exist, or asks to read/analyze a Dropbox file.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dropbox:inspect-dropbox-fileThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to understand a Dropbox file or folder before summarizing, comparing, sharing, restoring, or organizing it.
Use this skill to understand a Dropbox file or folder before summarizing, comparing, sharing, restoring, or organizing it.
get_file_metadatafetchlist_shared_linksget_shared_link_metadatasearchlist_foldersearch or list_folder to find likely matches.get_file_metadata for the chosen item.fetch for files.list_shared_links; continue while the response indicates has_more or returns a cursor before claiming the shared-link listing is complete.get_shared_link_metadata.Summarize only the details relevant to the user request. Include:
This is a read-only workflow. Do not create links, change sharing, copy, move, delete, or restore content. If the user asks for a mutation, explain the intended action and switch to the relevant Dropbox skill.
find-dropbox-content.share-dropbox-content.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.