Loading...
Loading...
Clean up Gmail - archive old emails, delete promotions, manage storage. Use when user wants to clean inbox, archive emails, or free up space.
npx skill4agent add maroffo/claude-forge email-cleanup../_GMAIL.md| Category | Query | Action |
|---|---|---|
| Promotions | | Archive |
| Social | | Archive |
| Read updates | | Archive |
| Large emails | | Review individually |
| Unsubscribe candidates | | Review |
gog gmail search "<query>" --account=maroffo@gmail.com --json | jq '.resultSizeEstimate'THREADS=$(gog gmail search "<query>" --account=maroffo@gmail.com --json --max=50 | jq -r '.threads[].id')
for tid in $THREADS; do
gog gmail thread modify $tid --account=maroffo@gmail.com --remove-labels=INBOX
donegog gmail labels get INBOX --account=maroffo@gmail.com
gog gmail labels get CATEGORY_PROMOTIONS --account=maroffo@gmail.com