What problem does it solve? Reading, searching, composing, and organizing email normally requires a GUI client or web interface, which blocks automation. This Skill lets an agent operate a full mailbox through terminal commands using the Himalaya CLI over IMAP and SMTP. ## Core Features & Use Cases - Mailbox Operations: List folders and envelopes, search messages, read emails, and download attachments with JSON output for programmatic parsing. - Non-Interactive Composition: Send, reply, and forward emails by piping MML templates or headers through stdin, avoiding interactive editor sessions. - Message Management: Move, copy, delete, and flag messages across folders and multiple configured accounts. - Use Case: An agent monitors an inbox, searches for messages from a specific sender, reads the latest one, and pipes a templated reply through himalaya template send without any human interaction. ## Quick Start Ask the agent to list the latest emails in your inbox using the himalaya CLI and show the results as JSON.