EmailManager

Monitor Gmail inboxes, filter spam, and send Telegram alerts.

9|1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/CarbeneAI/Forge --skill emailmanager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: EmailManager
Source: https://github.com/CarbeneAI/Forge/tree/main/.claude/skills/EmailManager
Command: npx skills add https://github.com/CarbeneAI/Forge --skill emailmanager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Intelligent, automated management of Gmail accounts across personal and workspace, delivering reliable spam filtering and timely Telegram alerts.

Core Features & Use Cases

  • Monitors Gmail accounts (personal and workspace) for new messages and phishing/spam with a 4-layer filter.
  • Sends actionable Telegram notifications for legitimate emails and creates daily digests with Tiered priority gating.
  • Integrates with Google Calendar for scheduling meetings, drafting responses, and scheduling invites.

Quick Start

Authenticate Gmail accounts via the OAuth2 flow and run the EmailMonitor in daemon mode to begin polling.

Frequently Asked Questions about EmailManager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Gmail monitoring and get Telegram alerts for new emails?

Automate Gmail monitoring by running a daemon-mode EmailMonitor script that polls your inbox via OAuth2 and sends real-time Telegram alerts for legitimate messages, filtering out spam.

Can I use OAuth2 to monitor both personal and workspace Gmail accounts?

Yes, OAuth2-based Gmail access supports monitoring both personal and workspace Gmail accounts, allowing the automated polling system to watch for new messages and phishing attempts.

How does spam filtering work for automated Gmail inbox watching?

Spam filtering for Gmail inbox watching uses a 4-layer filter combined with a PriorityGate script to score, categorize, and deterministically separate legitimate emails from spam.

What's the best way to generate daily email digests with tiered priority gating?

Generate daily email digests with tiered priority gating by using the EmailCategorizer script to score incoming messages and group legitimate emails into prioritized summary reports.

Does Gmail monitoring integrate with Google Calendar for scheduling meetings?

Yes, Gmail monitoring integrates with Google Calendar to streamline email operations by scheduling meetings, drafting responses, and sending scheduling invites directly from the workflow.

Why does automated email monitoring require a local token and state store?

Automated email monitoring requires a local token and state store to maintain persistent OAuth2 authentication sessions and track polling progress for deterministic inbox watching.