<< All versions
Skill v1.0.0
Trusted Publisher100/100openai/plugins/find-dropbox-content
──Details
PublishedAugust 26, 2026 at 04:32 AM
Content Hashsha256:cc98fa14ee49240a...
Git SHA
──Files
Files (1 file, 2.2 KB)
SKILL.md2.2 KBactive
SKILL.md · 55 lines · 2.2 KB
version: "1.0.0" name: find-dropbox-content description: Find Dropbox files and folders relevant to a user request. Use when the user asks to search Dropbox, find a document, locate recent files, browse a folder, identify likely source files, or narrow down where content lives before reading, sharing, organizing, or restoring it.
Find Dropbox Content
Use this skill to locate relevant Dropbox files and folders without changing anything.
Tools
searchlist_folderget_file_metadata
Workflow
- Clarify the search target only if the user request is too broad to act on.
- Use
searchfor broad keyword, title, file type, or natural-language searches. - When
searchreturns a cursor and more results are needed, continue withsearchusing the cursor only. - Use
list_folderwithrecursive=falsewhen the user names a folder or wants to browse a location. - When
list_folderreturns a cursor and more folder results are needed, continue withlist_folderusing the cursor only. - Use
get_file_metadatafor strong candidates before presenting a final recommendation.
Output
Return the best matches first. For each result, include:
- Name
- Object type: file or folder
- Path or stable identifier
- Modified time when available
- Why it matched the request
- Any ambiguity or confidence caveat
Safety
Do not create, copy, move, delete, restore, download, or share content. If the user asks to take one of those actions after finding content, switch to the relevant Dropbox skill.
Good Triggers
- "Find the Q4 planning deck in Dropbox."
- "Search Dropbox for onboarding docs."
- "What files are in this folder?"
- "Find recent PDFs about the launch plan."
- "Where is the customer contract?"
Do Not Use When
- The user already provided an exact file and wants its content inspected. Use
inspect-dropbox-file. - The user explicitly asks to create a shared link. Use
share-dropbox-content. - The user asks to add viewers or share directly with named recipients. Explain that recipient-sharing is unavailable until the required MCP tools are exposed.
- The user asks to restore or recover content. Explain that recovery is unavailable until the Dropbox restore tool is exposed.