Use Case
Stop doing repetitive communication tasks manually. agentmail-cli lets your AI agent handle them automatically through natural conversation. Manage email inboxes and messages via AgentMail API. Create disposable inboxes, send/receive emails, and list messages. Use when the agent needs to send or receive email, create temporary inboxes, or check for incoming messages. This guide shows practical examples of using agentmail-cli to automate common communication workflows and save hours every week.
Install agentmail-cli: npx clawhub@latest --dir ~/.claude/skills install agentmail-cli
Identify the repetitive communication tasks you want to automate
Describe the task to your AI in plain English
agentmail-cli will execute the task and return results directly in the chat
Chain multiple tasks: ask your AI to run a sequence of operations
Copy these prompts and use them with your AI agent after installing agentmail-cli
Automate my communication tasks using agentmail-cli
What repetitive tasks can agentmail-cli handle for me?
Set up a workflow that runs agentmail-cli every morning
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install agentmail-cliOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install agentmail-cliβ οΈ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js β
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/agentmail-cli/π‘Extract and place the folder at the path above, then restart your agent.