postmark
Use when working with Postmark email platform - routes to specific sub-skills for sending emails, processing inbound email, managing templates, or configuring webhooks.
What this skill does
# Postmark Skills Postmark is a transactional email platform built for developers, with 15+ years of deliverability expertise. These skills teach AI agents how to use the Postmark API effectively. ## Sub-Skills | Feature | Skill | Use When | |---------|-------|----------| | **Sending emails** | `postmark-send-email` | Sending transactional or broadcast emails — single, batch, bulk, or with templates | | **Inbound processing** | `postmark-inbound` | Processing incoming emails via webhooks, building reply-by-email, email-to-ticket, or document extraction | | **Template management** | `postmark-templates` | Creating, editing, or sending with Postmark's server-side Handlebars templates and layouts | | **Webhooks** | `postmark-webhooks` | Setting up webhooks for delivery, bounce, open, click, spam complaint, and subscription change events | | **Best practices** | `postmark-email-best-practices` | Deliverability setup, compliance (CAN-SPAM/GDPR/CASL), email design, list management, testing, and sending reliability | ## Quick Routing - **"Send an email"** → `postmark-send-email` - **"Send a batch of emails"** → `postmark-send-email` - **"Send using a template"** → `postmark-send-email` (template section) or `postmark-templates` (to create/manage templates) - **"Handle incoming email"** → `postmark-inbound` - **"Process inbound webhooks"** → `postmark-inbound` - **"Create an email template"** → `postmark-templates` - **"Track deliveries/bounces/opens"** → `postmark-webhooks` - **"Set up bounce handling"** → `postmark-webhooks` - **"Set up SPF/DKIM/DMARC"** → `postmark-email-best-practices` - **"Email compliance / GDPR / CAN-SPAM"** → `postmark-email-best-practices` - **"Domain warm-up"** → `postmark-email-best-practices` - **"List hygiene / suppression management"** → `postmark-email-best-practices` - **"Design a transactional email"** → `postmark-email-best-practices` - **"Test email safely"** → `postmark-email-best-practices` ## Common Setup ### Authentication Postmark uses two types of API tokens: | Token | Header | Scope | |-------|--------|-------| | **Server Token** | `X-Postmark-Server-Token` | Sending emails, templates, bounces, webhooks, message streams | | **Account Token** | `X-Postmark-Account-Token` | Managing servers, domains, sender signatures | Get your Server API Token from [Postmark Servers](https://account.postmarkapp.com/servers). ### SDK Installation Detect the project language and install the appropriate SDK: | File | Language | Install Command | |------|----------|----------------| | `package.json` | Node.js / TypeScript | `npm install postmark` | | `requirements.txt` / `pyproject.toml` | Python | `pip install postmarker` | | `Gemfile` | Ruby | `gem install postmark` | | `composer.json` | PHP | `composer require wildbit/postmark-php` | | `*.csproj` / `*.sln` | .NET | `dotnet add package Postmark` | ### Message Streams Postmark separates email by intent into **Message Streams**: | Stream | Value | Purpose | |--------|-------|---------| | **Transactional** | `outbound` | 1:1 triggered emails (welcome, password reset, receipts) — **default** | | **Broadcast** | `broadcast` | Marketing, newsletters, announcements | Never mix transactional and broadcast email in the same stream — it damages deliverability. ## Resources - [Postmark Developer Docs](https://postmarkapp.com/developer) - [API Reference](https://postmarkapp.com/developer/api/overview) - [Postmark API for LLMs](https://postmarkapp.com/llms.txt) - [Postmark Dashboard](https://account.postmarkapp.com)
Related in Productivity
gitea-workflow
IncludedOrchestrate agile development workflows for Gitea repositories using the tea CLI. Use when working with Gitea-hosted repos and asking to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wanting guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective, gitea, tea.
microsoft-graph-gateway
IncludedRoute Microsoft Graph work in this workspace. Use when users want to read or write Outlook mail, calendar events, contacts, OneDrive or SharePoint files, Teams, Planner, To Do, users, groups, directory data, or arbitrary Microsoft Graph endpoints from VS Code. Prefer WorkIQ for common read scenarios. Use Microsoft Graph for write actions and gap-read scenarios that need exact Graph properties, filters, permissions, or endpoints.
copilotkit
IncludedUse when building with CopilotKit — setup, development, integrations, debugging, upgrading, or contributing. Routes to the appropriate specialized skill based on the task.
wordly-wisdom
IncludedProvides calibrated decision analysis using Charlie Munger-style multiple mental models, inversion, incentive mapping, circle-of-competence checks, misjudgment audits, second-order effects, and forecast updates. Use when the user asks for an oracle take, a hard call, a decision memo, a premortem, an outside view, a red-team, a sanity-check, what am I missing, think this through, or wants a strategy, hire, investment, plan, product, partnership, or major life choice analysed. Avoid for simple factual lookups or time-sensitive legal, medical, or market questions without fresh evidence.
swain-session
IncludedSession management and project status dashboard. Owns the full session lifecycle (start/work/close/resume), focus lane, bookmarks, worktree detection, and tab naming. Also serves as the project status dashboard — shows active epics, progress, actionable next steps, blocked items, tasks, GitHub issues, and recommendations. Worktree creation is deferred to swain-do task dispatch (SPEC-195). Triggers on: 'session', 'status', 'what's next', 'dashboard', 'overview', 'where are we', 'what should I work on', 'show me priorities', 'bookmark', 'focus on', 'session info'.
gandi
IncludedComprehensive Gandi domain registrar integration for domain and DNS management. Register and manage domains, create/update/delete DNS records (A, AAAA, CNAME, MX, TXT, SRV, and more), configure email forwarding and aliases, check SSL certificate status, create DNS snapshots for safe rollback, bulk update zone files, and monitor domain expiration. Supports multi-domain management, zone file import/export, and automated DNS backups. Includes both read-only and destructive operations with safety controls.