mcp-media-inbox-triage

mcp-media-inbox-triage is a skill for Claude Code from zapier/gtm-cheat-codes. It costs 43 tokens per session (1,460 once invoked), scanned A, original, MIT.

A workflow for sorting a shared Gmail inbox that contains media requests, partnership inquiries, customer leads, vendor pitches, newsletters, and spam. It classifies messages, rates urgency, suggests an owner, and can send summaries to Slack, Google Sheets, or a triage document.

In plain words
What is it for?
Use it to find high-intent requests, route them to the right person, record the results, and draft replies for approval.
Why use it?
It reduces the time spent scanning mixed inbox traffic while keeping replies and final decisions under human review.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the gtm-cheat-codes plugin — 21 skills shipped together

Good fit Use it to find high-intent requests, route them to the right person, record the results, and draft replies for approval.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zapier/gtm-cheat-codes/mcp-media-inbox-triage
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zapier/gtm-cheat-codes --skill mcp-media-inbox-triage
Clone the repo
git clone --depth 1 https://github.com/zapier/gtm-cheat-codes

Made for: Claude Code.

Or install gtm-cheat-codes, the plugin that ships this one along with the rest of its 21 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mcp-media-inbox-triage

README.md
[![agentmods](https://agentmods.dev/badge/skills/zapier/gtm-cheat-codes/mcp-media-inbox-triage/github.svg)](https://agentmods.dev/skills/zapier/gtm-cheat-codes/mcp-media-inbox-triage)
Your own site
<a href="https://agentmods.dev/skills/zapier/gtm-cheat-codes/mcp-media-inbox-triage"><img src="https://agentmods.dev/badge/skills/zapier/gtm-cheat-codes/mcp-media-inbox-triage/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mcp-media-inbox-triage

Your own site · 80×15
<a href="https://agentmods.dev/skills/zapier/gtm-cheat-codes/mcp-media-inbox-triage"><img src="https://agentmods.dev/badge/skills/zapier/gtm-cheat-codes/mcp-media-inbox-triage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,460 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00043 $0.01460
Opus 5 $0.00022 $0.00730
Sonnet 5 $0.00009 $0.00292
Haiku 4.5 $0.00004 $0.00146

Measured 13d ago against content hash 2b8934d52d7a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

mcp-media-inbox-triage scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/marketing/mcp-media-inbox-triage/SKILL.md · 175 lines

How it starts

The opening of the file, as written. The whole thing — 175 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MCP Media Inbox Triage

Use this skill when a marketing, PR, community, or partnerships team needs a lightweight triage layer for a shared Gmail inbox.

What This Skill Does

  1. Searches a configured Gmail inbox or label in a bounded window.
  2. Reads only the message context needed for classification.
  3. Classifies each message as media request, partnership inquiry, customer/community lead, urgent executive risk, vendor pitch, spam/no action, or unclear.
  4. Scores urgency and recommends the right owner.
  5. Routes relevant requests to Slack, Google Sheets, or a triage doc.
  6. Drafts suggested replies only for human review.

When You Need This Pattern

  • A shared inbox mixes press requests, creator pitches, partnership notes, customer signals, newsletters, and vendor spam.
  • One person spends time each week skimming every email just to find the real asks.
  • The team needs human review before any reply is sent.
  • The team already works in Gmail, Slack, and Google Sheets.
  • You want a practical Zapier MCP workflow that saves attention, not just time.

Architecture

Shared Gmail inbox
  -> Zapier MCP Gmail search and read
  -> AI classification
  -> Slack summary, Google Sheets triage log, or Gmail draft

Required Connections Through Zapier MCP

  • Gmail: search and read messages from the shared inbox.
  • Slack: post triage summaries or urgent alerts.
  • Google Sheets: append a persistent triage log.
  • LLM: classify and summarize.

Optional:

  • Google Docs: create a weekly media-request digest.
  • Google Calendar: check deadline windows or schedule follow-ups.
  • CRM or advocacy database: match senders to known customers, partners, or advocates.

Core Workflow

1. Define The Inbox Window

Start with a bounded search:

to:{SHARED_INBOX} newer_than:7d -label:triaged

Adjust the inbox address, label, and time window for your team.

2. Pull Minimal Email Context

For each candidate message, read only:

Field Why
Sender name and email Identify source and possible owner
Subject Fast classification signal
Date received Urgency and SLA
Plain-text body Extract the ask
Thread count Spot follow-ups and repeated requests
Gmail thread link Source of truth

Read the full file on GitHub · 175 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 175 lines · 43 tokens per session scan A 2b8934d52d7a

Subscribe to this mod's changes

mcp-media-inbox-triage is a skill published in the GitHub repository zapier/gtm-cheat-codes (334 stars, last pushed 2mo ago), licensed MIT. It adds 43 tokens to every session and 1,460 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

handoff

Export or import local Waybill Bundles for unfinished coding-agent tasks. Use when the user asks for /handoff, /handoff export, /handoff import, or wants to continue from a Waybill bundle.

wardmos/waybill · 44 tokens

peon-ping-toggle

Toggle peon-ping sound notifications on/off. Use when user wants to mute, unmute, pause, or resume peon sounds during a Claude Code session. Also handles config changes like volume, pack rotation, categories — any peon-ping setting.

PeonPing/peon-ping · 58 tokens

peon-ping-log

Log exercise reps for the Peon Trainer. Use when user says they did pushups, squats, or wants to log reps. Examples - "/peon-ping-log 25 pushups", "/peon-ping-log 30 squats", "log 50 pushups".

PeonPing/peon-ping · 64 tokens

usage-audit

Audit a Claude Code setup for token waste and context bloat. Checks MCP servers, CLAUDE.md, skills, and settings against bloat filters. Triggers on: "audit my context", "usage audit", "token audit", "context bloat". NOT for codebase audits.

Mathews-Tom/armory · 63 tokens

Agent Browser Automation

Fast Rust-based headless browser automation CLI with Node.js fallback for AI agents, featuring navigation, clicking, typing, snapshots, and structured commands optimized for agent workflows.

PramodDutta/qaskills · 37 tokens

daily-journal

A passive daily work journal that Claude keeps FOR you so you never have to write it yourself. Append short entries after meaningful work (what was done, what you focused on, artifacts touched) to 01-daily/journal/YYYY-MM-DD.md. Run a guided reflection at night or in the morning. Use when you run /daily-journal, say…

huytieu/COG-second-brain · 107 tokens