Install
openclaw skills install email-reader邮件读取与管理技能 - 让 AI 能够读取、汇总、发送邮件。当用户要求查看邮件、汇总未读、发送邮件通知时触发此技能。
openclaw skills install email-reader赋予 AI 邮件管理能力:
| 服务 | 协议 | 说明 |
|---|---|---|
| Gmail | IMAP/SMTP | 需要应用专用密码 |
| Outlook | IMAP/SMTP | 支持 OAuth |
| QQ 邮箱 | IMAP/SMTP | 需要授权码 |
| 网易邮箱 | IMAP/SMTP | 支持 IMAP |
推荐使用 himalaya CLI 进行邮件管理:
# macOS
brew install himalaya
# Linux
cargo install himalaya
# Windows
winget install himalaya
himalaya envelope add --name personal \
--imap-host imap.example.com \
--imap-port 993 \
--smtp-host smtp.example.com \
--smtp-port 587 \
--username your@email.com \
--password "your-password"
# 列出邮件
himalaya list --account personal -w 50
# 阅读邮件
himalaya read <email-id>
# 发送邮件
himalaya send --from your@email.com --to recipient@example.com \
--subject "Subject" --body "Content"
# 搜索邮件
himalaya search --account personal "keyword"
1. 检查配置 → 确认 himalaya 已配置
2. 获取邮件 → 使用 list/read 命令
3. 筛选重要 → 标记重要邮件
4. 汇总呈现 → 用中文总结给用户
向用户呈现邮件时: