postmark-email-best-practices

postmark-email-best-practices is a skill for Claude Code, Codex from ActiveCampaign/postmark-skills. It costs 55 tokens per session (1,164 once invoked), scanned A, original, MIT.

A guide to designing and operating reliable transactional email, such as password resets, receipts, alerts, and welcome messages. It covers delivery, sender authentication, compliance, lists, testing, and retry handling.

In plain words
What is it for?
Use it when setting up SPF, DKIM, or DMARC, managing bounces and unsubscribes, designing transactional messages, or testing email safely.
Why use it?
It helps prevent messages from being rejected, sent unlawfully, or harmed by poor list and retry practices.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when setting up SPF, DKIM, or DMARC, managing bounces and unsubscribes, designing transactional messages, or testing email safely.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/activecampaign/postmark-skills/postmark-email-best-practices
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ActiveCampaign/postmark-skills --skill postmark-email-best-practices
Clone the repo
git clone --depth 1 https://github.com/ActiveCampaign/postmark-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for postmark-email-best-practices

README.md
[![agentmods](https://agentmods.dev/badge/skills/activecampaign/postmark-skills/postmark-email-best-practices/github.svg)](https://agentmods.dev/skills/activecampaign/postmark-skills/postmark-email-best-practices)
Your own site
<a href="https://agentmods.dev/skills/activecampaign/postmark-skills/postmark-email-best-practices"><img src="https://agentmods.dev/badge/skills/activecampaign/postmark-skills/postmark-email-best-practices/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for postmark-email-best-practices

Your own site · 80×15
<a href="https://agentmods.dev/skills/activecampaign/postmark-skills/postmark-email-best-practices"><img src="https://agentmods.dev/badge/skills/activecampaign/postmark-skills/postmark-email-best-practices.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,164 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.01164
Opus 5 $0.00028 $0.00582
Sonnet 5 $0.00011 $0.00233
Haiku 4.5 $0.00006 $0.00116

Measured 10d ago against content hash 7f0070352e6e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

postmark-email-best-practices scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

postmark-email-best-practices/SKILL.md · 110 lines

How it starts

The opening of the file, as written. The whole thing — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Email Best Practices

Postmark has delivered billions of transactional emails over 15+ years. This skill distills that expertise into actionable guidelines for building reliable, compliant, high-deliverability email systems.

Quick Reference

Topic Use When
Deliverability Setting up SPF/DKIM/DMARC, warming a new domain, diagnosing delivery issues
Compliance Building unsubscribe flows, handling GDPR/CAN-SPAM/CASL requirements
Transactional Design Designing welcome emails, password resets, receipts, alerts
List Management Handling bounces, suppressions, list hygiene
Testing Testing safely without hurting sender reputation
Sending Reliability Idempotency, retry logic, rate limits

Deliverability Fundamentals

The three authentication records every sending domain must have:

Record Purpose Priority
SPF Authorizes servers to send as your domain Required
DKIM Cryptographically signs emails to prove authenticity Required
DMARC Policy for handling SPF/DKIM failures Required

With Postmark, DKIM is configured automatically when you verify a sender domain. SPF and DMARC must be set up in your DNS.

See references/deliverability.md for DNS setup, reputation factors, and domain warm-up guidance.

Transactional vs. Broadcast Email

Never mix transactional and broadcast email in the same sending stream. They have different delivery characteristics, compliance requirements, and reputation profiles.

Type Examples Compliance Unsubscribe Required
Transactional Password resets, receipts, alerts, notifications CAN-SPAM exemption possible No (but good practice)
Broadcast Newsletters, promotions, announcements CAN-SPAM, GDPR, CASL apply Yes — legally required

Postmark enforces this separation with Message Streams — use outbound for transactional, broadcast for marketing.

Read the full file on GitHub · 110 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 110 lines · 55 tokens per session scan A 7f0070352e6e

Subscribe to this mod's changes

postmark-email-best-practices is a skill published in the GitHub repository ActiveCampaign/postmark-skills (46 stars, last pushed 22d ago), licensed MIT. It adds 55 tokens to every session and 1,164 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

2026-legal-research-agent

Expert legal research agent for finding and scraping expungement data state by state. Knows authoritative sources, URL patterns, Firecrawl configuration, and 2026 legal landscape. Activate on "find expungement data", "scrape state laws", "legal research", "court URLs", "statute sources", "Clean Slate laws", "automatic…

majiayu000/claude-skill-registry · 103 tokens

aws-wechat-article-review

A local checker for Chinese WeChat public-account articles. It scans a draft for sensitive terms, typing mistakes, political compliance issues, and platform-rule problems, then gives a list of suggested changes.

aiworkskills/wechat-article-skills · 155 tokens

orca-custom-framework

Creates custom compliance frameworks from existing frameworks, alert lists, or security themes — organizes controls into sections, maps alerts, and pushes the framework to Orca. Suggests creating custom discovery alerts for gaps not covered by existing rules. Use when user asks to create, build, or generate a custom…

orcasecurity/orca-skills · 65 tokens

cre-due-diligence

CRE Due Diligence analysis suite — 7 specialist skills for multifamily property analysis including rent roll validation, expense benchmarking, market study, physical inspection, environmental review, title review, and tenant credit assessment.

ahacker-1/cre-agent-skills · 49 tokens

cre-legal

CRE Legal review suite — 6 specialist skills for PSA review, title & survey analysis, estoppel tracking, loan document review, insurance coordination, and transfer document preparation for multifamily acquisitions.

ahacker-1/cre-agent-skills · 42 tokens

hr-payroll

Help HR operations specialists, payroll administrators, and compensation teams understand, design, and run payroll processing, compliance, and payroll-related HR operations. Use when asked to set up a payroll process, run a payroll compliance audit, design a payroll calendar, handle a payroll discrepancy, build a…

tuanductran/hr-skills · 88 tokens