name: email-checker-for-mac description: 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 WhatsApp — never open the bot inbox again. homepage: https://github.com/entzclaw/email-checker-for-mac metadata: {"clawdbot":{"emoji":"📬","os":["darwin"],"requires":{"bins":["python3","osascript"],"apps":["Mail.app"]}}}
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.
7w4.net收录了海量优质技能插件。
git clone https://github.com/entzclaw/email-checker-for-mac
cd email-checker-for-mac
bash setup.sh
The wizard handles everything:
1. Auto-discovers your Mail.app accounts
2. Prompts for name, report email, trusted senders
3. Picks your LLM provider (LM Studio, Ollama, OpenAI, or skip)
4. Tests the connection and writes config/settings.json
5. Installs the crontab
# Run a manual check
python3 scripts/email/checker.py
# Send a reply
python3 scripts/email/send_reply.py \
--to colleague@example.com \
--subject "Re: Something" \
--content "Your reply here"
# Check logs
tail -f logs/email_check.log
Tell OpenClaw via Telegram or WhatsApp:
"Run the email checker now" "Send the draft reply to Alice" "Add @company.com to my trusted senders"
| Provider | Notes |
|---|---|
| LM Studio | Local or remote vLLM endpoint |
| Ollama | Local |
| OpenAI | Requires API key |
| None | Reports without AI drafts |
这个 Skill 质量较好,配置简单,普通用户也能快速上手。README 和设置向导讲解清晰,支持多种 AI 模型,功能实用——能自动识别重要邮件并生成回复草稿。唯一需要注意的是它专为 macOS 和 Apple Mail 设计,且包内有一个必需文件缺失可能导致运行失败。总体推荐使用。