agentmail

Installation
SKILL.md

AgentMail Skill

Email integration for AI agents via AgentMail API.

Overview

This skill allows you to send and receive emails using AgentMail's API. You need the AGENTMAIL_API_KEY environment variable set.

Your Email Address

Configure your email address in the commands below. Replace your-agent@agentmail.to with your actual AgentMail address.

Commands

List All Inboxes

curl -s "https://api.agentmail.to/v0/inboxes" \
  -H "Authorization: Bearer $AGENTMAIL_API_KEY" | jq '.inboxes[] | {inbox_id, display_name}'
Installs
13
GitHub Stars
1
First Seen
Feb 7, 2026