Agentmail Toolkit

🌐Community
by agentmail-to · vlatest · Repository

Agentmail Toolkit automates email workflows by triggering actions based on incoming emails, streamlining processes and boosting efficiency.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add agentmail-toolkit npx -- -y @trustedskills/agentmail-toolkit
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "agentmail-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/agentmail-toolkit"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The Agentmail Toolkit enables AI agents to manage email workflows, including sending, receiving, and organizing emails. It provides pre-built tools that can be integrated into popular agent frameworks like Vercel AI SDK, LangChain, Clawdbot/Pi Agent, OpenAI Agents SDK, LiveKit Agents, and others. This allows your agent to automate tasks related to email communication and streamline processes. The Node toolkit includes draft functionality not available in the Python version.

When to use it

  • Automating responses to common customer inquiries via email.
  • Creating an AI assistant that can manage a user's inbox, filtering important emails.
  • Building an agent capable of sending automated notifications or reminders.
  • Integrating email functionality into a voice-based AI agent (using LiveKit Agents).
  • Developing agents to handle internal communication and task management through email.

Key capabilities

  • Inbox Management: Create, list, get details of, and delete email inboxes.
  • Email Sending: Send emails using the send_message tool.
  • Framework Integration: Supports integration with Vercel AI SDK, LangChain, Clawdbot/Pi Agent, OpenAI Agents SDK, and LiveKit Agents.
  • Drafts (Node Toolkit Only): The Node toolkit includes tools for managing email drafts.

Example prompts

  • "Create a new inbox called 'Customer Support'."
  • "Send an email to [email protected] with the subject 'Meeting Confirmation' and body 'Hi John, just confirming our meeting tomorrow at 2pm.'"
  • "List all of my inboxes."

Tips & gotchas

  • API Key: You must set your AGENTMAIL_API_KEY as an environment variable to use this toolkit. Obtain the key from console.agentmail.to.
  • Framework Specifics: Integration methods vary depending on the agent framework you are using (e.g., Vercel AI SDK vs. LangChain). Refer to the appropriate documentation for your chosen framework.
  • Toolkit Differences: The Node and Python toolkits offer different sets of tools; specifically, the Node toolkit includes draft functionality while the Python version does not.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
agentmail-to
Installs
38

🌐 Community

Passed automated security scans.