What problem does it solve? Manually labeling and archiving hundreds of categorized emails is slow and error-prone. This Skill takes the categorization output from an upstream email triage step and mechanically applies the correct Gmail labels, stars urgent items, and archives everything else so your inbox contains only what needs a response today. ## Core Features & Use Cases - Batch label operations: Groups messages by target label combination and uses batch_modify_gmail_message_labels instead of per-message loops, reducing API calls and execution time. - Hierarchical label management: Creates nested labels (Action/Urgent, FYI/Newsletters, Monitoring/Azure, Work/Jira, etc.) on first use and applies category-specific rules for starring and archiving. - Inbox-zero verification: Searches the inbox after processing, counts remaining items, and produces a structured report with per-label breakdowns and quick-access search queries. - Use Case: After a triage pass categorizes 200 unread emails into urgent, FYI, newsletter, and Jira buckets, run this Skill to label and archive all of them in a handful of batch calls, leaving only the 3 urgent starred messages in your inbox. ## Quick Start Apply labels and archive the categorized emails from the triage step, keeping urgent items starred in my inbox, then report whether inbox zero was achieved.