Agent Skills
› OpenBMB/PilotDeck
› himalaya
himalaya
GitHub基于 Himalaya CLI 的 Shell 邮件管理技能,支持 IMAP/SMTP。涵盖邮件列表、读取、搜索、撰写、回复、转发、移动及删除等操作。提供配置指引与安全建议,强调使用密钥管理凭证并谨慎执行破坏性操作。
Trigger Scenarios
用户需要从命令行查看或发送电子邮件
用户询问如何配置或使用 Himalaya 客户端
涉及邮件归档、分类或批量处理请求
Install
npx skills add OpenBMB/PilotDeck --skill himalaya -g -y
SKILL.md
Frontmatter
{
"name": "himalaya",
"homepage": "https:\/\/github.com\/pimalaya\/himalaya",
"description": "Himalaya CLI for IMAP\/SMTP mail: list, read, search, compose, reply, forward, copy, move, delete."
}
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
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
himalaya folder list
himalaya envelope list
himalaya message read <id>
himalaya envelope list from alice@example.com subject invoice
Write
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
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
--accountwhen multiple accounts exist. - Quote exact message IDs in summaries.
PilotDeck Migration Note
- Source: /var/folders/27/xyyzc_n172l3jjmnxgqmhhzh0000gn/T/tmp.AyWDWGKoS4/openclaw/skills/himalaya
- Review status: candidate for PilotDeck native skills pack.
- Platform-specific OpenClaw/Hermes metadata was removed or should be ignored during review.
Version History
- 1730cb4 Current 2026-07-05 20:08


