通过命令行高效收发、搜索和管理 IMAP/SMTP 邮件。
整体风险较低。材料显示它是面向 Himalaya 邮件 CLI 的开源技能/文档,主要风险来自邮件账户凭证、与 IMAP/SMTP 服务器通信以及对邮箱内容的常规访问,未见向无关端点外发或明显越权红旗。
README 明确提到 account config、auth 和优先使用密码管理器/keyring,说明实际使用中涉及邮件账户凭证;这类凭证较敏感,若配置或日志处理不当可能被滥用,但材料未显示其会主动索取或外传到无关方。
描述中写明用于 IMAP/SMTP 邮件操作,按功能需要会把邮件元数据、正文或发送内容传至用户配置的邮件服务器;未见声明连接无关第三方端点,也未见异常外发行为。
系统检查项标明为 prompt-only,当前材料本身主要是命令与用法文档;未见该技能自带本机任意代码执行、安装脚本或额外系统权限申请的证据。
按说明会访问邮箱中的邮件列表、信封、正文及附件,并在本地使用配置文件路径 `~/.config/himalaya/config.toml`,还可能从本地文件如 `/tmp/message.txt` 读取待发送内容;这些访问与邮件功能一致,未见超出声明用途的过度授权描述。
来源为 GitHub 开源仓库,源码可审计,且社区采用度极高(约 377k star),这是明显的降风险因素;虽许可证和维护状态在材料中未明确,但未见闭源、失联或可疑分发迹象。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "himalaya" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/skills/himalaya/SKILL.md 2. 保存为 ~/.claude/skills/himalaya/SKILL.md 3. 装好后重载技能,告诉我可以用了
请用 himalaya 帮我搜索收件箱中过去 24 小时内所有未读、主题包含“alert”或“告警”的邮件,并按发件人、主题、时间列出结果。
返回符合条件的邮件列表,便于快速定位需要处理的告警邮件。
请用 himalaya 打开最新一封来自 [email protected] 的邮件,总结核心问题,并起草一封专业、简洁的中文回复邮件,确认已收到并说明会在明天下午前给出处理结果。
输出原邮件摘要和一封可直接发送的回复草稿。
请用 himalaya 将收件箱中主题包含“Project Atlas”的邮件全部列出,把已读邮件移动到 Archive/Project-Atlas 文件夹,并保留未读邮件不变。
完成项目邮件筛选与归档,并提供处理结果摘要。
Use himalaya for IMAP/SMTP email from shell.
references/configuration.md: account config, auth, backend setup.references/message-composition.md: MML compose syntax.himalaya --version
himalaya account configure
Config path: ~/.config/himalaya/config.toml.
Prefer password managers/keyrings for credentials; do not paste secrets into chat/logs.
himalaya folder list
himalaya envelope list
himalaya message read <id>
himalaya envelope list from [email protected] subject invoice
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.
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
--account when multiple accounts exist.快速生成概念、架构、流程与白板图,支持 SVG、HTML 或 Excalidraw 格式
帮助用户跨多个邮箱检索、分类处理邮件并发送与检查垃圾邮件。