with one click
himalaya
Read and send email using the himalaya CLI client
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Read and send email using the himalaya CLI client
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Create new Kirie skills interactively. Use when learning something new that should become a reusable skill.
Retrieve secrets from 1Password vaults via the CLI
Create and search Apple Notes via AppleScript
Create and manage Apple Reminders via AppleScript
Create and search notes in Bear on macOS
Monitor RSS feeds and blogs for new posts
| name | himalaya |
| description | Read and send email using the himalaya CLI client |
| emoji | 📨 |
| version | 1.0.0 |
| requires | {"bins":["himalaya"]} |
| invocation | {"userInvocable":true} |
Read, send, and manage email using the himalaya command-line email client. Unlike the email-imap skill which connects to IMAP directly, this skill delegates all mail operations to the himalaya CLI binary, which handles its own IMAP/SMTP configuration.
Runs the himalaya CLI to interact with configured email accounts. Himalaya manages its own account configuration (IMAP/SMTP credentials, folders, etc.) via its config file. The agent invokes subcommands like himalaya list, himalaya read, himalaya send, himalaya search, himalaya reply, himalaya forward, and himalaya folder list to perform mail operations.
himalaya list -- list messages in the inbox (or a specified folder)himalaya read <id> -- read a specific message by IDhimalaya send -- compose and send a new message (reads from stdin or a file)himalaya reply <id> -- reply to a messagehimalaya forward <id> -- forward a messagehimalaya search <query> -- search messages across the mailboxhimalaya folder list -- list available mail foldershimalaya attachments <id> -- download attachments from a messagebrew install himalaya (macOS) or download from https://github.com/pimalaya/himalayahimalaya configure or editing ~/.config/himalaya/config.toml manually with your IMAP/SMTP credentials.HIMALAYA_CONFIG to point to a custom config file location.