By AgriciDaniel
Triage Gmail/Outlook inboxes by importance score and category, compose responsive HTML emails with copy frameworks, audit domain deliverability via SPF/DKIM/DMARC/blacklists for health scores and fixes, review pre-send quality/compliance, design automation sequences, and generate 90-day marketing strategies with AI agents and skills.
Email compliance checking agent. Scans email content and sending configuration for CAN-SPAM, GDPR, and CCPA compliance. Checks for physical address, unsubscribe mechanism, honest subject lines, RFC 8058 headers, and consent documentation. Flags violations by severity.
Email copy quality scoring agent. Analyzes email content for framework adherence (PAS, AIDA, BAB, FAB, 4Ps), subject line quality, CTA effectiveness, readability, word count, and personalization. Scores content on a 0-100 scale with specific improvement recommendations.
Email deliverability analysis agent. Checks SPF, DKIM, DMARC, MX records, reverse DNS, TLS support, and blacklist status for a domain. Uses checkdmarc Python library and dig DNS lookups. Generates health scores and prioritized fix recommendations.
Inbox categorization and importance scoring agent. Analyzes email metadata (sender, subject, thread depth, time sensitivity) to score importance 0-100 and categorize as Urgent, Important, Routine, Low Priority, or Archive. Generates reply suggestions for high-priority emails adapting to user brand voice.
Audits email domain deliverability setup (SPF, DKIM, DMARC, MX records, blacklists, TLS) and generates health score (0-100) with prioritized fix list. Checks bulk sender compliance against Google/Yahoo/Microsoft 2024-2026 requirements. Provides DNS records to add/update. Use when user asks to audit, check, or analyze email deliverability, domain health, or inbox placement.
Intelligent inbox triage that connects to Gmail or Outlook, scores emails by importance (0-100) using sender recognition, urgency keywords, thread depth, time sensitivity, and business relevance, categorizes into Urgent/Important/Routine/Archive, and generates reply suggestions for top priority items. Use when the user wants to check email, review inbox, triage messages, see what's urgent, or get reply suggestions. Triggers on check email, inbox triage, what's important, email summary, unread emails, priority inbox.
Generate comprehensive email marketing strategy with 90-day implementation roadmap. Analyzes business type (local-business, saas, ecommerce, creator, agency) to deliver industry-specific segmentation plans, automation sequences, content calendars, KPI targets, platform recommendations, and week-by-week rollout schedule. Use when building email program from scratch or restructuring existing strategy.
Pre-send email quality review and scoring across 5 dimensions (subject line, copy quality, technical/HTML, deliverability, compliance). Analyzes subject lines, body copy, HTML structure, spam triggers, and CAN-SPAM compliance. Scores 0-100 with detailed recommendations for improvement. Use when user wants to review an email before sending, check email quality, or validate marketing email best practices.
Designs complete email automation sequences with timing, subject lines, copy, and conditional logic. Supports welcome series, nurture campaigns, re-engagement, abandoned cart, post-purchase, review requests, and custom sequences. Adapts sequence type, cadence, frameworks, and conditional branching to business context. Use when user wants to create an automated email series triggered by subscriber actions or time intervals.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Professional email management, deliverability optimization, and marketing strategy powered by Claude Code
6 sub-skills | 4 agents | 3 scripts | MIT License
curl -fsSL https://raw.githubusercontent.com/AgriciDaniel/claude-email/main/install.sh | bash
After installation, run /email in Claude Code to start the interactive wizard.
| Command | Description |
|---|---|
/email | Interactive mode with skill selection menu |
/email check | Inbox triage with importance scoring and reply suggestions |
/email write | Compose email using copywriting frameworks |
/email review | Quality review with 0-100 scoring and improvement suggestions |
/email audit <domain> | Deliverability audit (SPF/DKIM/DMARC, blacklists, compliance) |
/email sequence <type> | Design automation sequence (welcome, nurture, cart, etc.) |
/email plan <business> | Marketing strategy with 90-day roadmap |
Claude Email integrates with email platforms via MCP servers:
At least one inbox MCP (Gmail or Outlook) is required for /email check. All other features work standalone.
claude-email/
├── email/SKILL.md # Main orchestrator
├── skills/
│ ├── email-check/SKILL.md # Inbox triage
│ ├── email-write/SKILL.md # Composition
│ ├── email-review/SKILL.md # Quality review
│ ├── email-audit/SKILL.md # Deliverability
│ ├── email-sequence/SKILL.md # Automation design
│ └── email-plan/SKILL.md # Marketing strategy
├── agents/
│ ├── email-deliverability.md # Technical validation
│ ├── email-compliance.md # Legal/regulatory checks
│ ├── email-content.md # Copywriting analysis
│ └── email-inbox.md # Triage logic
├── scripts/
│ ├── check_deliverability.py # SPF/DKIM/DMARC validation
│ ├── analyze_email_html.py # HTML quality scoring
│ └── score_subject_line.py # Subject line analysis
├── email/references/
│ ├── deliverability-rules.md # DNS, authentication, reputation
│ ├── benchmarks.md # Industry metrics
│ ├── compliance.md # CAN-SPAM, GDPR, CASL
│ ├── copy-frameworks.md # PAS, AIDA, BAB, FAB, 4Ps
│ ├── technical-standards.md # HTML, rendering, accessibility
│ └── mcp-integration.md # Platform-specific guides
├── skills/email-plan/assets/
│ ├── local-business.md # Local/service business strategy
│ ├── saas.md # SaaS strategy
│ ├── ecommerce.md # E-commerce strategy
│ ├── creator.md # Creator/influencer strategy
│ ├── agency.md # Agency/B2B strategy
│ └── generic.md # General business strategy
└── hooks/
├── pre-send-check.sh # Pre-send validation hook
└── validate-email-html.py # HTML quality gate
checkdmarc Python package for advanced DNS validationcurl -fsSL https://raw.githubusercontent.com/AgriciDaniel/claude-email/main/install.sh | bash
npx claudepluginhub agricidaniel/claude-emailComprehensive SEO analysis plugin for Claude Code. 25 sub-skills (21 core + 1 orchestrator + 1 framework + 2 extension mirrors) and 18 sub-agents cover technical SEO, content quality, schema, sitemaps, Core Web Vitals, local SEO, backlinks, AI/GEO, ecommerce, hreflang, SXO, clustering, drift monitoring, and Google APIs. Includes optional MCP extensions, SPA-aware rendering, portability, and hardened SSRF/DNS-rebinding safe fetchers.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).
Multi-host paid advertising audit & optimization skill conforming to the Agent Skills open standard. Verified on Claude Code; experimental on Codex CLI, Cursor, Windsurf, Gemini CLI, Goose. 250+ checks across Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, Apple & Amazon Ads with weighted scoring, parallel agents, 12 industry templates, AI creative generation, PPC math, A/B test design, PDF reports, attribution + server-side tracking deep dives, and a 41-test pytest eval harness.
AI-powered blog skill suite with 30 sub-skills and 5 agents. FLOW framework integration (Find/Optimize/Win, 30 evidence-led prompts), semantic topic-cluster planning + execution, multilingual publishing (translate/localize/locale-audit), Google API integration (PageSpeed, CrUX, GSC, GA4, YouTube, NLP, Keywords), YouTube video embedding, persona-driven writing, two-tier AI slop detection, 0-4 editorial heuristics rubric, cognitive-load assessment, durable BRAND.md + VOICE.md context, API-free last-30-days discourse research, 5-dimension research quality rubric, 6-LAW synthesis contract, fact-checking, cannibalization detection, CMS taxonomy sync, NotebookLM research, Gemini TTS audio narration, 5-category scoring, and Gemini image generation. Optimized for Google rankings and AI citations (GEO/AEO).
AI image generation Creative Director powered by Google Gemini Nano Banana models. Claude interprets intent, selects domain expertise, constructs optimized prompts, and orchestrates Gemini for best results.
Marketing intelligence skills powered by iGPT. Tracks partnership pipelines, mines campaign feedback, monitors press coverage, tracks agency deliverables, analyzes brand mention sentiment, and extracts event action items — all automatically from connected email datasources.
GTM building blocks: context building, list building, market research, enrichment, segmentation, email generation, email response simulation, and campaign sending.
Send and receive emails, build with React Email, follow deliverability best practices
Gmail integration with multi-account support - read, search, send, and manage emails
Email management via IMAP/SMTP — multi-account
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.