| name | ai-gmail-inbox-classifier-auto-archive-with-hourly-telegram |
| description | AI Gmail Inbox Classifier & Auto-Archive with Hourly Telegram Alerts: Automatically organize and clean up your Gmail inbox every hour, hands-free. This AI email automation reads each new message, classifies it into one of eleven of your own Gmail labels (across the "00 Automated", "00 Human", and "00 Bookkeeping" label groups), applies the right label, and archives it out of your inbox — so you reach inbox zero without lifting a finger. The moment a message is tagged Important, you get an insta. |
| version | 1.0.4 |
| homepage | https://www.agentpmt.com/agent-workflow-skills/ai-gmail-inbox-classifier-auto-archive-with-hourly-telegram-alerts |
| compatibility | Agent instructions for AgentPMT-hosted remote tool calls. Follow this skill body for supported account, wallet, and setup routes. No local command runtime is declared. |
| metadata | {"author":"agentpmt","openclaw":{"homepage":"https://www.agentpmt.com/agent-workflow-skills/ai-gmail-inbox-classifier-auto-archive-with-hourly-telegram-alerts"}} |
AI Gmail Inbox Classifier & Auto-Archive with Hourly Telegram Alerts
Freshness
Last updated: 2026-08-10.
If the current date is more than 7 days after the last updated date, reinstall this skill from skills.sh or ClawHub before relying on endpoints, schemas, setup steps, or examples.
What This Workflow Does
Automatically organize and clean up your Gmail inbox every hour, hands-free. This AI email automation reads each new message, classifies it into one of eleven of your own Gmail labels (across the "00 Automated", "00 Human", and "00 Bookkeeping" label groups), applies the right label, and archives it out of your inbox — so you reach inbox zero without lifting a finger. The moment a message is tagged Important, you get an instant Telegram alert with a direct link to that email, so urgent messages never slip through. Ideal for busy professionals and teams who want smart email sorting, automated inbox triage, and real-time Telegram notifications for the emails that actually matter.
Required Setup
- AgentPMT overview:
../what-is-agentpmt.
- Account MCP/REST setup:
../agentpmt-account-mcp-rest-api-setup.
Core AgentPMT setup skills:
- What AgentPMT is: ../what-is-agentpmt
- AgentPMT account MCP/REST setup: ../agentpmt-account-mcp-rest-api-setup
skills.sh install script:
npx skills add AgentPMT/agent-skills --skill what-is-agentpmt
npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup
Workflow Session Management
Call AgentPMT-Workflow-Skills with start_workflow before the first step and end_workflow after the final step.
{"action":"start_workflow","skill_id":"ai-gmail-inbox-classifier-auto-archive-with-hourly-telegram-alerts"}
{"action":"end_workflow","skill_id":"ai-gmail-inbox-classifier-auto-archive-with-hourly-telegram-alerts","rating":5,"comment":"completed"}
Workflow Process
- Fetch All Inbox Messages
- Tool product: Gmail - All Email Actions.
- Tool skill:
../gmail-all-email-actions.
- ClawHub page: https://clawhub.ai/agentpmt/gmail-all-email-actions.
- skills.sh install:
npx skills add AgentPMT/agent-skills --skill gmail-all-email-actions.
- Marketplace: https://www.agentpmt.com/marketplace/gmail-all-email-actions.
- Tool instructions: Fetch all messages currently in the Gmail INBOX. Return the full list including message IDs, sender, subject, snippet, and any existing labels.
- Default parameters are configured on this workflow node; use the linked tool skill for schema details.
- For Each Email in Inbox
- Iterate over the configured collection, then continue through the connected workflow path.
- Get Full Email Details
- Tool product: Gmail - All Email Actions.
- Tool skill:
../gmail-all-email-actions.
- ClawHub page: https://clawhub.ai/agentpmt/gmail-all-email-actions.
- skills.sh install:
npx skills add AgentPMT/agent-skills --skill gmail-all-email-actions.
- Marketplace: https://www.agentpmt.com/marketplace/gmail-all-email-actions.
- Tool instructions: Fetch the full details of the current email using email.id as the message ID. Extract and note: the sender email address, sender display name, subject, body content, threadId, and how many messages are in this thread. If the thread has multiple messages, this email is part of an ongoing conversation.
- Default parameters are configured on this workflow node; use the linked tool skill for schema details.
- Determine if Sender is Individual Human
- Prompt: Determine whether the email sender is an individual human (a real person you might have a conversation with) versus an automated/system/company sender.
- Is Sender an Individual Human?
- Evaluate the configured branch options and follow the matching workflow path.
- Check If User Previously Emailed This Person
- Archive Email (Remove from Inbox)
- Is Label Important?
- Evaluate the configured branch options and follow the matching workflow path.
- Build Gmail Direct Link
- Send Telegram Important Alert
- Hourly Run Summary
- Prompt: Summarize the completed hourly Gmail inbox processing run. Report: total emails processed, how many were assigned to each of the eleven labels, how many Telegram notifications were sent, and confirm all emails archived.
Tool Skill Links
AgentPMT Reference