claude-skills/

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

last sync 22h ago
スキルKnowledge Workproductivity

🔍find-dropbox-content

プラグイン
Dropbox

説明

Dropboxのファイルとフォルダの中から、ユーザーのリクエストに関連するものを検索します。 次のような場合に使用: ユーザーがDropboxの検索、ドキュメントの検出、最近使用したファイルの確認、フォルダの閲覧、起点となるファイルの特定、またはコンテンツの読み込み、共有、整理、復元の前にコンテンツの場所を絞り込むことを求めている場合。

原文を表示

Find Dropbox files and folders relevant to a user request. Use when the user asks to search Dropbox, find a document, locate recent files, browse a folder, identify likely source files, or narrow down where content lives before reading, sharing, organizing, or restoring it.

ユースケース

  • Dropboxのファイルを検索する
  • ドキュメントを検出する
  • 最近使用したファイルを確認する
  • フォルダを閲覧する
  • コンテンツの場所を絞り込む

本文

Find Dropbox Content

Use this skill to locate relevant Dropbox files and folders without changing anything.

Tools

  • search
  • list_folder
  • get_file_metadata

Workflow

  1. Clarify the search target only if the user request is too broad to act on.
  2. Use search for broad keyword, title, file type, or natural-language searches.
  3. When search returns a cursor and more results are needed, continue with search using the cursor only.
  4. Use list_folder with recursive=false when the user names a folder or wants to browse a location.
  5. When list_folder returns a cursor and more folder results are needed, continue with list_folder using the cursor only.
  6. Use get_file_metadata for strong candidates before presenting a final recommendation.

Output

Return the best matches first. For each result, include:

  • Name
  • Object type: file or folder
  • Path or stable identifier
  • Modified time when available
  • Why it matched the request
  • Any ambiguity or confidence caveat

Safety

Do not create, copy, move, delete, restore, download, or share content. If the user asks to take one of those actions after finding content, switch to the relevant Dropbox skill.

Good Triggers

  • "Find the Q4 planning deck in Dropbox."
  • "Search Dropbox for onboarding docs."
  • "What files are in this folder?"
  • "Find recent PDFs about the launch plan."
  • "Where is the customer contract?"

Do Not Use When

  • The user already provided an exact file and wants its content inspected. Use inspect-dropbox-file.
  • The user explicitly asks to create a shared link. Use share-dropbox-content.
  • The user asks to add viewers or share directly with named recipients. Explain that recipient-sharing is unavailable until the required MCP tools are exposed.
  • The user asks to restore or recover content. Explain that recovery is unavailable until the Dropbox restore tool is exposed.

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