Dropboxファイルやフォルダの共有リンクを作成したり、既存の共有リンクを確認したり、現在の共有リンクの状態を説明したりすることで、ファイルを共有できます。 次のような場合に使用: ユーザーが共有リンクの作成、アクセス権の確認、またはDropboxの共有リンクの確認を明示的に求めた場合
Share Dropbox files or folders by creating shared links, inspecting existing shared links, or explaining current shared-link state. Use only when the user explicitly asks to create a shared link, check access, or inspect a Dropbox shared link.
Dropbox の共有リンクを作成・確認したり、共有リンクの状態を説明したりする場合に使用します。
create_shared_linklist_shared_linksget_shared_link_metadataget_file_metadatasearchlist_foldersearch または list_folder を使用してユーザーに選択を求める。get_file_metadata を使用して対象を正確に確認する。list_shared_links を使用する。レスポンスに has_more が含まれる、またはカーソルが返される場合は、既存リンクの状態が完全に取得できたとみなす前にリクエストを継続する。get_shared_link_metadata を使用する。create_shared_link を呼び出す前に、共有の具体的な計画を要約してユーザーに明示的な確認を求める。共有リンクを作成する前に、以下を確認すること:
操作が成功した場合、以下を含めること:
コンテンツの検索・ダウンロード・作成後に、自動的にリンクを作成しないこと。 特定の受信者や閲覧者にアクセス権を付与したと告げないこと。受信者指定による共有ツールは現在利用できません。
find-dropbox-content を使用すること。inspect-dropbox-file を使用すること。collect-files-with-request を使用すること。Use this skill to create or inspect Dropbox shared links and explain shared-link state.
create_shared_linklist_shared_linksget_shared_link_metadataget_file_metadatasearchlist_foldersearch or list_folder and ask the user to choose.get_file_metadata to confirm the exact target.list_shared_links when checking current sharing state or before creating a new link if existing links matter; continue while the response indicates has_more or returns a cursor before treating the existing-link state as complete.get_shared_link_metadata when the user provides or asks about a specific shared link.create_shared_link, summarize the exact sharing plan and ask for explicit confirmation.Before creating a shared link, confirm:
After a successful action, include:
Never create a link automatically after finding, downloading, or creating content. Do not claim access was granted to named recipients or viewers; recipient-sharing tools are not available.
find-dropbox-content.inspect-dropbox-file.collect-files-with-request.原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。