email-triage

email-triage is a skill for Claude Code, Codex from strikersam/autonomous-ai-agency. It costs 0 tokens per session (610 once invoked), scanned A, original, MIT.

A workflow for sorting a backlog of emails into categories such as urgent replies, later reading, tasks, or deletion. It can also draft replies for emails that need a response.

In plain words
What is it for?
Use it to process a crowded inbox, catch up after time away, run a daily email review, or clear messages that may block a deadline.
Why use it?
It reduces the effort of deciding what each message requires and helps prevent important emails from being overlooked.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to process a crowded inbox, catch up after time away, run a daily email review, or clear messages that may block a deadline.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/strikersam/autonomous-ai-agency/email-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 strikersam/autonomous-ai-agency --skill email-triage
Clone the repo
git clone --depth 1 https://github.com/strikersam/autonomous-ai-agency

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/strikersam/autonomous-ai-agency/email-triage/github.svg)](https://agentmods.dev/skills/strikersam/autonomous-ai-agency/email-triage)
Your own site
<a href="https://agentmods.dev/skills/strikersam/autonomous-ai-agency/email-triage"><img src="https://agentmods.dev/badge/skills/strikersam/autonomous-ai-agency/email-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 email-triage

Your own site · 80×15
<a href="https://agentmods.dev/skills/strikersam/autonomous-ai-agency/email-triage"><img src="https://agentmods.dev/badge/skills/strikersam/autonomous-ai-agency/email-triage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 610 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.00000 $0.00610
Opus 5 $0.00000 $0.00305
Sonnet 5 $0.00000 $0.00122
Haiku 4.5 $0.00000 $0.00061

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

Security

Grade A, and why

email-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 12d 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.

.agents/skills/email-triage/SKILL.md · 85 lines

How it starts

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

Skill: Email Triage

Purpose

Rapidly process a backlog of emails by categorizing, prioritizing, and drafting responses or actions. Reduces inbox overwhelm and ensures nothing important is missed.

When to Use

  • Inbox has grown unmanageable
  • Returning from time away (vacation, sick leave, conference)
  • Daily morning email processing routine
  • Before an important deadline to clear blockers

Instructions

Step 1: Intake

Accept the email list in any format:

  • Paste raw email subjects + senders
  • Paste full email bodies
  • Describe the emails in natural language

Step 2: Triage Categories

Assign each email to exactly one category:

Category Meaning Action
🔴 Respond Now Urgent, requires your action today Draft reply
🟡 Respond Soon Important, deadline within the week Queue for reply
📋 Action Required No reply needed, but triggers a task Add to task list
📖 Read Later FYI, informational only Archive after reading
🗑️ Delete/Archive Noise, marketing, irrelevant Delete immediately

Step 3: Draft Responses

For each Respond Now and Respond Soon email:

  • Identify the core ask
  • Draft a concise reply (3–5 sentences unless detail is required)
  • Flag any information you need before sending

Step 4: Extract Tasks

For Action Required emails, extract concrete tasks:

- [ ] [Task from email] — From: [Sender] — Due: [Date if mentioned]

Step 5: Produce Triage Report

## Email Triage — [Date]

### 🔴 Respond Now ([count])
**From:** [Sender] | **Subject:** [Subject]
**Draft:**
> [Draft reply text]

---

### 🟡 Respond Soon ([count])
...

### 📋 Tasks Extracted ([count])
- [ ] [Task] — [Source email]

### 📖 Read Later ([count])
- [Subject] from [Sender]

### 🗑️ Archived/Deleted ([count])
- [Subject] — [Reason]

Example Prompt to Trigger

/email-triage
Here are my unread emails: [paste list or descriptions]

Output Format

  • Triage report in structured markdown
  • Draft replies inline for urgent emails
  • Task list extracted and ready to copy
  • Summary count per category

Read the full file on GitHub · 85 lines

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. 12d ago First seen · 85 lines · 0 tokens per session scan A 98731fec186e

Subscribe to this mod's changes

email-triage is a skill published in the GitHub repository strikersam/autonomous-ai-agency (8 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 610 tokens. 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-31.