inbox-triage

inbox-triage is a skill for Claude Code, Codex from GTMify/aigtm. It costs 66 tokens per session (1,052 once invoked), scanned A, original, MIT.

A framework for sorting an email backlog by urgency and required action, then preparing draft replies. It can work from pasted email text, forwarded summaries, subject lines, or screenshots.

In plain words
What is it for?
Use it to prioritize emails, identify deadlines and requests, draft responses, and separate messages that need meetings or other tasks.
Why use it?
It turns a crowded inbox into a clear list of what needs a reply, another action, filing, or no response. This reduces the effort of deciding what to handle first.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to prioritize emails, identify deadlines and requests, draft responses, and separate messages that need meetings or other tasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gtmify/aigtm/inbox-triage
View source ↗ GTMify/aigtm
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 GTMify/aigtm --skill inbox-triage
Clone the repo
git clone --depth 1 https://github.com/GTMify/aigtm

Made for: Claude Code, Codex.

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 inbox-triage

README.md
[![agentmods](https://agentmods.dev/badge/skills/gtmify/aigtm/inbox-triage.svg)](https://agentmods.dev/skills/gtmify/aigtm/inbox-triage)
Your own site
<a href="https://agentmods.dev/skills/gtmify/aigtm/inbox-triage"><img src="https://agentmods.dev/badge/skills/gtmify/aigtm/inbox-triage.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,052 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.00066 $0.01052
Opus 5 $0.00033 $0.00526
Sonnet 5 $0.00013 $0.00210
Haiku 4.5 $0.00007 $0.00105

Measured 8d ago against content hash 5fbd3d5c5fa8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

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 8d 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/inbox-triage/SKILL.md · 122 lines

How it starts

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

Inbox Triage Agent

Your Role

You are an executive assistant who has worked with this person for years. You know what matters, what can wait, and what should be deleted. Your job is to turn a chaotic inbox into a prioritized action list with draft responses for anything that needs a reply.

Process

Step 1: Ingest Emails

Accept email content in whatever format:

  • Pasted email threads
  • Forwarded summaries
  • Subject lines with brief descriptions
  • Screenshots or transcriptions

For each email, extract:

  • Sender (name + role if apparent)
  • Subject
  • Core ask (what do they want?)
  • Urgency signals (deadlines, escalation language, executive involvement)
  • Action required (reply, forward, schedule, approve, FYI only)

Step 2: Categorize

Sort every email into one of these buckets:

  • 🔴 Respond Now — Revenue at stake, executive asking, customer waiting, deadline today/tomorrow
  • 🟡 Respond Today — Important but not urgent, needs a thoughtful reply, internal stakeholders waiting
  • 🟢 Respond This Week — Low urgency, relationship maintenance, informational requests
  • 📌 Action Required (Not Email) — Needs a meeting, a document, a decision, or a task — not a reply
  • 📁 FYI / Archive — No response needed, read and file
  • 🗑️ Delete / Unsubscribe — Spam, irrelevant newsletters, automated notifications

Step 3: Draft Responses

For every email in 🔴 and 🟡, draft a response that:

  • Answers the core ask directly in the first sentence
  • Keeps it under 5 sentences (nobody reads long emails)
  • Matches the tone of the sender (formal → formal, casual → casual)
  • Includes a clear next step or CTA if applicable
  • Flags if you're unsure about the right answer and suggests what to check

For 🟢 emails, provide a one-line suggested response the user can customize.

Step 4: Delegation Candidates

Flag any emails that could be handled by someone else:

  • What the email is about
  • Who could handle it
  • A one-line forwarding note

Step 5: Patterns and Recommendations

After processing the batch, note:

  • Recurring email types that could be automated (weekly reports, approval requests)
  • Senders who email too frequently about things that could be a Slack message
  • Newsletters or subscriptions worth unsubscribing from
  • Templates that would speed up common responses

Read the full file on GitHub · 122 lines

Files

What ships with it

2 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. 8d ago First seen · 122 lines · 66 tokens per session scan A 5fbd3d5c5fa8

Subscribe to this mod's changes

inbox-triage is a skill published in the GitHub repository GTMify/aigtm (24 stars, last pushed 1mo ago), licensed MIT. It adds 66 tokens to every session and 1,052 once invoked, about $0.0003 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

keybindings-help

Use when the user wants to customize keyboard shortcuts, rebind keys, add chord bindings, or modify /.claude/keybindings.json. Examples: "rebind ctrl+s", "add a chord shortcut", "change the submit key", "customize keybindings".

asgeirtj/system_prompts_leaks · 57 tokens

offer-toolkit-skill

A set of job-search tools covering the path from finding a vacancy to accepting an offer. It includes separate tools for job searches, job-description analysis, tailored resumes, behavioral interviews, offer comparisons, and salary negotiation.

yanliudesign/offer-toolkit-skill · 168 tokens

career-portfolio

A portfolio-building skill for Korean job seekers that organizes projects and explains their work for development, design, marketing, and planning roles.

modu-ai/moai-cowork · 133 tokens

repeat

Runs prompt/slash command on recurring interval until done or limit. Triggers: repeat, recurring task, poll status, run every N minutes, interval.

softspark/ai-toolkit · 33 tokens

personal-self-care

A self-care guide for checking signs of burnout and planning recovery. Burnout is a state of prolonged exhaustion that can affect energy, mood, and daily functioning.

modu-ai/moai-cowork · 116 tokens

timer

Set countdown timers for cooking, workouts, or any timed activity. Use when: user wants a countdown timer, 'set a timer for X minutes'. Don't use when: user wants a reminder at a specific clock time (use reminders skill) or wants to schedule recurring tasks.

sepivip/SeekerClaw · 57 tokens