Drops into your workflow when you need to triage a flooded inbox fast. Categorizes emails into six buckets (action required, FYI, waiting, delegated, archive, delete), assigns priority levels with suggested response times, and flags potential phishing. The batch mode is the real win here: paste 15 emails and get a sorted summary with urgency indicators and processing recommendations. Custom rules let you auto-escalate VIP senders or filter newsletters. It won't connect to your actual email account, so you're copy-pasting content in, but the classification logic is solid and the output format makes it easy to decide what needs attention now versus what can wait until Friday.
npx -y skills add claude-office-skills/skills --skill "Email Classifier" --agent claude-codeInstalls into .claude/skills of the current project.
Automatically categorize and prioritize emails to help manage inbox overload.
This skill helps you:
| Category | Description | Examples |
|---|---|---|
| Action Required | Needs your response/action | Requests, approvals, questions |
| FYI | Informational, no action needed | Updates, announcements, reports |
| Waiting | You're waiting for others | Follow-ups, pending responses |
| Delegated | Forward to someone else | Wrong recipient, team matters |
| Archive | Keep but no action | Confirmations, receipts |
| Delete | Low value, can remove | Spam, irrelevant promos |
| Type | Description |
|---|---|
| Meeting | Invites, updates, cancellations |
| Task/Request | Someone asking you to do something |
| Question | Needs your answer |
| Update/Report | Status updates, progress reports |
| Approval | Needs your sign-off |
| Newsletter | Subscribed content |
| Marketing | Promotional content |
| Alert/Notification | System alerts, notifications |
| Personal | Non-work related |
| Spam/Phishing | Unwanted or suspicious |
| Priority | Response Time | Indicators |
|---|---|---|
| 🔴 Urgent | Within hours | Deadline today, executive request, blocking issue |
| 🟠 High | Within 24h | Important client, time-sensitive, direct request |
| 🟡 Normal | Within week | Standard requests, routine matters |
| 🟢 Low | When convenient | FYI, newsletters, non-urgent updates |
"Classify this email: [paste email content]"
"Classify these emails and organize by priority:
1. [Email 1]
2. [Email 2]
3. [Email 3]"
"Classify my emails. Treat anything from @client.com as high priority"
## Email Classification
**From**: sender@example.com
**Subject**: Q1 Budget Approval Needed
| Attribute | Value |
|-----------|-------|
| **Category** | Action Required |
| **Type** | Approval |
| **Priority** | 🔴 Urgent |
| **Deadline** | EOD Friday |
| **Sender Importance** | High (CFO) |
### Recommended Action
Review attached budget and approve/reject by Friday EOD.
### Suggested Response Time
Within 4 hours
### Labels/Tags
`finance`, `approval`, `q1-budget`, `executive`
## Email Classification Results
**Total Emails**: 15
**Processing Date**: 2026-01-29
### Summary
| Category | Count | % |
|----------|-------|---|
| Action Required | 4 | 27% |
| FYI | 6 | 40% |
| Delete/Spam | 3 | 20% |
| Waiting | 2 | 13% |
### 🔴 Urgent (2)
1. **[Subject]** from [Sender] - [Action needed]
2. **[Subject]** from [Sender] - [Action needed]
### 🟠 High Priority (3)
1. **[Subject]** from [Sender] - [Type]
2. ...
### 🟡 Normal (5)
1. ...
### 🟢 Low/FYI (5)
1. ...
## My Email Rules
### VIP Senders (Always High Priority)
- CEO, CFO, CTO
- Direct manager
- Key clients: @bigclient.com
### Auto-Archive
- Newsletters (unless from [specific])
- Automated reports (after reading)
- CC-only emails (if no @mention)
### Auto-Delegate
- IT support requests → it-team@
- HR questions → hr@
### Red Flags (Mark Urgent)
- "URGENT" in subject
- Legal/compliance mentions
- Customer complaints
## Suspicious Email Indicators
**Risk Level**: 🔴 High / 🟠 Medium / 🟢 Low
### Red Flags Detected
- [ ] Sender domain doesn't match display name
- [ ] Urgency pressure tactics
- [ ] Request for credentials/personal info
- [ ] Suspicious links (hover to check)
- [ ] Unexpected attachments
- [ ] Grammar/spelling errors
- [ ] Generic greeting ("Dear Customer")
### Recommendation
[Do not click links / Report as phishing / Safe to proceed]
## Recommended Processing Order
### Morning (30 min)
1. 🔴 Urgent emails first (2 emails, ~10 min)
2. 🟠 High priority (3 emails, ~15 min)
3. Quick wins under 2 min (5 emails, ~5 min)
### Batch Later
- 🟡 Normal priority - schedule 1 hour block
- 🟢 Newsletters - end of day or weekend
### Delegate Now
- Forward [Email X] to [Person] for handling
📁 Inbox
├── 📁 Action Required
│ ├── 📁 Today
│ ├── 📁 This Week
│ └── 📁 Waiting For Response
├── 📁 FYI / Read
├── 📁 Reference
│ ├── 📁 Projects
│ ├── 📁 Clients
│ └── 📁 Receipts
└── 📁 Newsletters
larksuite/cli
googleworkspace/cli
googleworkspace/cli
googleworkspace/cli