shiiman-googledrive-search

star 5

Google Drive を検索する。「Drive を検索」「ドライブ検索」「ファイルを探して」「Drive で検索」「Google Drive 検索」「ファイル名で検索」「条件で検索」などで起動。

shiiman By shiiman schedule Updated 2/20/2026

name: shiiman-google:drive-search description: Google Drive を検索する。「Drive を検索」「ドライブ検索」「ファイルを探して」「Drive で検索」「Google Drive 検索」「ファイル名で検索」「条件で検索」などで起動。 allowed-tools: [Read, Bash] argument-hint: "[--help]"

Drive Search

Google Drive を検索します。

Help

$ARGUMENTS--help が含まれる場合、以下を表示して終了:

/shiiman-google:drive-search - Drive Search

概要:
  Google Drive を検索します。

使用方法:
  /shiiman-google:drive-search [オプション]

オプション:
  --help  このヘルプを表示

引数

  • 検索クエリ (必須): 名前の部分一致など(例: spec

実行方法

アクティブプロファイルで検索

python ${CLAUDE_PLUGIN_ROOT}/scripts/google_drive.py search --query "name contains '<検索キーワード>'"

プロファイル指定で検索

python ${CLAUDE_PLUGIN_ROOT}/scripts/google_drive.py --profile <profile-name> search --query "name contains '<検索キーワード>'"

検索クエリ例

# 名前に "spec" を含む
--query "name contains 'spec'"

# 名前に "レポート" を含む
--query "name contains 'レポート'"

# 特定の種類のファイル
--query "mimeType='application/pdf' and name contains 'spec'"

# 最近更新された
--query "modifiedTime > '2024-01-01'"

# フォルダ内を検索
--query "'<folder-id>' in parents and name contains 'spec'"

注意事項

  • トークン未作成の場合は「Google ログイン」と言って認証を行ってください
Install via CLI
npx skills add https://github.com/shiiman/claude-code-plugins --skill shiiman-googledrive-search
Repository Details
star Stars 5
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator