agentmail-cli

Manage temporary AgentMail inboxes and send or receive emails via CLI.

Updated May 7, 2026
One-click install
npx skills add https://github.com/MOODMNKY-LLC/mnky-atlas --skill agentmail-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentmail-cli
Source: https://github.com/MOODMNKY-LLC/mnky-atlas/tree/main/skills/agentmail-cli
Command: npx skills add https://github.com/MOODMNKY-LLC/mnky-atlas --skill agentmail-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need for manual email provider logins to manage temporary inboxes and handle email workflows, saving time for testing, verification, and automated communication tasks.

Core Features & Use Cases

  • Disposable Inbox Management: Create, list, and delete temporary AgentMail inboxes for service sign-ups, testing, or one-time communications.
  • Email Send/Receive Operations: Send plain text or HTML emails with support for multiple recipients, CC, and BCC, plus retrieve incoming messages from any inbox.
  • Use Case: Use it to generate a temporary inbox for a new SaaS tool sign-up, automatically receive the verification email, and extract the confirmation code without exposing your personal email address.

Quick Start

Use the agentmail-cli skill to create a temporary inbox, send a test message to it, and retrieve the received message.

Frequently Asked Questions about agentmail-cli

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

FAQPage Schema
How do I automate email testing without logging into a manual email provider interface?

Disposable inboxes automate email testing by creating temporary addresses via the AgentMail API. You can send and receive emails programmatically, retrieving incoming messages and extracting data like verification codes without manual email provider logins.

Can I use a disposable inbox for automated service sign-up verification?

Disposable inboxes support service sign-up verification by generating a temporary AgentMail address. The inbox automatically receives the verification email, allowing you to extract the confirmation code without exposing your personal email address.

How do I send emails with multiple recipients, CC, and BCC via an email automation CLI?

Email automation CLI tools send plain text or HTML emails by specifying multiple recipients, CC, and BCC fields through the AgentMail API. This handles email send workflows programmatically without requiring manual email client interfaces.

What do I need to configure before managing temporary inboxes through the AgentMail API?

Managing temporary inboxes requires the AgentMail CLI binary and a valid AGENTMAIL_API_KEY configuration. Once configured, you can create, list, and delete inboxes while receiving JSON output for machine-readable parsing of inbox and message data.

Does the disposable inbox CLI support JSON output for machine-readable message parsing?

The disposable inbox CLI supports JSON output for machine-readable parsing of inbox and message data. This allows automated systems to programmatically process incoming emails and extract structured data from temporary inboxes.

Why use disposable inboxes instead of my personal email for automated testing?

Disposable inboxes protect your personal email address during automated testing and service sign-ups. They provide temporary AgentMail addresses that can be created and deleted on demand, ensuring privacy-focused communication without exposing permanent email accounts.