claude-skills/

Anthropic公式スキル・プラグインの日本語ディレクトリ

last sync 22h ago
スキルOfficialproductivity

🔗share-dropbox-content

プラグイン
dropbox

説明

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 コンテンツの共有

Dropbox の共有リンクを作成・確認したり、共有リンクの状態を説明したりする場合に使用します。

ツール

  • create_shared_link
  • list_shared_links
  • get_shared_link_metadata
  • get_file_metadata
  • search
  • list_folder

ワークフロー

  1. 対象のファイルまたはフォルダを特定する。
  2. 対象が曖昧な場合は、search または list_folder を使用してユーザーに選択を求める。
  3. get_file_metadata を使用して対象を正確に確認する。
  4. 現在の共有状態を確認する場合、または既存リンクの有無が重要な場合に新しいリンクを作成する前に、list_shared_links を使用する。レスポンスに has_more が含まれる、またはカーソルが返される場合は、既存リンクの状態が完全に取得できたとみなす前にリクエストを継続する。
  5. ユーザーが特定の共有リンクを提示した場合、またはそのリンクについて問い合わせている場合は、get_shared_link_metadata を使用する。
  6. create_shared_link を呼び出す前に、共有の具体的な計画を要約してユーザーに明示的な確認を求める。
  7. 共有完了後、生成された URL・有効なアクセス設定・警告や部分的な失敗があれば報告する。
  8. ユーザーが閲覧者の追加、受信者の追加、または特定の人物への直接共有を求めた場合は、該当する MCP ツールが利用可能になるまで受信者指定による共有は使用できないことを説明する。適切な場合は、代替手段として共有リンクの作成を提案する。

確認が必要な事項

共有リンクを作成する前に、以下を確認すること:

  • 対象のファイルまたはフォルダ(正確に)
  • ユーザーが要求するリンク/アクセス設定
  • サポートされている場合は有効期限・パスワード・ダウンロード設定

出力

操作が成功した場合、以下を含めること:

  • 共有リンクの URL
  • リンクが新規作成されたものか再利用されたものか
  • 有効なアクセス設定
  • 既存リンクの設定がリクエスト内容と異なる場合の警告
  • 既存リンク確認時に共有リンクのページネーションが完了していたかどうか

安全上の注意

コンテンツの検索・ダウンロード・作成後に、自動的にリンクを作成しないこと。 特定の受信者や閲覧者にアクセス権を付与したと告げないこと。受信者指定による共有ツールは現在利用できません。

使用が適切なトリガーの例

  • 「この Dropbox フォルダの共有リンクを作成して。」
  • 「このファイルへのリンクを作成して。」
  • 「この Dropbox リンクに誰がアクセスできるか確認して。」
  • 「ローンチデッキの共有リンクを送って。」

次のような場合には使用しないこと:

  • ファイルの検索のみが目的の場合 → find-dropbox-content を使用すること。
  • メタデータやコンテンツの概要確認のみが目的の場合 → inspect-dropbox-file を使用すること。
  • 他のユーザーからファイルをアップロードしてもらいたい場合 → collect-files-with-request を使用すること。
  • 閲覧者の追加や特定の受信者への直接共有を求めている場合 → 必要な MCP ツールが公開されるまで受信者指定による共有は利用できない旨を説明すること。
原文(English)を表示

Share Dropbox Content

Use this skill to create or inspect Dropbox shared links and explain shared-link state.

Tools

  • create_shared_link
  • list_shared_links
  • get_shared_link_metadata
  • get_file_metadata
  • search
  • list_folder

Workflow

  1. Identify the target file or folder.
  2. If the target is ambiguous, use search or list_folder and ask the user to choose.
  3. Use get_file_metadata to confirm the exact target.
  4. Use 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.
  5. Use get_shared_link_metadata when the user provides or asks about a specific shared link.
  6. Before calling create_shared_link, summarize the exact sharing plan and ask for explicit confirmation.
  7. After sharing, report the resulting URL, effective access settings, and any warnings or partial failures.
  8. If the user asks to add viewers, add recipients, or share directly with named people, explain that recipient-sharing is unavailable until those MCP tools are available. Offer to create a shared link instead when appropriate.

Confirmation Required

Before creating a shared link, confirm:

  • Exact target file or folder
  • Link/access settings requested by the user
  • Expiration, password, or download settings when supported

Output

After a successful action, include:

  • Shared link URL
  • Whether the link was newly created or reused
  • Effective access settings
  • Any warning that existing link settings differ from requested settings
  • Whether shared-link pagination was complete when existing links were checked

Safety

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.

Good Triggers

  • "Create a share link for this Dropbox folder."
  • "Create a link to this file."
  • "Check who can access this Dropbox link."
  • "Send me a share link for the launch deck."

Do Not Use When

  • The user only wants to find a file. Use find-dropbox-content.
  • The user only wants metadata or content summary. Use inspect-dropbox-file.
  • The user wants to collect uploads from others. Use collect-files-with-request.
  • The user wants to add viewers or share directly with named recipients. Explain that recipient-sharing is unavailable until the required MCP tools are exposed.

原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。