Install
openclaw skills install mailExecute email operations with platform-specific optimizations and secure credential handling.
openclaw skills install mailBinaries:
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