Dropboxのファイルリクエスト(他のユーザーからのアップロードを集めるための機能)を作成・確認・管理します。 次のような場合に使用: ユーザーがファイルを集めたい、アップロードをリクエストしたい、アップロード用ポータルを作成したい、ファイルリクエストの状態を確認したい、または既存のファイルリクエスト一覧を表示してほしいと述べたとき。
Create, inspect, and manage Dropbox file requests for collecting uploads from other people. Use when the user asks to collect files, request uploads, create an upload portal, check a file request, or list existing file requests.
Dropbox のファイルリクエスト機能を通じて、他のユーザーからファイルを収集する際に使用するスキルです。
create_file_requestget_file_requestlist_file_requestscreate_folderget_file_metadatalist_folder/ のようなチームルートや、/氏名 のようなユーザーの個人ルートをアップロード先に使用しないこと。Dropbox のファイルリクエストでは、/氏名/Invoices のように、それらの配下にある子フォルダーをアップロード先に指定する必要がある。create_folder を使用する。create_file_request を呼び出す前に、タイトル・アップロード先フォルダー・締め切り(設定する場合)・リクエストをオープンにするかクローズにするか(該当オプションが利用可能な場合)をユーザーに確認する。get_file_request を使用する。list_file_requests を使用する。ファイルリクエストを作成する前に、以下を確認すること:
アップロード先フォルダーを作成する前に、以下を確認すること:
/ など)またはユーザーの個人ルートではないこと以下の情報を返すこと:
明示的な確認なしにフォルダーやファイルリクエストを作成しないこと。アップロードされたファイルが非公開であることや、誰かによってレビューされることを前提にせず、アップロード先の場所とアクセスに関する影響を明確に説明すること。Dropbox では / のようなチームルートやユーザーの個人ルートへのファイルリクエストは許可されていないため、その配下の子フォルダーをユーザーに確認し、推測したフォルダーで再試行しないこと。
share-dropbox-content を使用すること。organize-dropbox-folder を使用すること。Use this skill to help users collect files from others through Dropbox file requests.
create_file_requestget_file_requestlist_file_requestscreate_folderget_file_metadatalist_folder/, or the user's personal root, such as /FirstName LastName, as the destination. Dropbox requires the file request destination to be a child folder under that folder, such as /FirstName LastName/Invoices.create_folder only after explicit confirmation.create_file_request, confirm the title, destination folder, deadline if applicable, and whether the request should be open or closed if that option is available.get_file_request for a known raw request ID.list_file_requests when the user asks for existing requests or cannot identify one.Before creating a file request, confirm:
Before creating a destination folder, confirm:
/, or the user's personal rootReturn:
Do not create folders or file requests without explicit confirmation. Do not assume uploaded files are private or reviewed; describe the destination and access implications clearly. Dropbox does not allow file requests at a team root, such as /, or the user's personal root; ask the user to confirm a child folder under that folder and do not retry with a guessed folder.
share-dropbox-content.organize-dropbox-folder.原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。