Agent skill · Security

inbox-placement-monitor

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 veto

aaron-he-zhugithub.com/aaron-he-zhuGitHub ↗
claude-codeApache-2.0
Install
npx skills add aaron-he-zhu/aaron-marketing-skills --skill inbox-placement-monitor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 14 KB
Bundled scripts: none
Version: 19.1.0
Requires: Claude Code and compatible agent-skill hosts
Path: email/deliver/inbox-placement-monitor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,508
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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](../../setup/deliverability-qa/SKILL.md) 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](../../setup/deliverability-qa/SKILL.md)) and does NOT compute the profile-weighted EQS or enforce the `S1`/`S2`/`N1`/`D1` vetoes (that is [email-quality-auditor](../email-quality-auditor/SKILL.md)).** Build/trend the telemetry here; let the gat

What's inside
Steps it walks through
  1. Quick Start
  2. Skill Contract
  3. Handoff Summary
  4. Data Sources
  5. Instructions
  6. Save Results
  7. Reference Materials
  8. Next Best Skill
Ships with 1 file
  • references/placement-telemetry-checklist.md
More from aaron-marketing-skills
All skills →
About this skill
What does the inbox-placement-monitor skill do?

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 veto

How do I install it?

Run `npx skills add aaron-he-zhu/aaron-marketing-skills --skill inbox-placement-monitor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From aaron-he-zhu/aaron-marketing-skills, a repository with 2,508 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going