원클릭으로
google-research
Triage, search, and summarize Gmail messages. Check inbox, find specific emails, and extract key information from threads.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Triage, search, and summarize Gmail messages. Check inbox, find specific emails, and extract key information from threads.
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.
Find, upload, download, and share files on Google Drive.
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-research |
| description | Triage, search, and summarize Gmail messages. Check inbox, find specific emails, and extract key information from threads. |
| version | 1.0.0 |
| author | AgentZero Google Suite Plugin |
| license | MIT |
| tags | ["google","gmail","search","summarize","inbox"] |
| triggers | ["check my email","check my inbox","search emails","find email","summarize emails","email summary","what emails do I have","unread emails"] |
| allowed_tools | ["gmail_read","gmail_search","gmail_summarize","gmail_manage"] |
| metadata | {"complexity":"intermediate","category":"research"} |
Triage your inbox, search for specific emails, and summarize threads.
{"tool": "gmail_read", "args": {"action": "inbox", "max_results": 10}}
{"tool": "gmail_search", "args": {"query": "from:boss@company.com after:2024/03/01", "max_results": 10}}
{"tool": "gmail_read", "args": {"action": "read", "message_id": "18abc1234def5678"}}
{"tool": "gmail_summarize", "args": {"message_id": "18abc1234def5678"}}
Mark as read after reviewing:
{"tool": "gmail_manage", "args": {"action": "mark_read", "message_id": "18abc1234def5678"}}
Archive handled messages:
{"tool": "gmail_manage", "args": {"action": "archive", "message_id": "18abc1234def5678"}}
Star important messages:
{"tool": "gmail_manage", "args": {"action": "star", "message_id": "18abc1234def5678"}}
| Need | Query |
|---|---|
| Unread emails | is:unread |
| From a person | from:jane@example.com |
| With attachments | has:attachment |
| Recent and unread | is:unread newer_than:2d |
| By subject | subject:invoice |
| In a label | label:important |
gmail_manage to keep the inbox tidy after triage (archive, label, star)gmail_read action labels