name: email-automation description: Automate email processing: smart triage, auto-categorization, draft replies, and inbox zero. Works with Gmail, Outlook, and IMAP. author: fly3094 version: 1.2.0 tags: [email, automation, gmail, outlook, inbox, productivity, ai, templates, batch, tracking] support: paypal: 492227637@qq.com email: 492227637@qq.com metadata: clawdbot: emoji: 📧 requires: bins: - python3 - curl config: env: EMAIL_PROVIDER: description: Email provider (gmail|outlook|imap) default: "gmail" required: false EMAIL_ADDRESS: description: Your email address required: true GMAIL_CREDENTIALS_FILE: description: Path to Gmail API credentials JSON required: false OUTLOOK_ACCESS_TOKEN: description: Outlook/Microsoft Graph access token required: false IMAP_SERVER: description: IMAP server address required: false IMAP_USERNAME: description: IMAP username required: false IMAP_PASSWORD: description: IMAP password or app password required: false AUTO_ARCHIVE: description: Auto-archive processed emails default: "true" required: false CATEGORIES: description: Custom categories (comma-separated) default: "urgent,important,newsletters,notifications,receipts" required: false
Automate your email inbox with AI-powered triage, categorization, and draft replies. Achieve inbox zero effortlessly.
clawhub install email-automation
Process my inbox and categorize emails
Draft replies for unread important emails
Archive newsletters and notifications older than 7 days
Show me my inbox summary for today
Show only urgent emails from today
Help me set up email automation
# Email provider
export EMAIL_PROVIDER="gmail" # gmail|outlook|imap
# Your email address
export EMAIL_ADDRESS="your@email.com"
# Gmail API (if using Gmail)
export GMAIL_CREDENTIALS_FILE="/path/to/credentials.json"
# Outlook API (if using Outlook)
export OUTLOOK_ACCESS_TOKEN="your_access_token"
# IMAP (if using other providers)
export IMAP_SERVER="imap.example.com"
export IMAP_USERNAME="your_username"
export IMAP_PASSWORD="your_app_password"
# Automation settings
export AUTO_ARCHIVE="true"
export CATEGORIES="urgent,important,newsletters,notifications,receipts"
GMAIL_CREDENTIALS_FILE pathOUTLOOK_ACCESS_TOKEN📧 Inbox Summary - March 7, 2026
Total emails: 47
• Urgent: 3
• Important: 8
• Newsletters: 15
• Notifications: 12
• Receipts: 5
• Unread: 11
Top senders:
1. Amazon (5 emails)
2. GitHub (4 emails)
3. LinkedIn (3 emails)
Time saved: ~2 hours
🏷️ Categorized 47 emails:
[Urgent] (3)
• Boss: "Meeting rescheduled to 3pm"
• Client: "Contract needs review ASAP"
• Bank: "Suspicious activity alert"
[Important] (8)
• Team: "Project update"
• Newsletter: "Industry insights"
...
[Newsletters] (15)
• TechCrunch Daily
• Hacker News Digest
...
[Notifications] (12)
• GitHub notifications
• Slack mentions
...
[Receipts] (5)
• Amazon order confirmation
• Uber receipt
...
✍️ Generated 5 reply drafts:
1. To: Boss
Subject: Re: Meeting rescheduled
Draft: "Thanks for the update. I'll be there at 3pm..."
2. To: Client
Subject: Re: Contract review
Draft: "I've reviewed the contract. Here are my thoughts..."
Drafts saved to drafts folder for your review.
| Condition | Action |
|---|---|
| From boss/client | Mark urgent |
| Contains "ASAP", "urgent" | Mark urgent |
| Newsletter sender | Auto-archive after 7 days |
| Receipt/invoice | Label & archive |
| Notification | Auto-archive after 3 days |
| Unsubscribe header | Suggest unsubscribe |
Create rules.yml:
rules:
- name: VIP senders
from:
- boss@company.com
- important@client.com
action: mark_urgent
- name: Shopping receipts
from:
- amazon.com
- ebay.com
action: label_receipts
- name: Social notifications
subject_contains:
- "mentioned you"
- "new follower"
action: archive
Email notifications from rss-to-social
→ Auto-categorize as "Social Media Updates"
→ Archive after reading
Weekly analytics report
→ Email delivery
→ Auto-generate summary
Content drafts
→ Send via email for review
→ Track feedback
This skill powers LobsterLabs email services: - Setup & Configuration: $299 one-time - Monthly Management: $199/month - Business Plan: $499/month (multiple accounts)
Contact: PayPal 492227637@qq.com
小蔥技能站7w4.net發現了升級外掛。
如果你覺得這個技能有用,請考慮打賞支援:
你的支援是我持續改進的動力!
這個 Skill 文件寫得很詳細,看起來功能很多,但實際使用時核心功能無法正常工作。郵件獲取和 AI 分類功能都是模擬的,不是真正連線你的郵箱。程式碼存在一些小 bug。如果你需要真正能用的郵件自動化工具,建議選擇已實現真實 API 整合的 Skill。文件質量不錯,但實際功能還需要開發者進一步完善。