What problem does it solve? Reading, searching, and sending email normally requires a GUI client or web interface, which blocks terminal-based and agent-driven workflows. This Skill lets an agent operate a full mailbox through the Himalaya CLI, covering listing, reading, composing, replying, forwarding, moving, and deleting messages over IMAP and SMTP. ## Core Features & Use Cases - Mailbox Operations: List folders and envelopes, search by sender or subject, read messages, download attachments, and manage flags across multiple accounts. - Non-Interactive Composition: Compose, reply, and forward emails by piping MML templates to himalaya template send, avoiding interactive editor prompts that break automation. - Structured Output: Use --output json for machine-parseable results, with reference guides for IMAP/SMTP configuration, Gmail and iCloud setup, and MML syntax for attachments and HTML. - Use Case: Ask the agent to check your inbox for unread messages from a client, draft a reply quoting the original thread, and send it — all without leaving the terminal. ## Quick Start Install the himalaya CLI, configure an account in ~/.config/himalaya/config.toml, then ask the agent to list your latest inbox messages.