ワンクリックで
google-drive
Find, upload, download, and share files on Google Drive.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Find, upload, download, and share files on Google Drive.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Work with Google Sheets: create spreadsheets, read and write cell ranges, append rows.
Compose and send emails, create drafts, and manage recipients using Gmail and Contacts.
Get a cross-service morning briefing combining inbox highlights, today's calendar, and pending tasks.
Triage, search, and summarize Gmail messages. Check inbox, find specific emails, and extract key information from threads.
View your calendar, create events with natural language dates, and find open time slots for scheduling.
Manage Google Tasks: view task lists, create tasks, mark complete, and organize to-dos.
| name | google-drive |
| description | Find, upload, download, and share files on Google Drive. |
| version | 1.0.0 |
| author | AgentZero Google Suite Plugin |
| license | MIT |
| tags | ["google","drive","files","upload","share"] |
| triggers | ["find file on drive","upload to drive","google drive","share file","download from drive","list drive files","search drive"] |
| allowed_tools | ["drive_list","drive_search","drive_upload","drive_download","drive_share"] |
| metadata | {"complexity":"basic","category":"productivity"} |
Find, upload, download, and share files on Google Drive.
List recent files:
{"tool": "drive_list", "args": {"max_results": 10}}
List files in a specific folder:
{"tool": "drive_list", "args": {"folder_id": "0AbCdEf_GhIjKlMnOpQrStUvWxYz12345"}}
Search by name or content:
{"tool": "drive_search", "args": {"query": "quarterly report"}}
{"tool": "drive_download", "args": {"file_id": "0AbCdEf_GhIjKlMnOpQrStUvWxYz12345", "local_path": "/a0/usr/workdir/report.pdf"}}
{"tool": "drive_upload", "args": {"file_path": "/a0/usr/workdir/analysis.xlsx", "name": "Q1 Analysis"}}
Upload to a specific folder:
{"tool": "drive_upload", "args": {"file_path": "/a0/usr/workdir/notes.txt", "name": "Meeting Notes", "folder_id": "0AbCdEf_GhIjKlMnOpQrStUvWxYz12345"}}
Share with a specific person:
{"tool": "drive_share", "args": {"file_id": "0AbCdEf_GhIjKlMnOpQrStUvWxYz12345", "email": "colleague@example.com", "role": "reader"}}
Create a shareable link:
{"tool": "drive_share", "args": {"file_id": "0AbCdEf_GhIjKlMnOpQrStUvWxYz12345", "link_sharing": true, "role": "reader"}}
/a0/usr/workdir/, /a0/usr/files/, /tmp/)reader (view only), writer (can edit), commenter (can comment)drive_search for full-text search across file contents, drive_list for browsing by folder