We released Postmark Skills — a set of open source Agent Skills that give AI coding agents accurate context about the Postmark API. Instead of guessing about endpoints and missing best practices, your agent gets production-ready knowledge about sending email, processing inbound messages, managing templates, and more.
Agent Skills are an open standard for teaching AI coding agents specialized tasks. They work with Claude Code, Cursor, GitHub Copilot, OpenAI Codex, Gemini CLI, and other tools that support the format.
Five skills are included:
Get started:
npx skills add ActiveCampaign/postmark-skills
All five of our official SDKs are supported: Node.js/TypeScript, Python, Ruby, PHP, and .NET. Your agent detects your project language and uses the appropriate one.
This joins our MCP server, llms.txt file, and AI prompts as part of Postmark's AI tooling for developers. Where the MCP server lets AI tools interact with your Postmark account directly, skills teach AI agents how to write correct Postmark integration code.
MIT licensed and open to contributions on GitHub. Read the full blog post →