If you're building agents that need to verify signups, catch confirmation emails, or test workflows end-to-end without polluting a real inbox, this gives Claude direct terminal access to disposable email addresses. It wraps the agent-email CLI with sensible defaults: JSON output by default, polling support for waiting on messages, and profile management so you can juggle multiple throwaway inboxes. The skill is careful about secrets, it won't echo passwords or tokens back into logs. Most useful when you're automating something that sends you a link or code and you need the agent to go grab it without manual intervention.
npx skills add https://github.com/zaddy6/agent-email-skill --skill agent-email-cli