
Email Auth Deliverability Doctor
Audit your SPF, DKIM, and DMARC records for the misconfigurations that get mail rejected or sent to spam. Flags a missing DMARC record or p=none, missing rua reporting, a missing or duplicated SPF record, SPF over the 10-lookup limit, permissive +all/?all, a missing DKIM selector, and SPF/DKIM domain-alignment mismatches. Paste a DNS zone file or dig/nslookup output.
- Identify SPF records exceeding the 10-lookup limit
- Detect missing or misconfigured DMARC enforcement policies
- Verify DKIM selector alignment across DNS zone exports
$12
· or 60 creditsSecure checkout via Stripe
Included in download
- Identify SPF records exceeding the 10-lookup limit
- Detect missing or misconfigured DMARC enforcement policies
- terminal, file_read automation included
- Ready for Cursor
Sample input
Audit the following DNS records for my domain and tell me why my emails are landing in spam: v=spf1 include:_spf.google.com include:sendgrid.net ~all and v=DMARC1; p=none;
Sample output
Audit Findings
- Rule ID: SPF-MULTIPLE-INCLUDE
- Severity: High
- Finding: SPF record looks valid but DMARC is set to p=none.
- Evidence:
p=noneprovides no protection against spoofing. - Remediation: Once delivery is confirmed, upgrade DMARC to
p=quarantine.
Audit your SPF, DKIM, and DMARC records for the misconfigurations that get mail rejected or sent to spam. Flags a missing DMARC record or p=none, missing rua reporting, a missing or duplicated SPF record, SPF over the 10-lookup limit, permissive +all/?all, a missing DKIM selector, and SPF/DKIM domain-alignment mismatches. Paste a DNS zone file or dig/nslookup output.
$12
· or 60 creditsSecure checkout via Stripe
Included in download
- Identify SPF records exceeding the 10-lookup limit
- Detect missing or misconfigured DMARC enforcement policies
- terminal, file_read automation included
- Ready for Cursor
- Instant install
Sample input
Audit the following DNS records for my domain and tell me why my emails are landing in spam: v=spf1 include:_spf.google.com include:sendgrid.net ~all and v=DMARC1; p=none;
Sample output
Audit Findings
- Rule ID: SPF-MULTIPLE-INCLUDE
- Severity: High
- Finding: SPF record looks valid but DMARC is set to p=none.
- Evidence:
p=noneprovides no protection against spoofing. - Remediation: Once delivery is confirmed, upgrade DMARC to
p=quarantine.
About This Skill
What it does
The Email Auth Deliverability Doctor is a diagnostic tool designed to audit SPF, DKIM, and DMARC records for common misconfigurations that lead to high bounce rates and spam folder placement. It analyzes DNS zone files, dig outputs, or nslookup text to identify technical errors and alignment issues.
Why use this skill
Manually debugging email authentication records is error-prone. This skill automates the process by checking your records against a comprehensive audit checklist. It helps you catch syntax errors, multiple SPF records, missing DMARC policies, and misalignment between signing domains and sender addresses without the risk of an automated tool making unauthorized changes to your live DNS.
Supported inputs
- DNS zone file exports
- Terminal output from dig or nslookup
- Local DNS configuration text files
What the output looks like
The skill produces a structured audit report including the specific rule violated, the severity of the issue, direct evidence from your records, and clear remediation guidance to fix the deliverability problem.
Use Cases
- Identify SPF records exceeding the 10-lookup limit
- Detect missing or misconfigured DMARC enforcement policies
- Verify DKIM selector alignment across DNS zone exports
- Troubleshoot why legitimate emails are being rejected by major providers
Known Limitations
It analyzes the records you provide and does not resolve DNS live. The SPF lookup count is the number of include/a/mx/ptr/exists/redirect mechanisms present in the supplied record, so it will not expand nested includes hosted elsewhere. Alignment is a heuristic based on the from, SPF, and DKIM domains in the input.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/email-auth-deliverability-doctor -o /tmp/email-auth-deliverability-doctor.zip && unzip -o /tmp/email-auth-deliverability-doctor.zip -d ~/.claude/skills && rm /tmp/email-auth-deliverability-doctor.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
File Scopes
Also accepts pasted records via --stdin. Read-only, standard library only, no environment variables.
Works with any agent that can read a file and run a local Python script (Claude Code, Cursor, Codex CLI, and other SKILL.md-compatible agents). Standard library only, no install step. Reads zone/dig text from a file or stdin. It does not perform live DNS queries, so you supply the records.
Creator
JustHandled Labs creates focused agent skills and workflow packs for Claude, Codex, Cursor, and AI-assisted builders. Each tool is designed around a real repeatable task: cleaner commits, better PRs, stronger handoffs, safer repo hygiene, clearer documentation, and less copy-paste chaos. The goal is not generic AI productivity. The goal is specific workflows that are easier to run, review, and repeat. Maintained by H.J. Westerfield, with a background in communications, editing, project coordination, customer support, and practical AI systems. JustHandled Labs builds tools for people who want useful automation without theatrical complexity.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.
software-architect
A structured framework for planning, reviewing, and evolving complex software systems with explicit trade-offs.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
consumer-motivation-analyzer
Go beyond surface-level feedback to uncover the psychological drivers and hidden motivations behind buyer behavior.