🔍find-dropbox-content
- プラグイン
- dropbox
- ソース
- GitHub で見る ↗
説明
Dropboxのファイルやフォルダの中から、ユーザーのリクエストに関連するものを検索します。 次のような場合に使用: ユーザーがDropboxの検索、ドキュメントの検索、最近のファイルの特定、フォルダの閲覧、関連するソースファイルの候補の絞り込み、またはコンテンツの読み取り・共有・整理・復元を行う前に保存場所を特定したい場合。
原文を表示
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.
ユースケース
- ✓Dropboxファイルを検索する
- ✓ドキュメントを検索する
- ✓最近のファイルを特定する
- ✓フォルダを閲覧する
- ✓ファイルの保存場所を特定する
本文(日本語訳)
Dropbox コンテンツの検索
次のような場合に使用: 何も変更せずに、Dropbox 内の関連ファイルやフォルダを見つけたいとき。
ツール
searchlist_folderget_file_metadata
ワークフロー
- ユーザーのリクエストが広範すぎて対応できない場合に限り、検索対象を明確にする。
- 幅広いキーワード・タイトル・ファイル種別・自然言語による検索には
searchを使用する。 searchがカーソルを返し、さらに結果が必要な場合は、カーソルのみを使ってsearchを続行する。- ユーザーがフォルダ名を指定した場合、または特定の場所を閲覧したい場合は、
recursive=falseを指定してlist_folderを使用する。 list_folderがカーソルを返し、さらにフォルダの結果が必要な場合は、カーソルのみを使ってlist_folderを続行する。- 最終的な候補として提示する前に、有力な候補ファイルに対して
get_file_metadataを使用する。
出力
最も適合度の高い結果から順に返す。各結果には以下を含める:
- 名前
- オブジェクト種別: ファイルまたはフォルダ
- パスまたは安定した識別子
- 利用可能な場合は更新日時
- リクエストに合致した理由
- 曖昧な点や信頼度に関する注意事項
安全性
コンテンツの作成・コピー・移動・削除・復元・ダウンロード・共有は行わない。 コンテンツの検索後にユーザーがこれらの操作を求めた場合は、該当する Dropbox スキルに切り替える。
使用が適しているトリガーの例
- 「Dropbox の Q4 計画資料を見つけて」
- 「Dropbox でオンボーディング関連のドキュメントを検索して」
- 「このフォルダにあるファイルは何?」
- 「ローンチ計画に関する最近の PDF を見つけて」
- 「顧客との契約書はどこにある?」
次のような場合には使用しない
- ユーザーがすでに特定のファイルを指定しており、その内容を確認したい場合。
inspect-dropbox-fileを使用する。 - ユーザーが明示的に共有リンクの作成を求めている場合。
share-dropbox-contentを使用する。 - ユーザーが閲覧者の追加や特定の宛先への直接共有を求めている場合。必要な MCP ツールが公開されるまで、宛先を指定した共有は利用できない旨を説明する。
- ユーザーがコンテンツの復元・回復を求めている場合。Dropbox の復元ツールが公開されるまで、回復機能は利用できない旨を説明する。
原文(English)を表示
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.
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。