BLOGS
Announcing Pingram Notification Skills (2026)
Agent skills for sending and receiving email, SMS, voice, and WhatsApp with Pingram. Use them from Claude, Cursor, Copilot, and other coding assistants.
We have published Pingram Skills on GitHub—open SKILL.md files that act as agent skills for sending SMS, email, voice, and WhatsApp notifications, plus receiving inbound traffic, in Pingram. Point Claude, Cursor, or another coding assistant at the repo once so it stops guessing APIs and instead follows step-by-step setup, delivery, and webhook guidance.
Documentation is still the source of truth, but agents behave better when integration steps, constraints, and common flows are packaged as skills. That means fewer partial implementations, fewer wrong assumptions about domains or webhooks, and faster iteration when you are wiring notifications into a codebase.
The repository covers getting started, email (domains, inbound, outbound, SMTP relay), SMS, voice (including text-to-speech), inbound messages, and webhooks for delivery tracking. Everything is open source—issues and PRs are welcome.
Get started
Install all Pingram skills with the Skills CLI:
npx skills add pingram-io/skills
Then refer to Pingram documentation only when needed.