ワンクリックで
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 ページを確認してインストールできます。
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.
SOC 職業分類に基づく
| 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