/install email-checker-by-entzai
Email Checker for Mac
Automated email assistant for Apple Mail on macOS. Runs on a schedule, scores your unread emails by priority, drafts AI replies, and sends you a report — so you can manage your inbox from Telegram or WhatsApp without ever opening Mail.app.
Installation
git clone https://github.com/entzclaw/email-checker-for-mac
cd email-checker-for-mac
bash setup.sh
Setup
The wizard handles everything:
- Auto-discovers your Mail.app accounts
- Prompts for name, report email, trusted senders
- Picks your LLM provider (LM Studio, Ollama, OpenAI, or skip)
- Tests the connection and writes
config/settings.json - Installs the crontab
Usage
# Run a manual check
python3 scripts/email/checker.py
# Send a reply
python3 scripts/email/send_reply.py \
--to [email protected] \
--subject "Re: Something" \
--content "Your reply here"
# Check logs
tail -f logs/email_check.log
OpenClaw Integration
Tell OpenClaw via Telegram or WhatsApp:
"Run the email checker now" "Send the draft reply to Alice" "Add @company.com to my trusted senders"
Supported LLM Providers
| Provider | Notes |
|---|---|
| LM Studio | Local or remote vLLM endpoint |
| Ollama | Local |
| OpenAI | Requires API key |
| None | Reports without AI drafts |
Requirements
- macOS (tested on Tahoe 26.3, Apple Silicon)
- Python 3
- Mail.app with at least one configured account
- Automation permission: System Settings → Privacy & Security → Automation → Terminal → Mail
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install email-checker-by-entzai - 安装完成后,直接呼叫该 Skill 的名称或使用
/email-checker-by-entzai触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Email Checker by EntzAI 是什么?
Automated email assistant for Apple Mail. Runs on a schedule, scores priority, drafts AI replies, and emails you a report. Manage your inbox from Telegram or... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 243 次。
如何安装 Email Checker by EntzAI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install email-checker-by-entzai」即可一键安装,无需额外配置。
Email Checker by EntzAI 是免费的吗?
是的,Email Checker by EntzAI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Email Checker by EntzAI 支持哪些平台?
Email Checker by EntzAI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin)。
谁开发了 Email Checker by EntzAI?
由 entzclaw(@entzclaw)开发并维护,当前版本 v1.1.1。