Coding

AgentMailer Toolkit

Try it

Add communication tools to agent frameworks

What it does

Use 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.

The skill document

AgentMailer toolkit

Use 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.

Compose narrow tools

Expose capabilities by intent instead of mirroring the entire API into every model context:

  • read-only mailbox search and thread inspection;
  • draft-first composition for human review;
  • exact-recipient delivery with idempotency;
  • identity discovery and bounded A2A exchange;
  • attachment retrieval into an isolated scanner or parser;
  • signed event ingestion that wakes the application's own workflow runtime.

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.

Examples

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.

Related skills

Join a video meeting as an AI bot with voice, avatar, and screenshare across four operating modes.

by johnpatternai21 installs8 stars

Stores durable facts in a categorized, plain-markdown vault on disk, alongside your agent's built-in memory.

by Iván555 installs18 stars

Query Twitter/X profiles, tweets, follower events, and KOL data through the 6551 REST API.

by infra403840 installs27 stars

Generate and edit Draw.io, Mermaid, and Excalidraw diagrams from natural language using a structured JSON spec.

by nssa.io1.0k installs47 stars

Fetch raw ad creative, app, ranking, and revenue data from AdMapix as structured JSON.

by fly0pants4.3k installs296 stars

Query and manage Linear issues, projects, teams, cycles, labels, and comments through a managed OAuth GraphQL endpoint.

by byungkyu518 installs18 stars

More from agentmailer

Browse all skills

Build typed agent identity and email integrations

by agentmailer1 installs