Token导航 LogoToken导航TokenDH.com
前端设计敏感数据github未标认证来源可访问许可证需确认审计提醒

postmarkpostmark 邮件管理

Agent Skill

postmark 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,635

周安装

285

GitHub Stars

35

下载量

2,326
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:postmark(postmark 邮件管理)
来源仓库:https://github.com/activecampaign/postmark-skills
仓库路径:skills/postmark
安装命令:
npx skills add https://github.com/activecampaign/postmark-skills --skill postmark
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/activecampaign/postmark-skills --skill postmark

简介

该技能集教授 AI 代理如何使用 Postmark 邮件平台的 API 进行事务性邮件发送与管理。

  • 适用于构建邮件通知、批量广播、模板渲染及 webhook 事件处理的自动化流程。
  • 支持单发、批量、群发及带 Handlebars 模板的邮件发送方式。
  • 可配置 webhooks 监听送达、退信、点击、垃圾投诉等关键事件。
  • 需获取 Postmark 服务器 API token 并在应用中安全存储密钥信息。

SKILL.md

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

FeatureSkillUse When
Sending emailspostmark-send-emailSending transactional or broadcast emails — single, batch, bulk, or with templates
Inbound processingpostmark-inboundProcessing incoming emails via webhooks, building reply-by-email, email-to-ticket, or document extraction
Template managementpostmark-templatesCreating, editing, or sending with Postmark's server-side Handlebars templates and layouts
Webhookspostmark-webhooksSetting up webhooks for delivery, bounce, open, click, spam complaint, and subscription change events
Best practicespostmark-email-best-practicesDeliverability 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:

TokenHeaderScope
Server TokenX-Postmark-Server-TokenSending emails, templates, bounces, webhooks, message streams
Account TokenX-Postmark-Account-TokenManaging servers, domains, sender signatures

Get your Server API Token from Postmark Servers.

SDK Installation

Detect the project language and install the appropriate SDK:

FileLanguageInstall Command
package.jsonNode.js / TypeScriptnpm install postmark
requirements.txt / pyproject.tomlPythonpip install postmarker
GemfileRubygem install postmark
composer.jsonPHPcomposer require wildbit/postmark-php
*.csproj / *.sln.NETdotnet add package Postmark

Message Streams

Postmark separates email by intent into Message Streams:

StreamValuePurpose
Transactionaloutbound1:1 triggered emails (welcome, password reset, receipts) — default
BroadcastbroadcastMarketing, newsletters, announcements

Never mix transactional and broadcast email in the same stream — it damages deliverability.

Resources

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.34%
按下载量换算845

Claude

32.27%
按下载量换算751

Cursor

17.74%
按下载量换算413

Gemini CLI

10.3%
按下载量换算240

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills