gmail_triage

Classify Gmail inbox messages and stage draft replies for review.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/mgsystemsdev/POD --skill gmail-triage-mgsystemsdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gmail_triage
Source: https://github.com/mgsystemsdev/POD/tree/main/agent-system-base/.claude/skills/gmail_triage
Command: npx skills add https://github.com/mgsystemsdev/POD --skill gmail-triage-mgsystemsdev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gmail inbox triage and review workflow automates the process of classifying incoming messages, staging draft replies, and empowering you to approve, modify, or reject suggested responses.

Core Features & Use Cases

  • Review worker output and understand how messages were categorized.
  • Approve or reject staged draft replies, editing when needed.
  • Configure and adjust triage rules to suit personal or team workflows.
  • Run manual triage sessions or review overnight triage results.
  • Cron-based automated triage every 3 hours when enabled.

Quick Start

Run a manual triage session by executing the Gmail triage worker in your environment: cd ~/agents/agent-services && python3 workers/gmail_triage.py

Frequently Asked Questions about gmail_triage

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

FAQPage Schema
How do I automate Gmail inbox triage and draft review?

Gmail inbox triage classifies and organizes content by labeling and staging draft replies. You review worker output, understand message categorization, and approve, modify, or reject suggested draft responses.

Can I run automated Gmail triage on a schedule?

Yes, the Gmail triage worker supports cron-based automated triage every 3 hours when enabled. This allows you to review overnight triage results and staged drafts during manual sessions.

What's the best way to set up manual email triage sessions?

Run a manual triage session by executing the Gmail triage worker in your environment: cd ~/agents/agent-services && python3 workers/gmail_triage.py. This processes inbox messages, applies triage labels, and stages drafts for your review.

How do I configure custom triage rules for Gmail workflows?

You can configure and adjust triage rules to suit personal or team workflows. This customization ensures messages are categorized into clear triage categories that match your daily email management and collaboration handoff requirements.

Does Gmail triage maintain logs and state between sessions?

Yes, the Gmail triage worker maintains logs and state in designated directories. This ensures consistent tracking of triage labels and draft replies across both manual triage sessions and automated scheduled runs.