Agent skill
drive-list
Google Drive のファイル一覧を取得する。「Drive 一覧」「ドライブのファイルを見たい」「最近のファイル」「Drive の一覧を出して」「ファイルリスト」「Google Drive 一覧」「ドライブを表示」などで起動。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/drive-list
SKILL.md
Drive List
Google Drive のファイル一覧を取得します。
実行方法
アクティブプロファイルで一覧を取得
python plugins/shiiman-google/skills/drive-list/scripts/google_drive.py list
プロファイル指定で一覧を取得
python plugins/shiiman-google/skills/drive-list/scripts/google_drive.py list --profile <profile-name>
最大件数を指定
python plugins/shiiman-google/skills/drive-list/scripts/google_drive.py list --max 50
JSON 形式で出力
python plugins/shiiman-google/skills/drive-list/scripts/google_drive.py --format json list
出力項目
- id: ファイルID
- name: ファイル名
- mimeType: ファイル種類
- modifiedTime: 更新日時
- webViewLink: URL
関連操作
- 検索する:
drive-searchを実行 - 共有設定を確認:
drive-get-permissionsを実行 - 共有する:
drive-shareを実行
注意事項
- トークン未作成の場合は「Google ログイン」と言って認証を行ってください
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?