ad-spend-optimizer
Analyze paid advertising performance across channels and recommend budget reallocation to maximize ROAS and minimize CAC. Use when: planning quarterly ad…
Check email deliverability and DNS configuration. Use when: diagnosing email delivery issues; setting up new email domains; auditing email authentication; checking SPF/DKIM/DMARC; troubleshooting spam folder issues
$ npx -y skills add guia-matthieu/clawfu-skills --skill deliverability-checker --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/deliverability-checkerContext preview
The summary Claude sees to decide when to auto-load this skill.
Check email deliverability and DNS configuration. Use when: diagnosing email delivery issues; setting up new email domains; auditing email authentication; checking SPF/DKIM/DMARC; troubleshooting spam folder issues
name: deliverability-checker description: "Check email deliverability and DNS configuration. Use when: diagnosing email delivery issues; setting up new email domains; auditing email authentication; checking SPF/DKIM/DMARC; troubleshooting spam folder issues" license: MIT metadata: author: ClawFu version: 1.0.0 mcp-server: "@clawfu/mcp-skills"
> Diagnose email deliverability issues by checking SPF, DKIM, DMARC, and other DNS records - fix why your emails land in spam.
| Claude Does | You Decide | |-------------|------------| | Structures analysis frameworks | Metric definitions | | Identifies patterns in data | Business interpretation | | Creates visualization templates | Dashboard design | | Suggests optimization areas | Action priorities | | Calculates statistical measures | Decision thresholds |
pip install dnspython click
python scripts/main.py audit example.com python scripts/main.py audit example.com --output report.html
python scripts/main.py spf example.com
python scripts/main.py dkim example.com --selector google python scripts/main.py dkim example.com --selector default
python scripts/main.py dmarc example.com
python scripts/main.py mx example.com
python scripts/main.py audit acme-corp.com # Output: # Email Deliverability Audit: acme-corp.com # ────────────────────────────────────────── # MX Records: ✓ Found (Google Workspace) # SPF: ✓ Valid # DKIM (google): ✓ Valid # DMARC: ✗ Missing (CRITICAL) # # Score: 75/100 # # Issues Found: # 1. [CRITICAL] No DMARC record found # Fix: Add TXT record for _dmarc.acme-corp.com # Value: v=DMARC1; p=none; rua=mailto:dmarc@acme-corp.com
python scripts/main.py spf newsletter-sender.com # Output: # SPF Analysis: newsletter-sender.com # ──────────────────────────────────── # Record: v=spf1 include:_spf.google.com include:sendgrid.net ~all # # Status: ✓ Valid # # Authorized Senders: # - Google Workspace (include:_spf.google.com) # - SendGrid (include:sendgrid.net) # # Policy: ~all (soft fail) # Warning: Consider changing to -all (hard fail) for better security
| Record | Purpose | Location | |--------|---------|----------| | **SPF** | Authorize sending servers | `TXT` on root domain | | **DKIM** | Cryptographic signature | `TXT` on `selector._domainkey` | | **DMARC** | Policy and reporting | `TXT` on `_dmarc` subdomain | | **MX** | Mail delivery servers | `MX` on root domain |
| Provider | SPF Include | |----------|-------------| | Google Workspace | `include:_spf.google.com` | | Microsoft 365 | `include:spf.protection.outlook.com` | | SendGrid | `include:sendgrid.net` | | Mailchimp | `include:servers.mcsv.net` | | Amazon SES | `include:amazonses.com` |
| Provider | Common Selector | |----------|-----------------| | Google Workspace | `google` | | Microsoft 365 | `selector1`, `selector2` | | SendGrid | `s1`, `s2` | | Mailchimp | `k1` |
| Factor | Weight | Impact | |--------|--------|--------| | Valid MX | 20% | Can't receive replies | | Valid SPF | 25% | Server authorization | | Valid DKIM | 25% | Message integrity | | Valid DMARC | 30% | Policy enforcement |
category: email-tools subcategory: deliverability dependencies: [dnspython] difficulty: beginner time_saved: 2+ hours/week
175 expert marketing methodologies for AI agents. Free. Open source. MIT licensed. Dunford on positioning. Schwartz on copywriting. Cialdini on persuasion. Ogilvy on advertising. Hormozi on offers. Voss on negotiation.
Repo: guia-matthieu/clawfu-skills
Analyze paid advertising performance across channels and recommend budget reallocation to maximize ROAS and minimize CAC. Use when: planning quarterly ad…
Build profitable Google Ads campaigns by applying Perry Marshall's 80/20 principles to paid search optimization Use when: **Setting up a new Google Ads…
Apply 2026's top graphic design trends to any creative brief. Based on Kittl × Savee's 2026 Design Trends Report (10 trends + 2 honorable mentions), backed by…
Transformez une image 2D en modèle 3D animé prêt pour le web ou le jeu en moins de 30 minutes, en utilisant le workflow Dilum Sanjaya (Hunyuan3D + Mixamo). Use…
Art direction framework for generating warm minimalist photography via AI image generators (Flux, Midjourney, DALL-E). Separates compositional minimalism from…
Visual design direction framework organized by emotional intent (Warm/Cold x Active/Calm). The first design reference system that categorizes sites by what…