Agent skill · Content & Marketing

himalaya

Himalaya CLI for IMAP/SMTP mail: list, read, search, compose, reply, forward, copy, move, delete.

Health-Yanggithub.com/Health-YangGitHub ↗
claude-codeNOASSERTION
Install
npx skills add Health-Yang/MineEcho --skill himalaya --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 2 KB
Bundled scripts: none
Path: vendor/openclaw-gateway/skills/himalaya/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 248
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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.

What's inside
Steps it walks through
  1. References
  2. Setup
  3. Read/search
  4. Write
  5. Organize
  6. Safety
Ships with 2 files
  • references/configuration.md
  • references/message-composition.md
Commands it runs
himalaya --version
himalaya account configure
himalaya folder list
himalaya envelope list
himalaya message read <id>
himalaya envelope list from alice@example.com subject invoice
himalaya message write
himalaya template write
himalaya template send < /tmp/message.txt
himalaya message reply <id>
More from MineEcho
All skills →
About this skill
What does the himalaya skill do?

Himalaya CLI for IMAP/SMTP mail: list, read, search, compose, reply, forward, copy, move, delete.

How do I install it?

Run `npx skills add Health-Yang/MineEcho --skill himalaya --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Health-Yang/MineEcho, a repository with 248 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going