agent-email-cli
Installation
Summary
Terminal-based disposable email inbox management for agent automation workflows.
- Create temporary mailboxes, poll for new messages with configurable wait/interval, and retrieve full message details including body and source
- JSON-native output with key fields (
email,messageId,subject,from.address,createdAt) designed for agent parsing and summarization - Manage multiple mailbox profiles locally with
accounts list,use, andremovecommands; supportsdefaultalias for simplified scripting - Built-in safeguards: never logs secrets, surfaces structured error codes and hints, handles auth failures and rate limits with retry guidance
SKILL.md
Agent Email CLI
Overview
Use this skill to operate the agent-email command safely and predictably for agent workflows that need inbox access.
Prefer JSON-native command output and return key fields (email, messageId, subject, createdAt, from.address) in your summaries.
Workflow
- Verify CLI availability.
command -v agent-email
agent-email --help
If missing, install: