Install
openclaw skills install imap-mailboxRead and manage emails via IMAP protocol. List, read, search, and download email attachments. Supports digest mode for daily briefings. Triggers: check email, read inbox, new mail, email digest.
openclaw skills install imap-mailboxRead and manage emails via the IMAP protocol.
imap-mailbox list [limit]
Lists summaries (sender, subject, date) of the most recent emails. Default: 10.
imap-mailbox read <uid>
Read the full content of the email with the specified UID.
imap-mailbox search <keyword>
Search emails where the subject or sender contains the keyword.
imap-mailbox digest
Generate a daily email digest summary — categorized and condensed for quick review.
imap-mailbox download <uid> [output-dir]
Download attachments from the specified email to the output directory.
Config file located at ~/.config/imap-mailbox/config.json, containing email address, IMAP server, and authorization token.
{
"email": "user@example.com",
"host": "imap.example.com",
"port": 993,
"token": "your-authorization-code"
}