What problem does it solve? Reading, searching, sending, and organizing email from scripts or AI agents is awkward with GUI clients and raw protocol libraries. This Skill wraps the Himalaya CLI so you can perform full email operations—listing, reading, composing, replying, forwarding, moving, and deleting—directly from the terminal with structured JSON output. ## Core Features & Use Cases - Full Email Operations: List folders and envelopes, search and read messages, send/reply/forward via piped templates, move/copy/delete messages, manage flags, and download attachments. - Multi-Account & Secure Auth: Configure multiple IMAP/SMTP accounts in config.toml with passwords sourced from pass or the system keyring instead of plaintext. - Agent-Friendly Patterns: Non-interactive sending via cat << EOF | himalaya template send, --output json for programmatic parsing, and guidance for the v1.2.0 folder.aliases.X syntax to avoid duplicate-send failures on Gmail. - Use Case: An automation agent needs to email a weekly report and then verify delivery. It pipes a composed message to himalaya template send, then runs himalaya envelope list --folder Sent --output json to confirm—no editor interaction required. ## Quick Start Ask the agent to send an email to a recipient with a subject and body using himalaya's piped template send, then list the Sent folder as JSON to confirm delivery.