Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

agentmail-to/agentmail-skills

7 skills5.9k installs147 starsGitHub

Install

npx skills add https://github.com/agentmail-to/agentmail-skills

Skills in this repo

1AgentmailAgentMail is an API first email platform for AI agents Install the SDK and initialize the client bash TypeScript Node npm install agentmail typescript import AgentMailClient from agentmail const client new AgentMailClient apiKey YOUR_API_KEY python from agentmail import AgentMail client AgentMail api_key YOUR_API_KEY Create scalable inboxes on demand Each inbox has a unique email address The agentmail agent skill provides documented workflows prerequisites triggers and safety guidance from its SKILL md source Agents load it when user requests match the description and follow step by step instructions without inventing capabilities It integrates with standard agent tooling for the tasks inputs outputs and failure modes described in the repository documentation2.3kinstalls2Agentmail CliThe agentmail-cli skill send and receive emails programmatically using the AgentMail CLI Use when agents need to manage inboxes send receive emails handle threads drafts webhooks and domains via command line AgentMail CLI Use the agentmail CLI to send and receive emails programmatically Requires AGENTMAIL_API_KEY environment variable Install bash npm install g agentmail-cli Core Commands Inboxes bash Create an inbox defaults to agentmail to pass domain only if you have verified a custom domain agentmail inboxes create display-name My Agent username myagent List inboxes agentmail inboxes list Get an inbox agentmail inboxes retrieve inbox-id inbox_id Delete an inbox agentmail inboxes delete inbox-id inbox_id Send Email bash Send a message from an inbox agentmail inboxes messages send inbox-id inbox_id to recipient example com subject Hello text Message body Send with HTML agentmail inboxes messages send inbox-id inbox_id to recipient example com subject Hello html h1 Hello h1 Reply to a message agentmail inboxes messages reply inbox-id inbox_id message-id message_id text Reply body Forward a message agentmail inboxes messages forward inbox-id inbox_id1.2kinstalls3Agentmail Mcpagentmail-mcp is a setup skill from agentmail-to/agentmail-skills that wires AgentMail into MCP-compatible clients including Claude Desktop, Cursor, VS Code, and Windsurf. The simplest path uses the remote hosted MCP server at https://mcp.agentmail.to with OAuth 2.0 authentication via Smithery, requiring an API key from console.agentmail.to. The skill documents three setup options and exposes tools for inbox management, sending and receiving email, and thread handling inside the assistant. Developers reach for agentmail-mcp when agents must triage support mail, draft replies, or automate email workflows directly from Claude or Cursor.626installs4Agentmail Toolkitagentmail-toolkit is an integration skill from agentmail-to/agentmail-skills that ships pre-built email tools for popular agent frameworks. Install via npm install agentmail-toolkit or pip install agentmail-toolkit, then set an AgentMail API key environment variable to enable inbox management, sending, receiving, and automation. The skill covers Vercel AI SDK, LangChain, Clawdbot, OpenAI Agents SDK, and LiveKit Agents, letting developers wire real email into agents without writing SMTP or IMAP plumbing. Reach for agentmail-toolkit when an agent workflow needs production email capabilities during framework integration rather than a one-off SMTP script.603installs5Email For Ai Agentsemail-for-ai-agents is an official AgentMail skill in the agentmail-to/agentmail-skills repository that gives AI coding agents real email inboxes for notifications, lead handling, support triage, and two-way customer correspondence. The skill documents AgentMail REST API patterns for programmatic inbox creation, sending and replying to threaded messages, attachment handling, and real-time delivery through webhooks or WebSockets without OAuth or legacy SMTP configuration. Install with npx skills add agentmail-to/agentmail-skills and set AGENTMAIL_API_KEY from the AgentMail console so Claude Code, Cursor, Codex, and other Agent Skills-compatible hosts can create inboxes and manage threads through natural-language prompts. The companion agentmail-toolkit exposes pre-built tools for frameworks, including 17 Node tools and 11 Python tools covering inbox CRUD, send, reply, forward, threads, and drafts. Developers reach for email-for-ai-agents when building support agents, outbound notification bots, or lead-response workflows that require a dedicated agent identity with persistent, searchable message history.438installs6Agent Email PatternsDocuments proven email interaction patterns for AI agents, including parsing inbound messages, maintaining thread context, triggering tool actions, and sending outbound mail safely within agentmail-style autonomous communication systems.429installs7Agentmail Sdkagentmail-sdk is a MIT-licensed skill (version 1.0) from agentmail-to/agentmail-skills that documents the AgentMail API-first email platform for AI agents. Unlike one-way transactional providers, AgentMail provisions millisecond inbox creation, two-way threads with extracted_text reply stripping, webhook and WebSocket inbound events, human-in-the-loop drafts, pods for multi-tenant isolation, and allow/block sender lists. The SKILL.md covers pip install agentmail and npm install agentmail, programmatic agent sign-up with OTP verification, inbox CRUD, attachment handling, IMAP/SMTP access, and production patterns. Developers reach for it when building support agents, ops automations, or customer-facing email bots that must read replies—not just send blasts. It spans setup, send/receive flows, and real-time notification wiring across multiple build steps.396installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.

agentmail-to/agentmail-skills · 7 skills · Skillselion