inbox-triage

Installation
SKILL.md

ABOUTME: Gmail inbox triage - classify unread by priority, suggest actions

ABOUTME: P1-P4 priority system with CLI tool for classification and batch archival

Inbox Triage Skill

Gmail: See ../_GMAIL.md for account config and commands.

Workflow

Step 1: Classify Inbox

Pipe gog search output through the CLI tool:

gog gmail search "is:unread in:inbox" --json --max=30 --account=maroffo@gmail.com \
  | uv run --project ~/.claude/skills/inbox-triage -- inbox-triage classify

This outputs a markdown summary grouped by priority and saves state to /tmp/inbox-triage-state.json.

Related skills
Installs
22
GitHub Stars
13
First Seen
Mar 1, 2026