Add gmail-inbox-cleaner to partner-built#156
Open
siddhantkalra wants to merge 2 commits intoanthropics:mainfrom
Open
Add gmail-inbox-cleaner to partner-built#156siddhantkalra wants to merge 2 commits intoanthropics:mainfrom
siddhantkalra wants to merge 2 commits intoanthropics:mainfrom
Conversation
Systematic Gmail inbox overhaul plugin for Claude Cowork. Four-stage methodology: - Preparation: tool check, full audit (all subject lines + bodies), unread review - Action: bulk delete by content analysis, sender-by-sender review loop - Future Proofing: label/filter system, unsubscribe sweep - Safety Review: bin audit, restore plan, final report Includes: - 8 Python scripts for Gmail API operations (OAuth, batch actions, filter/label management, trash search, unsubscribe URL extraction) - 4 slash commands (/gmail-prepare, /gmail-cleanup, /gmail-future-proof, /gmail-bin-audit) - Gmail MCP connector with 3-tier graceful degradation - Decision framework and unsubscribe pattern references
…metadata - Replaced placeholder README with full methodology documentation: the problem with category-based deletion, two-pass reading approach, sender-first architecture and why it matters, the flag system, filter system derived from review data, unsubscribe sweep logic, bin audit rationale, tool tier model - Updated plugin.json repo URL to correct self-hosted repo - Synced all files with latest version of plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
gmail-inbox-cleaner— a systematic Gmail inbox overhaul plugin for Claude Cowork.Why
Gmail cleanup is one of the most common productivity requests. Existing approaches (bulk-delete by category, manual sorting) either nuke important emails or take forever. This plugin gives Claude a structured, safe methodology: read everything first, then act with user approval at each step.
How it works
Four-stage workflow:
What's included
/gmail-prepare,/gmail-cleanup,/gmail-future-proof,/gmail-bin-auditKey design decisions