LLM Skills
~/catalog/connectors & integrations//SKILL

Himalaya : IMAP/SMTP email (CLI)

/SKILL

Use `himalaya` for IMAP/SMTP email from shell.

openclawopenclaw
★386.5k
June 5, 2026
NOASSERTION
// skill content

--- name: himalaya description: "Himalaya CLI for IMAP/SMTP mail: list, read, search, compose, reply, forward, copy, move, delete." homepage: https://github.com/pimalaya/himalaya metadata: { "openclaw": { "emoji": "📧", "requires": { "bins": ["himalaya"] }, "install": [ { "id": "brew", "kind": "brew", "formula": "himalaya", "bins": ["himalaya"], "label": "Install Himalaya (brew)", }, ], }, } --- # Himalaya Use himalaya for IMAP/SMTP email from shell. ## References - references/configuration.md: account config, auth, backend setup. - references/message-composition.md: MML compose syntax. ## Setup ``bash himalaya --version himalaya account configure ` Config path: ~/.config/himalaya/config.toml. Prefer password managers/keyrings for credentials; do not paste secrets into chat/logs. ## Read/search `bash himalaya folder list himalaya envelope list himalaya message read <id> himalaya envelope list from alice@example.com subject invoice ` ## Write `bash himalaya message write himalaya template write himalaya template send < /tmp/message.txt himalaya message reply <id> himalaya message forward <id> ` Use MML for attachments and rich messages; read references/message-composition.md first. ## Organize `bash himalaya message copy <id> <folder> himalaya message move <id> <folder> himalaya message delete <id> himalaya flag add <id> --flag seen himalaya flag remove <id> --flag seen ` ## Safety - Confirm before sending, deleting, or moving many messages. - Use --account` when multiple accounts exist. - Quote exact message IDs in summaries.

// original public source
openclaw/openclaw
/skills/himalaya/SKILL.md
License: NOASSERTION. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/SKILL.md" "https://raw.githubusercontent.com/openclaw/openclaw/main/skills/himalaya/SKILL.md"
Then in Claude Code, type /SKILL to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Creatoropenclaw
Stars★ 386.5k
LicenseNOASSERTION
UpdatedJune 5, 2026
Format.md
AccessFree
// similar

Skills Connectors & integrations

View allarrow_forward