work-gmail
Fetch key Gmail emails (sent and received important) for a given work day. Usable standalone or as a subagent from work-daily.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Fetch key Gmail emails (sent and received important) for a given work day. Usable standalone or as a subagent from work-daily.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate a personal daily work summary. Aggregates calendar meetings, Fathom recordings, GitHub commits and PRs, Jira tickets, Slack highlights, and key emails into one structured digest for any given day.
Fetch Google Calendar events for a given work day. Usable standalone or as a subagent from work-daily.
Fetch Fathom meeting recordings with AI summaries and action items for a given work day. Usable standalone or as a subagent from work-daily.
Fetch GitHub commits and PRs (authored + reviewed) for a given work day. Usable standalone or as a subagent from work-daily.
Resolve the authenticated user's identity for all work integrations. Reads from info.md when available, resolves remaining fields dynamically, caches results back to info.md. Returns a structured IDENTITY_RESULT block. Usable standalone or called in parallel from work-daily.
Fetch Jira tickets updated on a given work day for the current user in the Guidde Atlassian workspace. Usable standalone or as a subagent from work-daily.
| name | work-gmail |
| description | Fetch key Gmail emails (sent and received important) for a given work day. Usable standalone or as a subagent from work-daily. |
| argument-hint | ['today' | 'yesterday' | 'YYYY-MM-DD' | empty → last working day] |
| user-invocable | false |
Fetch Gmail activity for: $ARGUMENTS
Use the Skill tool to invoke work-date-resolver with args $ARGUMENTS.
Parse DATE, GMAIL_DATE, GMAIL_NEXT_DATE from the output.
(GMAIL_DATE and GMAIL_NEXT_DATE are in YYYY/MM/DD format, required by Gmail's search API.)
Use search_threads (not search_messages):
Sent emails:
query: "from:me after:GMAIL_DATE before:GMAIL_NEXT_DATE"Received important:
query: "to:me is:important after:GMAIL_DATE before:GMAIL_NEXT_DATE"For received: read 3–5 threads (using get_thread) to extract subject and key point.
Skip:
Emit exactly in this format:
GMAIL_RESULT
DATE: <DATE>
SENT (N):
- **→** Subject → Recipient — key ask or decision
RECEIVED_IMPORTANT (N):
- **←** Subject ← Sender — action required or key takeaway
If a section is empty: (none) on the next line.