Dropboxのファイルやフォルダの詳細情報を確認できます。メタデータ(ファイルの属性情報)、共有リンク、必要に応じてファイルの内容をチェックします。 **次のような場合に使用:** - ユーザーがファイルが何であるかを確認したいとき - ファイルが共有されているかどうかを知りたいとき - ファイルの更新日時を確認したいとき - アクセスリンク(アクセス可能なリンク)にはどのようなものがあるかを調べたいとき - 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.
次のような場合に使用: DropboxのファイルやフォルダーについてSummarize(要約)、比較、共有、復元、整理を行う前に、その内容を把握したいとき。
get_file_metadatafetchlist_shared_linksget_shared_link_metadatasearchlist_foldersearch または list_folder を使用して候補を絞り込む。get_file_metadata を呼び出す。fetch を使用する。list_shared_links を使用する。レスポンスに has_more が含まれるか、カーソルが返されている間は、共有リンクの一覧取得が完了したと判断せず、引き続き取得を続ける。get_shared_link_metadata を使用する。ユーザーのリクエストに関連する情報のみを要約して提示する。含める内容は以下のとおり:
このワークフローは読み取り専用です。 リンクの作成、共有設定の変更、コピー、移動、削除、コンテンツの復元は行わないでください。 ユーザーがこれらの変更操作を求めた場合は、意図されているアクションを説明したうえで、該当するDropbox skillに切り替えてください。
find-dropbox-content を使用してください。share-dropbox-content を使用してください。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.原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。