多邮箱管理助手,支持 Gmail、163、QQ、Outlook、Hotmail。功能:(1) 读取收件箱并展示邮件摘要 (2) 关键词分析标记重要邮件 (3) 自动提取邮件中的日程信息并生成日历事件。适用于需要统一管理多个邮箱、避免错过重要邮件和日程的用户。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install email-assistant或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install email-assistant⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/email-assistant/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: email-assistant description: Multi-email management assistant supporting Gmail, 163, QQ, Outlook, and Hotmail. Features: (1) Fetch inbox and summarize emails (2) Keyword-based important email detection (3) Auto-extract calendar events from emails. Use when: users need unified email management across multiple accounts, want to avoid missing important emails, or need to extract schedules from email content. ---
| 邮箱 | 协议 | 服务器配置 | |------|------|-----------| | Gmail | OAuth2 + IMAP | imap.gmail.com:993 | | 163 | IMAP | imap.163.com:993 | | QQ | IMAP | imap.qq.com:993 | | Outlook | IMAP | outlook.office365.com:993 | | Hotmail | IMAP | outlook.office365.com:993 |
首次使用需要配置 OAuth:
# 1. 在 Google Cloud Console 创建项目
# 2. 启用 Gmail API
# 3. 创建 OAuth 2.0 客户端凭据
# 4. 下载凭据文件为 credentials.json
# 5. 首次运行会自动打开浏览器授权
运行脚本:
cd scripts
python3 gmail_client.py --credentials ../credentials.json
直接运行:
python3 imap_client.py --server <服务器> --email <邮箱> --password <密码或App密码>
# 查看收件箱
python3 mail_parser.py --inbox
# 搜索特定邮件
python3 mail_parser.py --search "关键词"
# 分析重要邮件
python3 mail_parser.py --analyze
# 从邮件中提取日程并生成 ICS 文件
python3 scheduler.py --extract --output events.ics
Gmail OAuth 认证客户端。首次运行会打开浏览器进行授权,之后凭据会缓存。
通用 IMAP 客户端,适用于 163、QQ、Outlook、Hotmail。使用 App Password 认证。
邮件解析器。解析纯文本/HTML 邮件,提取关键信息,分析重要性。
日程提取器。从邮件中识别 iCal 附件或纯文本日程,生成标准 ICS 日历文件。
自动识别以下关键词:
支持格式:
安装 Email Assistant 后,可以对 AI 说这些话来触发它
Send a Slack message to the #engineering channel about the deployment
Formats and sends the message with relevant context, tagging the right people
Summarize all unread messages in my inbox from today
Reads messages across connected channels and returns a prioritized summary
Draft a reply to this customer complaint and send it for review
Writes an empathetic, professional response and routes it to the approval queue
将技能文件夹放到 ~/.claude/skills/email-assistant/ 目录(个人级,所有项目可用),或 .claude/skills/email-assistant/(项目级)。重启 AI 客户端后,用 /email-assistant 主动调用,或让 AI 根据上下文自动发现并使用。
Email Assistant 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Email Assistant 可免费安装使用。请查阅仓库了解许可证信息。
多邮箱管理助手,支持 Gmail、163、QQ、Outlook、Hotmail。功能:(1) 读取收件箱并展示邮件摘要 (2) 关键词分析标记重要邮件 (3) 自动提取邮件中的日程信息并生成日历事件。适用于需要统一管理多个邮箱、避免错过重要邮件和日程的用户。
Email Assistant 属于「Communication」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。