Email Manager
官方認證Tame your inbox with AI-powered email triage. Automatically categorize, summarize, and draft replies. Supports Gmail and Outlook via OAuth. Unsubscribe from junk, surface action items, and get a daily digest — all through chat.
安裝方式
$ claw install email-manager 設定
在 .env 檔案或技能設定中設定環境變數。
| VARIABLE | DESCRIPTION | DEFAULT |
|---|---|---|
| GMAIL_CREDENTIALS | Path to Gmail OAuth credentials JSON | ~/.openclaw/gmail-credentials.json |
| AUTO_CATEGORIZE | Enable automatic email categorization | true |
| DIGEST_TIME | Daily digest delivery time (24h format) | 08:00 |
使用方式
// Email skill activated
inbox Found 23 unread emails. Categorizing...
check_circle 3 urgent, 8 FYI, 12 newsletters/promotions
Summary: Requesting your input on Q1 roadmap by Friday.
Draft reply: "Hi — I'll have the roadmap notes ready by Thursday EOD..."
設定檔 (JSON)
{
"name": "email-manager",
"version": "1.4.2",
"permissions": [
"email.read",
"email.send",
"email.categorize"
],
"trigger": "regex:/(check|read|summarize|draft|reply|unsubscribe) .*(email|inbox|mail).*/i",
"engine": "node-20"
} 評論區
Went from 200+ unread to inbox zero in one afternoon. The auto-categorization is scary accurate and the daily digest is now my morning ritual. Can't imagine going back.
Draft replies are solid 80% of the time. I just tweak the tone and hit send. Outlook integration was seamless. Would love calendar invite detection in the next release.
Appreciated that everything runs locally and emails never leave my machine. OAuth scopes are minimal. Good security posture for an email tool.