Dropboxのファイルとフォルダを整理します。フォルダの作成、内容のコピー、内容の移動などを通じて、より整った構造に再編成できます。 次のような場合に使用: - ユーザーが Dropbox の内容を整理、アーカイブ(保存用に分類)、統合、再構成、コピー、または移動するよう求めた場合
Organize Dropbox files and folders by creating folders, copying content, or moving content into a cleaner structure. Use when the user asks to organize, archive, consolidate, restructure, copy, or move Dropbox content.
次のような場合に使用: フォルダの作成・コピー・移動を通じて、Dropbox のコンテンツを安全に整理したいとき。
list_foldersearchget_file_metadatacreate_foldercopymovecheck_job_statuslist_folder または search を使用して、関連コンテンツの一覧を取得する。get_file_metadata を使用する。create_folder を使用して移動先フォルダを作成する。copy を使用する。move は、ユーザーがコンテンツの移動またはアーカイブを明示的に求めた場合にのみ使用する。check_job_status を使用して確認する。変更を加える前に、以下を確認すること:
変更前に、以下の計画を提示すること:
変更後に、以下を報告すること:
ユーザーの意図が曖昧な場合は、移動よりもコピーを優先すること。
共有フォルダやチームの上位フォルダを移動する際は、追加の確認なしに実行しないこと。
いかなるものも削除しないこと。削除が明示的に要求された場合にのみ clean-up-dropbox-content を使用すること。
find-dropbox-content または inspect-dropbox-file を使用すること。clean-up-dropbox-content を使用すること。Use this skill to safely organize Dropbox content through folder creation, copying, and moving.
list_foldersearchget_file_metadatacreate_foldercopymovecheck_job_statuslist_folder or search to inventory the relevant content.get_file_metadata for items that may be moved or copied.create_folder after confirmation.copy when preserving the original location matters or when the user says copy/duplicate.move only when the user explicitly wants content relocated or archived.check_job_status for any asynchronous copy or move job until it completes or must be reported as pending.Before any mutation, confirm:
Before mutation, present a plan:
After mutation, report:
Prefer copy over move when the user intent is ambiguous. Do not move shared folders or high-level team folders without extra confirmation. Do not delete anything; use clean-up-dropbox-content only when deletion is explicitly requested.
find-dropbox-content or inspect-dropbox-file.clean-up-dropbox-content.原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。