email-monitor

Monitor email inboxes for important messages and get alerts. Works with AgentMail, Gmail, and any IMAP inbox.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "email-monitor" with this command: npx skills add t3mr0i/clank-email-monitor

Email Monitor Skill

Monitor your email inboxes and get alerts for important messages.

Features

  • Multi-Inbox Support – Monitor multiple email addresses
  • Keyword Alerts – Get notified when specific keywords appear
  • Priority Detection – Automatically prioritize important emails
  • Digest Mode – Daily/weekly email summaries
  • Auto-Reply – Optional automatic responses for urgent messages

Usage

# Check inbox for new messages
email-monitor check

# Set up keyword alerts
email-monitor alert add "urgent" "invoice" "deadline"

# Generate daily digest
email-monitor digest --daily

# Monitor in background (cron)
email-monitor watch --interval 5m

Installation

clawhub install email-monitor

Configuration

Create ~/.email-monitor/config.json:

{
  "inboxes": [
    {
      "name": "work",
      "provider": "agentmail",
      "api_key": "your_key",
      "inbox_id": "you@agentmail.to"
    }
  ],
  "alerts": {
    "keywords": ["urgent", "invoice", "deadline"],
    "notify": ["telegram", "email"]
  },
  "digest": {
    "enabled": true,
    "time": "08:00",
    "timezone": "UTC"
  }
}

Requirements

  • Node.js >= 20
  • AgentMail API key OR IMAP credentials
  • OpenClaw (for notifications)

License

MIT

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Gmail Lead Monitor

Monitor a Gmail inbox for new emails matching keywords and send real-time Telegram alerts while starring important messages in Gmail.

Registry Source
1360Profile unavailable
Security

Alerting & Notification System

Centralized alerting and notification system for OpenClaw. Multi-channel alerts, intelligent rules, escalation, and audit.

Registry SourceRecently Updated
7191Profile unavailable
General

Ghostty — Your Always-On Digital Self

Your always-on digital self — monitors all your communication channels in parallel, learns your writing style, drafts replies in your voice, and routes them...

Registry SourceRecently Updated
680Profile unavailable
Coding

AgentMail sending and receiving with Python scripts

python files which are used to send an email and to download received emails from an inbox. The email provider is agentmail.to, which offers an API. This way...

Registry Source
3530Profile unavailable