Agent skill
deliverability-watchdog
Monitor email deliverability health and flag mailboxes or domains showing signs of spam or bounce issues before they damage sender reputation.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/deliverability-watchdog
Metadata
Additional technical details for this skill
- author
- amplemarket
- version
- 1.0.4
- category
- Deliverability
SKILL.md
Deliverability Watchdog
Monitor email deliverability health and flag mailboxes or domains showing signs of spam or bounce issues before they damage sender reputation.
Instructions
When invoked (on-demand or recurring), query analytics for deliverability metrics across mailboxes and domains, identify anything trending in the wrong direction, and present a health report.
Steps
-
Confirm scope. Default to last 30 days, full account. Ask if the user wants a specific team, rep, or domain.
-
Gather the data by submitting these analytics questions via
mcp__claude_ai_Amplemarket__ask_analytics:- Overall bounce rate and spam rate
- Bounce rate and spam rate by mailbox
- Bounce rate and spam rate by sending domain
- Bounce rate and spam rate trend over the timeframe (weekly breakdown)
- Open rate by mailbox (low open rate can signal spam folder placement)
- Email volume by mailbox
Submit all in parallel, poll with
mcp__claude_ai_Amplemarket__get_analytics_result. -
Analyze for problems. Look for:
- Mailboxes or domains with elevated spam or bounce rates
- Mailboxes with unusually low open rates compared to the account average (potential spam folder placement)
- Trends -- is anything getting worse week over week?
- Volume concentration -- any mailbox carrying a disproportionate share of sends?
-
Present a well-formatted health report. Lead with an overall health summary, then break down by mailbox and domain. Flag anything that needs attention and recommend actions.
If running as a recurring Slack report, format using Slack mrkdwn and post to the configured channel. Only post if there's something worth flagging -- don't spam the channel when everything is healthy.
Examples
User prompt: "Check our email deliverability -- anything we should worry about?"
Simple example output: The agent finds overall bounce rate is 1.8% (healthy) but one mailbox has a 4.2% spam rate trending up over 3 weeks. Open rate on that mailbox dropped from 45% to 28%. Recommends pausing that mailbox, investigating content/authentication, and redistributing volume. Presented as a health summary table with per-mailbox breakdown and a trend section.
Troubleshooting
| Problem | Solution |
|---|---|
| Spam rate data not available | Fall back to bounce rate and open rate as proxy signals. Low open rate + high bounce often correlates with deliverability issues. |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?