Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Once installed, your AI coding agent will automatically use these skills when re
3. Your Server API Token (from [Postmark Servers](https://account.postmarkapp.com/servers))
4. Set your token as an environment variable: `POSTMARK_SERVER_TOKEN`

For local or agent automation, you can use [authsome](https://github.com/manojbajaj95/authsome) together with the authsome skill: it helps you sign in, persist credentials, and run commands (or your app) with `POSTMARK_SERVER_TOKEN` (or other env) injected when needed.

## Why Postmark?

- **Message Streams** — Separate transactional and broadcast email for better deliverability
Expand Down
2 changes: 2 additions & 0 deletions SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ Postmark uses two types of API tokens:

Get your Server API Token from [Postmark Servers](https://account.postmarkapp.com/servers).

For local or agent automation, you can use [authsome](https://github.com/manojbajaj95/authsome) together with the authsome skill: it helps you sign in, persist credentials, and run commands (or your app) with `POSTMARK_SERVER_TOKEN` (or other env) injected when needed.

### SDK Installation

Detect the project language and install the appropriate SDK:
Expand Down