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 内の関連ファイルやフォルダを見つけたいとき。
searchlist_folderget_file_metadatasearch を使用する。search がカーソルを返し、さらに結果が必要な場合は、カーソルのみを使って search を続行する。recursive=false を指定して list_folder を使用する。list_folder がカーソルを返し、さらにフォルダの結果が必要な場合は、カーソルのみを使って list_folder を続行する。get_file_metadata を使用する。最も適合度の高い結果から順に返す。各結果には以下を含める:
コンテンツの作成・コピー・移動・削除・復元・ダウンロード・共有は行わない。 コンテンツの検索後にユーザーがこれらの操作を求めた場合は、該当する Dropbox スキルに切り替える。
inspect-dropbox-file を使用する。share-dropbox-content を使用する。Use this skill to locate relevant Dropbox files and folders without changing anything.
searchlist_folderget_file_metadatasearch for broad keyword, title, file type, or natural-language searches.search returns a cursor and more results are needed, continue with search using the cursor only.list_folder with recursive=false when the user names a folder or wants to browse a location.list_folder returns a cursor and more folder results are needed, continue with list_folder using the cursor only.get_file_metadata for strong candidates before presenting a final recommendation.Return the best matches first. For each result, include:
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.
inspect-dropbox-file.share-dropbox-content.原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。