What is agentmail?
Send and receive emails via AgentMail API. Check inbox, read emails, reply, and send new messages. Source: brolag/openclaw-agentmail-skill.
Send and receive emails via AgentMail API. Check inbox, read emails, reply, and send new messages.
Quickly install agentmail AI skill to your development environment via command line
Source: brolag/openclaw-agentmail-skill.
This skill allows you to send and receive emails using AgentMail's API. You need the AGENTMAILAPIKEY environment variable set.
Configure your email address in the commands below. Replace your-agent@agentmail.to with your actual AgentMail address.
| "Check my email" | Run Check Inbox command | | "Read email from [sender]" | Check inbox, find ID, then Read Specific Email | | "Reply to [sender] saying [message]" | Get message ID, then Reply to Email | | "Send email to [address] about [subject]" | Run Send New Email command |
Send and receive emails via AgentMail API. Check inbox, read emails, reply, and send new messages. Source: brolag/openclaw-agentmail-skill.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/brolag/openclaw-agentmail-skill --skill agentmailSend and receive emails via AgentMail API. Check inbox, read emails, reply, and send new messages. Source: brolag/openclaw-agentmail-skill.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/brolag/openclaw-agentmail-skill --skill agentmail Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/brolag/openclaw-agentmail-skill