Documentation
README
Inbox Cleanup Skill
A playbook for large-scale email inbox cleanup. The core insight: sender-based scans are low-recall. Subject/body pattern queries catch 25x more archivable email. This skill is a multi-pass pipeline built around that insight.
Works with any connected email provider. Adapt query syntax to whatever the provider supports β the strategy (what to search for, how to decide what to archive) is universal.
Gmail is a required integration. It's declared via
includes: ["gmail"]in the frontmatter so it loads synchronously on activation, not lazily after the preferences form. Load/confirm the Gmail integration the moment this skill activates β before Phase 1 β so a missing or unauthorized connection surfaces up front rather than mid-cleanup.
This is the opening of the README. Read the full README on GitHub.