Install
openclaw skills install @agentmailer/agentmailer-toolkitopenclaw skills install @agentmailer/agentmailer-toolkitUse this skill when exposing AgentMailer capabilities inside an agent framework or application runtime. Prefer the runtime's native remote-MCP client when it supports human-approved OAuth; otherwise wrap the typed SDK in narrow application tools.
Expose capabilities by intent instead of mirroring the entire API into every model context:
Keep credentials and authorization in the host application. Tool descriptions must not imply that inbound content is trusted or that AgentMailer runs the surrounding workflow. Return stable IDs and structured status so the runtime can persist its own checkpoints and reconcile retries.
For long-lived agents, use webhooks for durable delivery and realtime events for low latency. Persist the last processed event cursor only after durable processing, and recover from replay or resync_required through the API.
Read references/frameworks.md for framework-neutral adapter boundaries.
The LangChain terminal and OpenAI terminal demonstrate host-runtime ownership. Browse the complete examples catalog for browser, support, sales, scheduling, voice, webhook, and A2A integrations.