An OpenClaw skill for triaging a Gmail primary inbox.
Checks for new emails, categorizes them, presents them for review, and executes approved actions.
| Category | Description |
|---|---|
| ❓ QUESTION | Needs user input (event invites, ambiguous emails) |
| ⚡ ACTION | Has an automatable task (draft reply, update calendar) |
| 📌 KEEP | Important, user handles themselves (becomes a reminder) |
| 📥 ARCHIVE | Irrelevant or finished (verification codes, resolved threads) |
- Report new emails since last check, grouped by category
- Review section by section:
- ARCHIVE/KEEP: batched with emoji reactions (❤️ = approve, 👎 = reject)
- QUESTION/ACTION: one at a time with inline buttons
- Execute approved actions (archive, create reminders, draft emails, update calendar)
- Confirm with a summary of what was done
- Gmail via gog CLI for reading and labeling emails
- Google Calendar via gog for conflict checking and event creation
- Apple Reminders via remindctl for creating to-dos from KEEP emails
Requires:
- OpenClaw installed and configured
gogCLI authenticated with Gmail and Calendarremindctlfor Apple Reminders integration (macOS only)
MIT