• Projects
  • Service
  • About
  • branding.bz
  • Podcast
  • Tips
  • FAQ
  • Recruit
  • Download
  • Contact
  • branding.bz(ブランド構築SaaS)
  • DESIGN NOW(デザインメディア)
  • X
  • LinkedIn
  • Spotify
  • Facebook

213-0011 神奈川県川崎市高津区久本3-6-7-303

© 2026 ID INC. All rights reserved

claude-skills/スキル
SKILLKnowledge Workproductivity

inspect-dropbox-file

プラグイン
Dropbox
ソース
GitHub で見る ↗
説明

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.

ユースケース
  • ファイルの属性情報を確認したい
  • ファイルが共有されているか確認したい
  • ファイルの更新日時を知りたい
  • アクセスリンクの存在を確認したい
  • ファイル内容を分析してほしい
本文

Inspect Dropbox File

Use this skill to understand a Dropbox file or folder before summarizing, comparing, sharing, restoring, or organizing it.

Tools

  • get_file_metadata
  • fetch
  • list_shared_links
  • get_shared_link_metadata
  • search
  • list_folder

Workflow

  1. Identify the target file or folder from the user request.
  2. If the target is ambiguous, use search or list_folder to find likely matches.
  3. Call get_file_metadata for the chosen item.
  4. If the user asks about content, summary, extraction, or analysis, use fetch for files.
  5. If the user asks about version history or rollback options, explain that the current Dropbox MCP tools do not expose revision listing or restore operations.
  6. If the user asks about sharing or access, use list_shared_links; continue while the response indicates has_more or returns a cursor before claiming the shared-link listing is complete.
  7. If the user provides a Dropbox shared link or asks about a specific link, use get_shared_link_metadata.

Output

Summarize only the details relevant to the user request. Include:

  • Name and path
  • File or folder type
  • Size and modified time when available
  • Sharing/link status when relevant, including whether shared-link pagination is complete
  • Version-history limitation when relevant
  • Fetched content summary when relevant
  • Recommended next action, if the user asked for one

Safety

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.

Good Triggers

  • "What is this Dropbox file?"
  • "Summarize this file."
  • "Check whether this folder is shared."
  • "Show me the revision history."
  • "When was this document last updated?"

Do Not Use When

  • The user only wants to search or browse. Use find-dropbox-content.
  • The user wants to create a shared link or inspect shared-link state. Use share-dropbox-content.
  • 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.
  • The user wants to restore a revision. Explain that recovery is unavailable until the Dropbox restore tool is exposed.

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