원클릭으로
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