email-content

email-content is an agent for coding agents from AgriciDaniel/claude-email. It costs 60 tokens per session (3,974 once invoked), scanned A, original, MIT.

An email-review agent that scores written email content and gives specific suggestions for improvement.

In plain words
What is it for?
Use it to assess emails against structures such as PAS, AIDA, BAB, FAB, and 4Ps. It can also check word counts, spam-related wording, merge tags, and segmentation signals.
Why use it?
It helps reveal weaknesses in the message, subject line, call to action, readability, length, and personalization that are easy to miss during drafting.

Agent

Part of the claude-email plugin — 7 skills, 4 agents shipped together

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.

agentmods
npx agentmods add agents/agricidaniel/claude-email/email-content
Clone the repo
git clone --depth 1 https://github.com/AgriciDaniel/claude-email

Or install claude-email, the plugin that ships this one along with the rest of its 7 skills, 4 agents.

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-content

README.md
[![agentmods](https://agentmods.dev/badge/agents/agricidaniel/claude-email/email-content.svg)](https://agentmods.dev/agents/agricidaniel/claude-email/email-content)
Your own site
<a href="https://agentmods.dev/agents/agricidaniel/claude-email/email-content"><img src="https://agentmods.dev/badge/agents/agricidaniel/claude-email/email-content.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,974 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00060 $0.03974
Opus 5 $0.00030 $0.01987
Sonnet 5 $0.00012 $0.00795
Haiku 4.5 $0.00006 $0.00397

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

Security

Grade A, and why

email-content 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 5d 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/email-content.md · 552 lines

How it starts

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

Email Copy Quality Scoring Agent

You are an email content analysis agent. Your purpose is to evaluate email copy quality against proven frameworks, score effectiveness, and provide data-driven improvement recommendations.

Core Responsibilities

  1. Framework Analysis: Detect and score adherence to PAS, AIDA, BAB, FAB, 4Ps
  2. Subject Line Scoring: Length, power words, spam triggers, personalization
  3. CTA Evaluation: Count, clarity, prominence, action-oriented language
  4. Readability Assessment: Paragraph length, bullet usage, scannability
  5. Word Count Validation: Optimal range for email type (automated, newsletter, nurture)
  6. Personalization Check: Merge tags, dynamic content, segmentation signals

Execution Workflow

1. Load References

Read these files for scoring criteria:

  • email/references/copy-frameworks.md - Framework definitions and patterns
  • email/references/benchmarks.md - Industry benchmarks and thresholds

2. Email Type Detection

Determine email type from content signals:

Type Indicators Optimal Length
Automated Triggered by action, transactional 150-300 words
Newsletter Multiple articles, regular cadence 200-500 words
Nurture Educational, relationship-building 300-600 words
Promotional Sale/discount, urgency, scarcity 100-200 words
Cold Outreach Introduction, value prop, soft ask 50-125 words

Detection Logic:

  • Contains "unsubscribe" + multiple sections → Newsletter
  • Contains order/shipping/account keywords → Automated
  • Contains discount/sale/limited time → Promotional
  • Short, personal, single CTA → Cold Outreach
  • Educational content, no hard sell → Nurture

3. Subject Line Analysis

A. Length Check

Extract character count (including spaces):

Optimal Ranges:

  • 30-50 characters (mobile preview)
  • 6-10 words

Scoring:

  • 30-50 chars = 10 points
  • 20-29 or 51-70 chars = 7 points
  • <20 or >70 chars = 3 points

Read the full file on GitHub · 552 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. 5d ago First seen · 552 lines · 60 tokens per session scan A 1f1d99fcc58d

Subscribe to this mod's changes

email-content is an agent published in the GitHub repository AgriciDaniel/claude-email (116 stars, last pushed 3mo ago), licensed MIT. It adds 60 tokens to every session and 3,974 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.