ワンクリックで
google-daily-briefing
Get a cross-service morning briefing combining inbox highlights, today's calendar, and pending tasks.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Get a cross-service morning briefing combining inbox highlights, today's calendar, and pending tasks.
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.
Find, upload, download, and share files on Google Drive.
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-daily-briefing |
| description | Get a cross-service morning briefing combining inbox highlights, today's calendar, and pending tasks. |
| version | 1.0.0 |
| author | AgentZero Google Suite Plugin |
| license | MIT |
| tags | ["google","briefing","overview","productivity"] |
| triggers | ["morning briefing","daily briefing","what's my day look like","daily overview","start my day","catch me up","what do I have today"] |
| allowed_tools | ["gmail_read","gmail_search","calendar_read","tasks_list"] |
| metadata | {"complexity":"intermediate","category":"productivity"} |
Generate a cross-service overview combining email highlights, today's calendar, and pending tasks into a single briefing.
Run these three checks and present a unified summary:
{"tool": "calendar_read", "args": {"action": "list", "date_range": "today"}}
{"tool": "gmail_read", "args": {"action": "inbox", "max_results": 10}}
Or focus on unread only:
{"tool": "gmail_search", "args": {"query": "is:unread", "max_results": 10}}
{"tool": "tasks_list", "args": {"action": "tasks"}}
Combine the results into a structured summary:
Format:
📅 Today's Schedule
- 9:00 AM — Team Standup (30 min)
- 2:00 PM — 1:1 with Manager (1 hr)
- 4:30 PM — Design Review (45 min)
📧 Inbox (X unread)
- [Important] Budget approval from Finance
- [Action needed] PR review request from Sarah
- [FYI] Weekly newsletter
✅ Pending Tasks
- Complete Q1 report (due today)
- Review design mockups
- Update project timeline