| name | inbox-placement-monitor |
| slug | aaron-inbox-placement-monitor |
| displayName | Inbox Placement Monitor · 邮件收件箱落点监测 |
| summary | 邮件收件箱落点监测/收件箱vs垃圾邮件/Postmaster声誉趋势 |
| description | Use when the user asks to "track where my emails are actually landing after I send", "read my seed-list inbox vs spam vs promotions results", "trend my Gmail Postmaster / Microsoft SNDS reputation", or "did placement drop after my last send"; produces a per-provider inbox/spam/promotions placement read, a domain/IP reputation trend from Postmaster + SNDS, a send-over-send delta with named regressions, and a reusable SEND-S placement snapshot on your own exported telemetry. Not for the pre-send SPF/DKIM/DMARC auth pre-flight — use deliverability-qa; not for computing the EQS or running the vetoes — use email-quality-auditor. 邮件收件箱落点监测/收件箱vs垃圾邮件/Postmaster声誉趋势 |
| version | 19.0.0 |
| license | Apache-2.0 |
| compatibility | Claude Code and compatible agent-skill hosts |
| homepage | https://github.com/aaron-he-zhu/aaron-marketing-skills |
| when_to_use | Use AFTER a send, to track where mail actually landed and how reputation is trending over time: seed-list inbox vs spam vs promotions placement per mailbox provider (Gmail, Outlook/Microsoft, Yahoo, Apple), Gmail Postmaster Tools + Microsoft SNDS domain/IP reputation trend, and the send-over-send placement delta with named regressions. Run it to BUILD and TREND the post-send SEND S placement signal; run deliverability-qa for the pre-send auth/reputation pre-flight and email-quality-auditor to SCORE the full EQS and enforce S1/S2/N1/D1. |
| argument-hint | <sending domain / program> [seed-list placement test + Postmaster/SNDS export] [prior send baseline] [goal: promo|retention|cold] |
| metadata | {"author":"aaron-he-zhu","version":"19.0.0","discipline":"email","phase":"deliver","geo-relevance":"low","hermes":{"tags":["marketing","email","deliver"],"category":"email"},"openclaw":{"emoji":"✉️","homepage":"https://github.com/aaron-he-zhu/aaron-marketing-skills"}} |
Inbox Placement Monitor
Post-send placement telemetry: where mail actually landed per mailbox provider (inbox vs spam vs promotions from a seed-list test), the domain/IP reputation trend from Gmail Postmaster Tools and Microsoft SNDS, and the send-over-send delta with named regressions — delivered as a per-provider placement read plus a reusable SEND S (Sender-integrity / Deliverability) placement snapshot, with each number labeled Measured / User-provided / Estimated. This is the after half of SEND-S: deliverability-qa verifies the signal before a send (auth pre-flight, static reputation, one placement test); this skill tracks what happened after it and how reputation moves across sends. Scope guard: this skill tracks post-send placement + reputation trend and hands off a SEND-S placement snapshot; it does NOT run the S1 SPF/DKIM/DMARC auth pre-flight (that is deliverability-qa) and does NOT compute the profile-weighted EQS or enforce the S1/S2/N1/D1 vetoes (that is email-quality-auditor). Build/trend the telemetry here; let the gate render the verdict.
Quick Start
Track inbox placement for [sending domain] after my last send. Here is my seed-list test (inbox/spam/promotions per provider) and my Gmail Postmaster + Microsoft SNDS export: [paste/path].
Trend my sender reputation over the last [N] sends and flag any placement regression. Profile: [promotional / retention / cold-outbound / newsletter]. Prior baseline: [paste/path].
Did placement drop after my last campaign? Compare this seed test against the prior one and tell me which provider regressed and by how much.
Skill Contract
Expected output: a per-provider placement read (inbox / spam / promotions %, per Gmail, Outlook/Microsoft, Yahoo, Apple) from the seed-list test; a domain/IP reputation trend from Gmail Postmaster Tools and Microsoft SNDS (high/medium/low/bad, complaint-rate curve, IP status); a send-over-send delta naming each regression with its number; the SEND-S placement sub-item read (inbox-placement ≥ threshold, spam-complaint < 0.1%) with the typed profile named; and the standard handoff summary. Every metric is labeled Measured / User-provided / Estimated — never invent a placement number; if a provider's export is missing, mark that provider NEEDS_INPUT.
- Reads: sending domain + SEND profile (); a (inbox vs spam vs promotions, per mailbox provider); the export (domain + IP reputation, spam-rate, feedback-loop) and the export (IP status, complaint rate, trap hits); a for the delta (else the first run is the baseline). Consult 's prior SEND- summary for the pre-send auth/reputation state — do not re-run the pre-flight here.