Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
agricidaniel avatar

Email

  • 59 installs
  • 100 repo stars
  • Updated May 23, 2026
  • agricidaniel/claude-email

email is a Claude Code skill that manages and markets email across business types by orchestrating six sub-skills for triage, writing, review, auditing, sequences, and strategy.

About

email is a universal email management and marketing skill that orchestrates six sub-skills covering inbox triage, composition with copy frameworks, pre-send review, deliverability auditing, automation-sequence design, and marketing strategy. It routes commands to the right sub-skill and enforces shared quality gates like subject-line limits and compliance rules. A developer or marketer uses it as the entry point for email work across business types.

  • Universal email management and marketing skill
  • Inbox triage, composition, review, deliverability audit, sequences
  • Orchestrates 6 sub-skills and 4 subagents

Email by the numbers

  • 59 all-time installs (skills.sh)
  • Ranked #538 of 853 Sales & Marketing skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

email capabilities & compatibility

Capabilities
email triage · email copywriting · email review · deliverability audit · email sequences · email strategy
Works with
gmail · outlook
Use cases
email · marketing · copywriting
Pricing
Bring your own API key
Requires keys
GMAILOROUTLOOKMCPCONNECTION
From the docs

What email says it does

Comprehensive email management and marketing for any business type.
SKILL.md
Orchestrates 6 specialized sub-skills and 4 subagents.
SKILL.md
npx skills add https://github.com/agricidaniel/claude-email --skill email

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs59
repo stars100
Last updatedMay 23, 2026
Repositoryagricidaniel/claude-email

What it does

Route email tasks (triage, write, review, audit, sequence, plan) to specialized sub-skills with shared quality gates.

Who is it for?

A single entry point for inbox triage, email writing, deliverability, and marketing sequences.

When should I use this skill?

You say email, inbox, check email, write email, email audit, or email sequence.

What you get

Email tasks are routed to the right sub-skill with consistent quality and compliance gates applied.

  • Triaged inbox, composed emails, deliverability audit, or marketing plan depending on command

By the numbers

  • orchestrates 6 sub-skills and 4 subagents
  • subject lines 6-10 words / 30-50 characters

Files

SKILL.mdMarkdownGitHub ↗

Email -- Universal Email Management & Marketing Skill

Comprehensive email management across all business types (local services, SaaS, e-commerce, creators, agencies). Orchestrates 6 specialized sub-skills and 4 subagents.

Quick Reference

CommandWhat it does
/emailInteractive mode: detect context, show inbox summary or menu
/email checkInbox triage: scan, score importance, categorize, suggest replies
/email writeCompose email: choose framework, generate subject + body + HTML
/email review <email>Pre-send quality check: score subject, copy, HTML, compliance
/email audit <domain>Deliverability audit: SPF/DKIM/DMARC, blacklists, compliance
/email sequence <type>Design automation: welcome, nurture, win-back, cart, custom
/email plan <business>Email marketing strategy with industry template

Orchestration Logic

Interactive Mode (/email)

When invoked without arguments: 1. Check for email-profile.md in project root 2. If missing, run first-time onboarding (see User Profile System below) 3. If profile exists, detect available MCP servers (Gmail, Outlook, SendGrid) 4. Show interactive menu with inbox summary if email MCP is available

Command Routing

For specific commands, load the relevant sub-skill directly:

  • /email check -> skills/email-check/SKILL.md
  • /email write -> skills/email-write/SKILL.md
  • /email review -> skills/email-review/SKILL.md
  • /email audit -> skills/email-audit/SKILL.md
  • /email sequence -> skills/email-sequence/SKILL.md
  • /email plan -> skills/email-plan/SKILL.md

Audit Delegation

When the user invokes /email audit, delegate to subagents in parallel: 1. Run scripts/check_deliverability.py for DNS-based checks 2. Spawn subagents: email-deliverability, email-compliance 3. Collect results and generate unified Email Health Score (0-100) 4. Create prioritized fix list (Critical -> High -> Medium -> Low)

User Profile System

On first run, generate email-profile.md in the project root:

1. Detect existing MCP configurations:

  • Check for Gmail MCP tools (search_gmail_messages, send_gmail_message)
  • Check for Outlook MCP tools (list-mail-messages, send-mail)
  • Check for marketing MCPs (SendGrid, Mailchimp, Kit.com)

2. Ask 4 setup questions:

  • Business type: local business, SaaS, ecommerce, creator, agency, personal
  • Primary email platform: Gmail, Outlook, other
  • Compliance regions: US only, EU/GDPR, both
  • Brand voice: professional, friendly, casual, authoritative

3. Generate email-profile.md with these settings 4. All sub-skills reference this profile to adapt recommendations

Profile-Driven Behavior

Business TypeEmphasis
Local businessReview requests, appointment reminders, loyalty, seasonal promos
SaaSOnboarding sequences, feature announcements, churn prevention, NPS
EcommerceAbandoned cart, post-purchase, promotional, cross-sell/upsell
CreatorNewsletter, community engagement, monetization, content teasers
AgencyClient communication, project updates, case studies, proposals
PersonalInbox management, reply drafts, organization

Quality Gates

Hard rules enforced across all sub-skills:

  • Subject lines: 6-10 words / 30-50 characters
  • Spam complaint rate must stay under 0.1% (hard limit: 0.3%)
  • Bounce rate must stay under 2% (ideal: under 1%)
  • HTML email total size under 102 KB (Gmail clips larger emails)
  • Image-to-text ratio: minimum 60% text / 40% images
  • Every marketing email must include unsubscribe mechanism
  • Every marketing email must include physical postal address (CAN-SPAM)
  • One-click unsubscribe headers required (RFC 8058) for bulk senders
  • Honor unsubscribe requests within 2 business days
  • Never send more than 20 emails per session without explicit approval
  • Always show email draft for approval before sending

Reference Files

Load these on-demand as needed -- do NOT load all at startup:

  • references/deliverability-rules.md -- SPF/DKIM/DMARC validation, bulk sender rules
  • references/benchmarks.md -- KPI benchmarks by industry, scoring thresholds
  • references/compliance.md -- CAN-SPAM, GDPR, CCPA, RFC 8058 requirements
  • references/copy-frameworks.md -- PAS, AIDA, BAB, FAB, 4Ps with templates
  • references/technical-standards.md -- HTML rendering, dark mode, responsive design
  • references/mcp-integration.md -- Setup guides for Gmail, Outlook, SendGrid, etc.

Scoring Methodology

Email Health Score (0-100) -- for /email audit

CategoryWeight
Authentication (SPF+DKIM+DMARC)40%
Blacklist Status20%
DNS Configuration15%
Compliance15%
TLS/Security10%

Email Quality Score (0-100) -- for /email review

CategoryWeight
Subject Line25%
Copy Quality25%
Technical (HTML)20%
Deliverability Signals15%
Compliance15%

Priority Levels

  • Critical: Blocks delivery or causes blacklisting (immediate fix)
  • High: Significantly impacts inbox placement (fix within 1 week)
  • Medium: Optimization opportunity (fix within 1 month)
  • Low: Nice to have (backlog)

Sub-Skills

This skill orchestrates 6 specialized sub-skills:

1. email-check -- Inbox triage, importance scoring, reply suggestions 2. email-write -- Email composition with copy frameworks and templates 3. email-review -- Pre-send quality scoring (0-100) 4. email-audit -- Domain deliverability audit (SPF/DKIM/DMARC, blacklists) 5. email-sequence -- Automation sequence design (welcome, nurture, win-back) 6. email-plan -- Email marketing strategy with industry templates

Subagents

For parallel analysis during audits:

  • email-deliverability -- SPF/DKIM/DMARC + blacklist + reputation checks
  • email-compliance -- CAN-SPAM/GDPR/CCPA compliance scanning
  • email-content -- Copy quality and framework adherence scoring
  • email-inbox -- Inbox categorization and importance scoring

MCP Integration

Detecting Available MCP Tools

Check for these tool patterns to determine available platforms:

  • Gmail: search_gmail_messages, send_gmail_message, get_gmail_message_content
  • Outlook: list-mail-messages, send-mail, get-mail-message
  • SendGrid: send_single_email, list_all_contacts, get_stats
  • Mailchimp: get_campaigns, create_campaign, send_campaign
  • Kit.com: kit_list_subscribers, kit_create_broadcast

If no email MCP is detected, inform the user and offer setup guidance from references/mcp-integration.md.

Related skills

FAQ

Which email providers does it work with?

It triages inboxes via a Gmail or Outlook MCP and can detect marketing MCPs like SendGrid, Mailchimp, or Kit.com.

What copy frameworks does it use?

It composes email using proven copy frameworks: PAS, AIDA, BAB, and FAB.

Sales & Marketinglifecyclecontent

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.