Триаж входящей почты Gmail

★ 7.4 · productivity

gog-inbox-triage is a Claude Code skill that triages your Gmail inbox using the gog CLI: it verifies account auth without prompting, searches up to 25 unread messages from the past 7 days, and sorts them into four buckets — urgent, reply soon, waiting, and FYI. Each thread is fetched with `--sanitize-content` and `--wrap-untrusted` flags while operating in `--readonly --gmail-no-send` mode, treating all message content as untrusted to prevent prompt injection via links or attachments. For each item the skill returns sender, subject, received time, a triage reason, and a suggested next action — urgency is never inferred from sender name alone. When explicitly requested, it can create a Gmail draft without leaving `--gmail-no-send` off, so nothing is sent during triage.