Agent skill · Content & Marketing

inbox-triage-live

Triage the user's REAL inbox through the Gmail connector — not a framework they run by hand. Use when asked to clear my inbox, get me to inbox zero on the actual account, triage my unread, or process my email backlog in Cowork. Reads unread via the Gmail connector, sorts every message into archive / reply-now / task / park, applies labels and archives in place, drafts the reply-now messages as real Gmail drafts. Produces a triage-report artifact of what it did and what still needs the user.

mohitagw15856github.com/mohitagw15856GitHub ↗
claude-codecursorMIT
Install
npx skills add mohitagw15856/pm-claude-skills --skill inbox-triage-live --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/inbox-triage-live/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,255
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Inbox Triage (Live) The generic triage skill teaches a system; this one *runs it on the real account*. In Claude Cowork it reads the user's actual unread mail through the Gmail connector, decides each message, and takes the safe actions (label, archive, draft) itself — leaving only true judgement calls for the human. ## What This Skill Produces - **The triage pass, executed** — every unread message assigned one of four verbs and the safe actions applied in the account - **Reply-now drafts** — short replies created as real Gmail drafts (never auto-sent) for the user to review and send - **A triage-report artifact** — a table of what was archived/labelled/drafted, plus the short list of messages that need a human decision ## Required Inputs Ask for these if not provided: - **Scope** — which mailbox/label and how far back (e.g. "all unread", "Primary from the last 7 days") - **Reply-now boundary** — may the skill draft replies, or only classify? (default: draft, never send) - **Sender rules** — VIPs that are never auto-archived; newsletters that always are ## Framework: The Four Verbs 1. **Archive (default):** no action needed → archive; search beats filing. 2. **Reply-now (two-minu

What's inside
Steps it walks through
  1. What This Skill Produces
  2. Required Inputs
  3. Framework: The Four Verbs
  4. Execution (Cowork)
  5. Output Format
  6. Summary
  7. Actions taken
  8. Needs your decision
  9. Reply-now drafts created
  10. Quality Checks
  11. Anti-Patterns
  12. Example Trigger Phrases
More from pm-claude-skills
All skills →
About this skill
What does the inbox-triage-live skill do?

Triage the user's REAL inbox through the Gmail connector — not a framework they run by hand. Use when asked to clear my inbox, get me to inbox zero on the actual account, triage my unread, or process my email backlog in Cowork. Reads unread via the Gmail connector, sorts every message into archive / reply-now / task / park, applies labels and archives in place, drafts the reply-now messages as real Gmail drafts. Produces a triage-report artifact of what it did and what still needs the user.

How do I install it?

Run `npx skills add mohitagw15856/pm-claude-skills --skill inbox-triage-live --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From mohitagw15856/pm-claude-skills, a repository with 1,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going