What problem does it solve?
Gmail users spend time organizing incoming mail into custom sections and maintaining filters across changing senders.
This skill scans the user's Gmail to discover senders, suggests inbox categories, and generates a Google Apps Script that creates labels and filters. It also enables updating senders and categories over time.
Trigger phrases: "Gmail sections", "inbox categories", "email organization", "sender filters", "multiple inboxes", "clean up my inbox".
Core Features & Use Cases
- Auto-discovery of senders and grouping into up to 5 sections using label-based filters.
- Idempotent script that can be re-run to add or remove senders and update labels without duplicating rules.
- Retro-labeling to tag existing messages and maintain consistency across your archive.
Quick Start
Paste the generated Apps Script into Google Apps Script editor, authorize Gmail access, and run setupAll() to create labels, filters, and retro-labeling, then configure Gmail's Multiple Inboxes with the shown sections.