/ Directory / Playground / claude-email
● Community AgriciDaniel ⚡ Instant

claude-email

by AgriciDaniel · AgriciDaniel/claude-email

6 sub-skills for professional email: inbox triage, composition with PAS/AIDA frameworks, quality scoring, deliverability audit (SPF/DKIM/DMARC), automation sequences, 90-day strategy.

Professional email workflow skill pack. Inbox Triage uses Gmail/Outlook MCP for AI importance scoring + reply suggestions. Composition applies copywriting frameworks (PAS, AIDA, BAB, FAB, 4Ps) with tone matching. Quality Review scores 0-100 across clarity, professionalism, CTA, tone, technical. Deliverability Audit checks SPF/DKIM/DMARC + 2024-2026 bulk-sender compliance. Automation Sequences designs welcome/nurture/re-engagement/post-purchase drips. Marketing Strategy builds 90-day roadmaps + KPIs.

Why use it

Key features

Live Demo

What it looks like in practice

claude-email-skill.replay ▶ ready
0/0

Install

Pick your client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-email-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AgriciDaniel/claude-email",
        "~/.claude/skills/claude-email"
      ],
      "_inferred": true
    }
  }
}

Open Claude Desktop → Settings → Developer → Edit Config. Restart after saving.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-email-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AgriciDaniel/claude-email",
        "~/.claude/skills/claude-email"
      ],
      "_inferred": true
    }
  }
}

Cursor uses the same mcpServers schema as Claude Desktop. Project config wins over global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-email-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AgriciDaniel/claude-email",
        "~/.claude/skills/claude-email"
      ],
      "_inferred": true
    }
  }
}

Click the MCP Servers icon in the Cline sidebar, then "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-email-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AgriciDaniel/claude-email",
        "~/.claude/skills/claude-email"
      ],
      "_inferred": true
    }
  }
}

Same shape as Claude Desktop. Restart Windsurf to pick up changes.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-email-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AgriciDaniel/claude-email",
        "~/.claude/skills/claude-email"
      ]
    }
  ]
}

Continue uses an array of server objects rather than a map.

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-email-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/AgriciDaniel/claude-email",
          "~/.claude/skills/claude-email"
        ]
      }
    }
  }
}

Add to context_servers. Zed hot-reloads on save.

claude mcp add claude-email-skill -- git clone https://github.com/AgriciDaniel/claude-email ~/.claude/skills/claude-email

One-liner. Verify with claude mcp list. Remove with claude mcp remove.

Use Cases

Real-world ways to use claude-email

Triage a busy inbox in 10 minutes

👤 Anyone drowning in email ⏱ ~10 min beginner

When to use: Morning inbox review.

Prerequisites
  • Gmail or Outlook MCP installed — Set up the appropriate MCP server
  • Skill installed — git clone https://github.com/AgriciDaniel/claude-email ~/.claude/skills/claude-email
Flow
  1. Run triage
    Use claude-email inbox-triage on my unread Gmail from the last 24h. Score + label + draft replies for the top 5.✓ Copied
    → Importance-sorted list with draft replies
  2. Review and send
    I'll edit drafts; you archive the noise.✓ Copied
    → Inbox down to zero unreads without missing important threads

Outcome: Inbox zero before coffee.

Pitfalls
  • Over-trusting AI-scored importance — Always glance at the 'noise' pile before archiving

Write a cold email using PAS + measured CTA

👤 Founders, sales reps ⏱ ~20 min beginner

When to use: Cold outreach with a clear offer.

Flow
  1. Brief the composer
    Use claude-email compose. Framework: PAS. Recipient profile: VP of Eng at a mid-size SaaS. Offer: free migration audit.✓ Copied
    → Draft with Problem-Agitation-Solution structure
  2. Run quality review
    Score this draft 0-100.✓ Copied
    → Scorecard with concrete improvements

Outcome: A cold email you'd actually send.

Run a deliverability audit before launching a newsletter

👤 Anyone launching email at scale ⏱ ~45 min intermediate

When to use: Before hitting send on your first 5k-person send.

Flow
  1. Run audit
    Audit example.com — SPF, DKIM, DMARC, reverse DNS. Check Google/Yahoo/Microsoft 2024-2026 bulk sender compliance.✓ Copied
    → Per-check pass/fail with fix instructions
  2. Fix and re-audit
    I've updated DNS. Re-audit.✓ Copied
    → Green across the board

Outcome: Send with confidence you'll land in inbox, not spam.

Pitfalls
  • DMARC at p=reject without monitoring first — Start at p=none and monitor for 2 weeks

Design a 5-email welcome sequence for a SaaS trial

👤 Growth marketers ⏱ ~60 min intermediate

When to use: Launching a new product trial and need activation emails.

Flow
  1. Specify the product + goal
    Design a 5-email welcome series for <product>. Goal: trial -> paid activation.✓ Copied
    → Series with timing + content brief per email
  2. Draft email 1
    Draft email 1. Tone: warm but punchy.✓ Copied
    → Ready-to-paste draft

Outcome: Automation-ready series.

Combine with: clawfu-skill

Combinations

Pair with other MCPs for X10 leverage

claude-email-skill + clawfu-skill

Marketing strategy from ClawFu, email execution here

Take the ClawFu positioning; build a welcome series with claude-email.✓ Copied

Actually fetch/send via Gmail auth

Authenticate Gmail, then run inbox_triage.✓ Copied

Tools

What this MCP exposes

ToolInputsWhen to callCost
inbox_triage filter (time/unread) Inbox review Gmail/Outlook MCP quota
compose framework, recipient profile, offer New outbound 0
quality_review email draft Before sending anything important 0
deliverability_audit sending domain Before scale sends 0
sequence_designer product, goal, audience Automation planning 0
strategy_90d business profile Quarterly planning 0

Cost & Limits

What this costs to run

API quota
Depends on Gmail/Outlook MCP + optional SendGrid/Mailchimp
Tokens per call
Moderate
Monetary
Free skill
Tip
Triage the top 20 unread, not the whole inbox — more signal per token

Security

Permissions, secrets, blast radius

Minimum scopes: Gmail/Outlook: read for triage; send only if you trust the flow
Credential storage: OAuth via Gmail/Outlook MCP; don't store raw credentials
Data egress: Email contents go through your LLM provider — check data policy
Never grant: Send without review for cold outreach — always human-in-the-loop first

Troubleshooting

Common errors and fixes

Gmail MCP auth expired

Re-run the authenticate flow

Deliverability audit shows DKIM pass but DMARC fail

Alignment mismatch between SPF and DKIM domains — check From vs Return-Path

Alternatives

claude-email vs others

AlternativeWhen to use it insteadTradeoff
clawfu-skillsYou need broader marketing frameworks, not email-specificLess email execution depth

More

Resources

📖 Read the official README on GitHub

🐙 Browse open issues

🔍 Browse all 400+ MCP servers and Skills