/install gmail-lead-monitor
Gmail Lead Monitor
Monitor any Gmail inbox and get instant Telegram alerts for important emails. Configure keywords to filter for leads, orders, or support inquiries. Zero dependencies beyond Python stdlib — no pip required.
What It Does
- Connects to Gmail via IMAP (no OAuth, just app password)
- Checks for new emails every N minutes (configurable)
- Sends Telegram alert with sender, subject, and snippet
- Detects important emails by keyword matching
- Marks important emails with Gmail STAR flag
- Tracks seen emails to avoid duplicate alerts
Setup
1. Enable Gmail App Password
- Go to myaccount.google.com/security
- Enable 2-Step Verification
- Go to App passwords → Generate new app password
- Select "Mail" and your device → Copy the 16-char password
2. Create Config File
mkdir -p ~/.config/gmail_monitor
cat > ~/.config/gmail_monitor/config.json \x3C\x3C 'EOF'
{
"email": "[email protected]",
"app_password": "xxxx xxxx xxxx xxxx",
"telegram_token": "your_bot_token",
"telegram_chat_id": "your_chat_id",
"keywords": ["order", "purchase", "setup", "interested", "question", "invoice"],
"check_interval_minutes": 5,
"max_emails_per_check": 20
}
EOF
3. Get Telegram Bot Token
- Message @BotFather on Telegram
/newbot→ follow prompts- Copy the bot token
- Get your chat ID from @userinfobot
Usage
# Run once (check now)
python3 gmail_monitor.py --once
# Run in daemon mode (default interval from config)
python3 gmail_monitor.py
# Custom interval
python3 gmail_monitor.py --interval 10
# Run via cron every 5 minutes
*/5 * * * * python3 /path/to/gmail_monitor.py --once >> /tmp/gmail_monitor.log 2>&1
Alert Example (Telegram)
📧 New Lead — Gmail
From: [email protected]
Subject: Question about your service
Time: 2025-03-15 14:22 PST
"Hi, I'm interested in your product and had a question about..."
⭐ Marked as important (keyword: question)
Keyword Matching
Keywords match against: subject line + sender name + first 200 chars of body. Case-insensitive. Add your own in config:
"keywords": ["order", "purchase", "invoice", "urgent", "setup", "question", "interested", "trial"]
Requirements
- Python 3.6+
- Gmail account with App Password enabled
- Telegram bot (free)
- Zero pip dependencies
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gmail-lead-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/gmail-lead-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Gmail Lead Monitor 是什么?
Monitor a Gmail inbox for new emails matching keywords and send real-time Telegram alerts while starring important messages in Gmail. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。
如何安装 Gmail Lead Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gmail-lead-monitor」即可一键安装,无需额外配置。
Gmail Lead Monitor 是免费的吗?
是的,Gmail Lead Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gmail Lead Monitor 支持哪些平台?
Gmail Lead Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gmail Lead Monitor?
由 Mike(@themsquared)开发并维护,当前版本 v1.0.0。