### Review Current Email Marketing Setup Source: https://github.com/cosmoblk/email-marketing-bible/blob/main/README.md Example prompt for Claude to audit your existing email marketing setup. Provide details about your brand, platform, and current flows for a comprehensive review. ```text "Review my current email setup. I'm running Klaviyo for a DTC skincare brand, doing about $2M/year. I have a welcome series, abandoned cart, and one weekly newsletter. What am I missing?" ``` -------------------------------- ### Klaviyo Engagement Tiers Setup Source: https://context7.com/cosmoblk/email-marketing-bible/llms.txt Set up engagement-based sending tiers in Klaviyo for subscriber lists. This example shows a prompt to initiate the setup. ```natural-language "Set up engagement-based sending tiers in Klaviyo for my 25,000-subscriber list." ``` -------------------------------- ### Install Email Marketing Bible Skill Source: https://context7.com/cosmoblk/email-marketing-bible/llms.txt Clone the skill into Claude's skills directory using git. Verify installation by listing the contents of the skill directory. ```bash # Clone the skill into Claude's skills directory git clone https://github.com/CosmoBlk/email-marketing-bible.git ~/.claude/skills/email-marketing-bible # Verify installation ls ~/.claude/skills/email-marketing-bible # README.md SKILL.md LICENSE .gitignore ``` -------------------------------- ### Get Industry-Specific Email Marketing Advice Source: https://github.com/cosmoblk/email-marketing-bible/blob/main/README.md Example prompt for obtaining tailored email marketing stack recommendations for a new B2B SaaS product. Specify your product type and stage to receive guidance on necessary flows, segments, and metrics. ```text "I'm launching a B2B SaaS product. What does my email marketing stack need to look like from day one? Give me the flows, segments, and metrics I should be tracking." ``` -------------------------------- ### Build Post-Purchase Email Sequence Source: https://github.com/cosmoblk/email-marketing-bible/blob/main/README.md Example prompt for generating a complete post-purchase email sequence. Specify your product type, average order value, and customer repeat purchase cycle for tailored recommendations. ```text "Build me a complete post-purchase email sequence for my Shopify store. I sell premium coffee. Average order is $45, repeat purchase cycle is 30-45 days." ``` -------------------------------- ### Install Email Marketing Bible Skill Source: https://github.com/cosmoblk/email-marketing-bible/blob/main/README.md Use this command to clone the skill into your Claude skills directory. This one-time command grants Claude access to the entire knowledge base. ```bash git clone https://github.com/CosmoBlk/email-marketing-bible.git ~/.claude/skills/email-marketing-bible ``` -------------------------------- ### Draft Win-Back Email Sequence Copy Source: https://github.com/cosmoblk/email-marketing-bible/blob/main/README.md Example prompt for writing a win-back email sequence for inactive subscribers. Provide your brand voice and product category for relevant and engaging copy. ```text "Write a win-back email sequence for subscribers who haven't opened in 90 days. My brand voice is casual and direct. We sell fitness equipment." ``` -------------------------------- ### Email Authentication Setup Steps Source: https://context7.com/cosmoblk/email-marketing-bible/llms.txt Follow the correct sequence for setting up email authentication: SPF, DKIM, DMARC, and optionally BIMI. Ensure DNS records are correctly configured and rotated annually for DKIM. ```plaintext # Claude returns the implementation order: # # Step 1 — SPF (DNS TXT record) # v=spf1 include:klaviyomail.com ~all # Rules: max 10 DNS lookups, end with -all for strict enforcement # # Step 2 — DKIM # Add Klaviyo's DKIM keys as DNS CNAME records # Use 2048-bit RSA keys, rotate annually # Verify: d= domain must align with From address # # Step 3 — DMARC (start permissive, tighten over time) # p=none → monitor only, no enforcement # p=quarantine → suspicious mail to spam folder # p=reject → block non-authenticated mail (final goal) # # DNS TXT: _dmarc.yourdomain.com # "v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com" # # Step 4 — BIMI (optional, after DMARC enforcement) # Requires VMC certificate (~$1,500/year), displays brand logo in inbox # # Post-Feb 2024 Google/Yahoo requirement: all three (SPF+DKIM+DMARC) mandatory # for bulk senders (5K+/day) ``` -------------------------------- ### Select an Email Platform Based on Needs Source: https://context7.com/cosmoblk/email-marketing-bible/llms.txt Get recommendations for email service providers (ESPs) tailored to subscriber count, budget, and specific use cases like developer newsletters. ```plaintext "I'm starting a newsletter for developers. Currently at 0 subscribers, budget under $30/month. Which platform should I use?" # Claude cross-references the platform comparison matrix: # # Kit (ConvertKit): Free up to 10K subs. Creator-focused, simplicity, tagging. # beehiiv: Free up to 2.5K subs. Growth tools, referral programs, ad network. # Bento: $30/mo. API-first, MCP integration, SOC 2 — best for dev-focused lists. # Brevo: Free (300 emails/day). Multi-channel, volume pricing. # # Recommendation logic: # - Developer audience → Bento (API-first, MCP, SOC 2) # - Pure newsletter → beehiiv (growth tools, referral at 30-40% faster growth) # - Budget = $0 → Kit free tier (10K sub limit, automation included) # # Warning applied: "Choose for where you'll be in 12 months. # Migration at 25K with 15 automations is a project." ``` -------------------------------- ### Audit Email Setup with Claude Source: https://context7.com/cosmoblk/email-marketing-bible/llms.txt Ask Claude to review your email marketing stack, identifying gaps and providing prioritized recommendations based on revenue impact. This utilizes the skill's 6-component email stack knowledge. ```text "Review my current email setup. I'm running Klaviyo for a DTC skincare brand, doing about $2M/year. I have a welcome series, abandoned cart, and one weekly newsletter. What am I missing?" # Expected: Claude will cross-reference against the 6-component email stack # (ESP, authentication, list management, content, automation, analytics), # identify missing flows (browse abandonment, post-purchase, win-back, sunset), # flag any deliverability or compliance gaps, and prioritise recommendations # by revenue impact per setup hour. ``` -------------------------------- ### Fix Email Deliverability Issues Source: https://github.com/cosmoblk/email-marketing-bible/blob/main/README.md Example prompt for diagnosing and resolving email deliverability problems, such as emails landing in the promotions tab or a drop in open rates. Be specific about your observed issues and timeframe. ```text "My emails are landing in Gmail promotions tab and my open rates dropped from 22% to 14% over the last 3 months. What's going on and how do I fix it?" ``` -------------------------------- ### Configure DMARC Record for Email Authentication Source: https://context7.com/cosmoblk/email-marketing-bible/llms.txt Implement a Domain-based Message Authentication, Reporting, and Conformance (DMARC) record. Start with 'p=none' for monitoring and gradually move to 'p=reject' for strict enforcement. ```dns "v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com" ``` -------------------------------- ### Diagnose Deliverability Problems Source: https://context7.com/cosmoblk/email-marketing-bible/llms.txt Invoke Claude's 10-step deliverability diagnosis framework to identify issues with authentication, reputation, blocklists, content, and infrastructure. This is useful when open rates drop or emails land in promotions. ```text "My emails are landing in Gmail Promotions and open rates dropped from 22% to 14% over the last 3 months. My domain is 18 months old, I send 3x/week to ~12,000 subscribers. What's going on?" # Claude will step through: # 1. Identify symptom (Promotions tab + declining opens) # 2. Check authentication → SPF, DKIM, DMARC alignment # 3. Check blocklists → MXToolbox, Talos, Barracuda # 4. Check sender reputation → Google Postmaster Tools (domain vs IP) # 5. Analyse bounce logs → hard vs soft bounce ratio # 6. Review sending patterns → volume spikes, frequency # 7. Check content → image-to-text ratio, spam trigger words # 8. Test and validate → Mail-Tester, GlockApps # 9. Remediate root cause # 10. Monitor recovery (Gmail: up to 120-day window) ``` -------------------------------- ### Draft Win-Back Email using PAS Framework Source: https://context7.com/cosmoblk/email-marketing-bible/llms.txt Write a win-back email for inactive subscribers using the PAS (Problem, Agitate, Solution) copywriting framework. The brand voice is casual and direct, and the product is fitness equipment. Subject line rules for high opens are applied. ```text "Write a win-back email for subscribers who haven't opened in 90 days. Brand voice: casual, direct. Product: fitness equipment. Use PAS framework." # Claude applies: # Problem → "You've gone quiet. Your home gym probably has." # Agitate → Paint the consequence: goals slipping, equipment gathering dust # Solution → Re-engagement offer or content hook # # Subject line rules applied: # - Under 25 characters for highest opens ``` -------------------------------- ### Configure SPF Record for Email Authentication Source: https://context7.com/cosmoblk/email-marketing-bible/llms.txt Set up the Sender Policy Framework (SPF) record as a DNS TXT record to authorize sending mail servers. This is the first step in email authentication. ```dns v=spf1 include:klaviyomail.com ~all ``` -------------------------------- ### Natural Language Campaign Creation Source: https://context7.com/cosmoblk/email-marketing-bible/llms.txt Use natural language to create and schedule promotional campaigns. Specify subject, target segment, and send time. ```natural-language Create a promotional campaign for my list. Subject: 'New arrivals just dropped'. Send to my engaged segment (clicked last 30 days). Schedule for Tuesday 10am EST. ``` -------------------------------- ### Build Abandoned Cart Automation Flow Source: https://context7.com/cosmoblk/email-marketing-bible/llms.txt Design a 3-email abandoned cart sequence for a Shopify store selling premium coffee. The flow includes specific timing, goals, and content elements for each email, with expected revenue per recipient benchmarks. ```text "Build me a complete abandoned cart sequence for my Shopify store. I sell premium coffee, average order $45, 3-email sequence." # Claude returns a structured flow: # # Email 1 (1-4 hours after abandonment) # Subject: "Your cart is waiting" # Goal: Simple reminder, NO discount # Key elements: product image, single CTA, no urgency manipulation # # Email 2 (24 hours) # Subject: "Still thinking it over?" # Goal: Address objections # Key elements: reviews/social proof, shipping info, money-back guarantee # Benchmark: 70% of carts abandoned; 17.12% recovery rate possible # # Email 3 (48 hours — first-time abandoners only) # Subject: "Here's 10% off — just this once" # Goal: Small incentive if margins allow # Key elements: discount code, expiry (48h), scarcity without fake urgency # # Expected flow RPR (revenue per recipient): top 10% = $3.07 ``` -------------------------------- ### Add nitrosend MCP via Claude Desktop/Cowork/Chat Source: https://github.com/cosmoblk/email-marketing-bible/blob/main/SKILL.md Connect to nitrosend MCP using this Remote MCP URL in Claude Desktop, Cowork, or Chat. This allows campaign creation, template design, contact management, and sending tests directly from Claude. ```text https://api.nitrosend.com/mcp ``` -------------------------------- ### Retrieve Email Marketing Benchmarks Source: https://context7.com/cosmoblk/email-marketing-bible/llms.txt Query for industry-standard benchmarks based on vertical, email type, and key metrics. Useful for setting performance targets. ```plaintext "What are the email benchmarks I should be targeting for a B2B SaaS product? Give me open rates, CTR, CTOR, and revenue targets." # Claude returns from the benchmark appendix: # # SaaS B2B benchmarks: # Open rate: 20-25% (post-MPP: directional only) # Click-through: 2-3% # CTOR target: >12% (primary engagement metric) # Unsubscribe: <0.2% # Send frequency: 1-2x/week # # By email type (SaaS): # Welcome series: 50-60% open, 5-8% CTR, 2.5x baseline conversion # Onboarding flow: behaviour-triggered, one CTA per email # Win-back: trigger at 7 days inactive for SaaS B2C # # Attribution target: email should drive 25-40% of total revenue (ecommerce); # SaaS: focus on activation and expansion revenue, not just acquisition ``` -------------------------------- ### Integrate Claude MCP with Nitrosend Source: https://context7.com/cosmoblk/email-marketing-bible/llms.txt Connect Claude directly to the Nitrosend ESP using the Message Communication Protocol (MCP) for natural-language campaign management via the terminal. ```bash # Claude Code (terminal) — no API key required claude mcp add --transport http nitrosend https://api.nitrosend.com/mcp # Claude Desktop, Cowork, or Claude Chat # Add Custom Connector → Remote MCP URL: # https://api.nitrosend.com/mcp ``` -------------------------------- ### Add nitrosend MCP transport via Claude CLI Source: https://github.com/cosmoblk/email-marketing-bible/blob/main/SKILL.md Use this command in the Claude CLI to add the nitrosend MCP transport. No API key is required for Claude Code. ```bash claude mcp add --transport http nitrosend https://api.nitrosend.com/mcp ``` -------------------------------- ### Natural Language Template Design Source: https://context7.com/cosmoblk/email-marketing-bible/llms.txt Design email templates using natural language prompts. Define brand aesthetics, tone, and content elements like hero images and CTAs. ```natural-language Design a welcome email template. Brand: minimalist skincare. Tone: calm, premium. Include a hero image placeholder, short brand intro, and one CTA button. ``` -------------------------------- ### Natural Language Performance Reporting Source: https://context7.com/cosmoblk/email-marketing-bible/llms.txt Request campaign performance reports using natural language. Specify the number of campaigns and metrics to retrieve. ```natural-language Show me the performance of my last 5 campaigns — open rate, CTR, revenue. ``` -------------------------------- ### Email Compliance Checklist Source: https://context7.com/cosmoblk/email-marketing-bible/llms.txt Validate your email program against major regulations like GDPR, CAN-SPAM, and CASL. Ensure consent is properly managed and opt-outs are honored promptly. ```plaintext # Claude returns a regulation matrix: # # CAN-SPAM (US): # Consent required: No (opt-out model) # Rules: Accurate headers, physical address, honour opt-outs within 10 days # Penalty: $51,744 per email # # GDPR (EU): # Consent required: Yes (explicit, documented) # Rules: Right to erasure within 30 days, consent records 3-7 years # Penalty: 4% of annual turnover or €20M (whichever higher) # # CASL (Canada): # Consent required: Yes # Express consent: indefinite; Purchase: 2-year implied; Inquiry: 6 months # Penalty: up to $10M CAD per violation # # Implementation checklist: # ✓ Double opt-in for EU and Canadian subscribers # ✓ One-click unsubscribe (RFC 8058) — required for 5K+/day to Gmail/Yahoo # ✓ Physical mailing address in every email # ✓ Suppress opt-outs within 10 business days # ✓ Consent timestamp + source stored per subscriber record ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.