用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill mail命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | |
| slug | |
| version | 1.2.0 |
| description | Execute email operations with platform-specific optimizations and secure credential handling. |
| changelog | Added explicit scope, requirements, and data access documentation |
| metadata | {"clawdbot":{"emoji":"📧","requires":{"bins":["himalaya"]},"os":["darwin","linux"]}} |
Binaries:
himalaya - IMAP/SMTP CLI (brew install himalaya or cargo install himalaya)osascript - macOS only, built-inCredentials:
~/.config/himalaya/config.tomlRead-only paths:
~/Library/Mail/V*/MailData/Envelope Index - Apple Mail SQLite database (macOS only)~/Library/Mail/V*/MAILBOX/Messages/ - attachment files (macOS only)This skill:
| Topic | File |
|---|---|
| Apple Mail SQLite queries | apple-mail.md |
| himalaya CLI patterns | himalaya.md |
| Send/reply protocol | sending.md |
~/Library/Mail/V*/MailData/Envelope\ Indexosascript -e 'tell app "Mail" to check for new mail' - SQLite reads stale data otherwiseWHERE date_received > strftime('%s','now','-7 days')messages→addresses on message_id for sender lookup--output json flag for programmatic parsinghimalaya envelope list -o json (NOT message list)himalaya folder list after server-side folder changesIn-Reply-To and References headers or thread breakssecurity add-internet-password -s imap.gmail.com -a user@gmail.com -w 'app-password'In-Reply-To chain, not subject matchinghimalaya envelope watch for real-time