Skip to main content
Sendrealm agent skills give coding agents focused instructions for building Sendrealm email and push integrations. They are guidance-first: agents use them to write and review integration code, not to send production messages or manage your Sendrealm account directly.

Install

Install the Sendrealm skills package in agents that support the Agent Skills format:
Source: sendrealm/skills The package includes:
  • sendrealm-email for outbound email sends and email templates.
  • sendrealm-push for backend push sends, device SDK setup, and delivery troubleshooting.
  • sendrealm-dashboard for API-key-scoped dashboard workflows through the Sendrealm MCP server.

What The Skills Do

Sendrealm Email

Add transactional email sends, templates, tags, headers, attachments, and safe error handling with @sendrealm/sdk.

Sendrealm Push

Add push registration and backend notification sends across Web, React Native, Android, and iOS.

Dashboard MCP

Manage audiences, contacts, templates, automations, campaign drafts, and safe push integration tests through MCP.

Safety Model

  • API keys stay in trusted backend code through SENDREALM_API_KEY.
  • Browser and mobile apps use public Sendrealm Push App IDs, never Sendrealm API keys.
  • The skills point agents back to Sendrealm docs and API reference pages before generating integration code.
  • MCP supports dashboard resource workflows with API keys, but campaign scheduling and sends remain dashboard-only.