agentmail

Automate email inbox management, sending, receiving, and attachments via API.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/MCERQUA/jam-skills --skill agentmail-mcerqua
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentmail
Source: https://github.com/MCERQUA/jam-skills/tree/main/agentmail
Command: npx skills add https://github.com/MCERQUA/jam-skills --skill agentmail-mcerqua

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies email management for AI agents by automating tasks such as creating inboxes, sending and receiving emails, managing email threads, and organizing emails into drafts and labels.

Core Features & Use Cases

  • Email Management: Create inboxes, send/receive emails, manage threads, and conversations.
  • Drafts & Labels: Organize emails into drafts and labels for efficient email management.
  • Attachments: Send and handle attachments with emails.
  • Webhooks: Set up real-time notifications for email events.
  • Use Case: Automate the communication process for customer service or sales teams by using the agentmail skill to send personalized email responses to customers and keep track of the conversation history.

Quick Start

Use the agentmail skill to create a new inbox and send an email.

Frequently Asked Questions about agentmail

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate inbox management and send emails for AI agents?

This Skill automates email management for AI agents by providing scripts to create inboxes, send and receive emails, and manage email threads. It handles attachments and uses Bearer token authentication via the AGENTMAIL_API_KEY environment variable.

Can I organize AI agent emails into drafts and labels?

Yes, you can organize emails into drafts and labels. The Skill provides capabilities to manage email threads, categorize conversations, and handle attachments for efficient inbox organization and automated email communication.

Do I need curl to handle email threads and attachments programmatically?

Yes, curl is required to handle email threads and attachments programmatically. The Skill uses curl to execute HTTP requests for sending emails and interacting with the email management API using Bearer token authentication.

What is the best way to set up real-time notifications for email events?

The best way to set up real-time notifications for email events is by configuring webhooks. This allows your AI agents to receive immediate updates on email activities and automate communication processes like customer service responses.

How does Bearer token authentication work for email automation?

Bearer token authentication for email automation works by requiring the AGENTMAIL_API_KEY environment variable. The Skill uses this token to authenticate HTTP requests made via curl when creating inboxes or sending emails.