Email Checker by EntzAI

👤 entzclaw 📦 v1.1.1 ⭐ 4.3 ⬇️ 1K 下載
📄 辦公效率 免費

📖 技能介紹


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"]}}}


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: 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

Usage

# 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

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"

小蔥技能站7w4.net每天更新,海量AI技能等你發現。

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

🤖 AI 評測

這個 Skill 質量較好,配置簡單,普通使用者也能快速上手。README 和設定嚮導講解清晰,支援多種 AI 模型,功能實用——能自動識別重要郵件並生成回覆草稿。唯一需要注意的是它專為 macOS 和 Apple Mail 設計,且包內有一個必需檔案缺失可能導致執行失敗。總體推薦使用。

📊 多維度評分

適應性4.4
規範性4.4
有效性4.2
可靠性4.2
可信度4.4

📁 包含檔案 (10 個)

📄 README.md 9.3 KB
📄 SKILL.md 1.9 KB
📄 _meta.json 142 B
📄 config/settings.example.json 569 B
📄 scripts/email/checker.py 26.5 KB
📄 scripts/email/checker_wrapper.sh 510 B
📄 scripts/email/send_reply.py 3.4 KB
📄 scripts/email/template.py 1.1 KB
📄 scripts/email/template.sh 469 B
📄 setup.sh 15 KB