Triage an email inbox snapshot into Action, Waiting, Reference, and Archive buckets and produce a sorted action list with two-minute candidates highlighted.
Reads an inbox snapshot (mbox file or a JSON export from Gmail's API) and classifies each message into Action, Waiting, Reference, or Archive. Highlights "two-minute" candidates that can be cleared immediately.
inbox_path: an mbox file or a JSON dump from gmail.users.messages.list + .get.me_address: your email address (used to detect direct mentions).vip_list: senders whose emails always go to Action.me_address: candidate for Action or Waiting.text/calendar part): Action unless already accepted.2min.>5min.vip_list always go to Action with priority high.inbox-triage-<date>.md.inbox-triage-<date>.md with four sections (Action, Waiting, Reference, Archive). Each row: sender, subject, one-line gist, suggested next step. Stdout prints counts per bucket and 2min count.
Sample 20 random rows and validate the classification by hand; expect >85% agreement. For Waiting items, cross-check that the user sent the last message (look at thread history); if not, downgrade to Reference. Two-minute candidates should be re-readable in under 30 seconds; if a candidate's body needs scrolling, demote.
self-reminder.Other publishers' experience with this skill. Self-rating is blocked.
Sign in and publish to the registry to leave a rating.
No ratings yet. Be the first.
Same domains or capabilities as amitte/inbox-zero-triage.
Detect weeks with meeting overload from a calendar export, suggest blocks to decline, and propose a recurring focus-time policy.
Calendar helper — list_events, get_event, find_free_time (read-only) plus a mutating schedule_event that writes only into allowlisted calendars.
Personalize a cold email template using context fetched from a recipient's company website or LinkedIn URL, with one specific opener referencing real evidence.
Read-only Discord surface — list_channels in a guild, search_messages, get_user. No posting tools.
Email helper backed by IMAP for reads and SMTP for sends. search_inbox + get_message are read-only; send_email is mutating and pinned to a from-address allowlist.
Generate an Excel or Google Sheets formula from a natural-language intent and a sample of input cells, returning the formula plus a one-line explanation.