Agent Skills
› OpenBMB/PilotDeck
› himalaya
himalaya
GitHub基于Himalaya CLI的Shell邮件管理技能,支持通过IMAP/SMTP协议进行邮件列表、读取、搜索、撰写、回复、转发及文件夹整理等操作。
触发场景
用户需要在命令行中发送或接收邮件
用户需要查询或管理邮箱中的消息
用户希望自动化邮件处理流程
安装
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.
版本历史
- 1730cb4 当前 2026-07-05 20:08


