IMAP Mailbox
/install imap-mailbox
IMAP Mailbox
Read and manage emails via the IMAP protocol.
Use Cases
- User asks to check email, view inbox, or read email content
- User asks to search emails (by sender, subject, etc.)
- User asks to mark emails as read/unread
- Daily email digest / briefing
Commands
List Recent Emails
imap-mailbox list [limit]
Lists summaries (sender, subject, date) of the most recent emails. Default: 10.
Read Email Content
imap-mailbox read \x3Cuid>
Read the full content of the email with the specified UID.
Search Emails
imap-mailbox search \x3Ckeyword>
Search emails where the subject or sender contains the keyword.
Email Digest
imap-mailbox digest
Generate a daily email digest summary — categorized and condensed for quick review.
Download Attachments
imap-mailbox download \x3Cuid> [output-dir]
Download attachments from the specified email to the output directory.
Configuration
Config file located at ~/.config/imap-mailbox/config.json, containing email address, IMAP server, and authorization token.
{
"email": "[email protected]",
"host": "imap.example.com",
"port": 993,
"token": "your-authorization-code"
}
Security Notes
- Authorization tokens are stored locally and never uploaded
- Recommend rotating authorization tokens periodically
- To revoke access, regenerate the authorization code in your email provider settings
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install imap-mailbox - 安装完成后,直接呼叫该 Skill 的名称或使用
/imap-mailbox触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
IMAP Mailbox 是什么?
Read and manage emails via IMAP protocol. List, read, search, and download email attachments. Supports digest mode for daily briefings. Triggers: check email... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 58 次。
如何安装 IMAP Mailbox?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install imap-mailbox」即可一键安装,无需额外配置。
IMAP Mailbox 是免费的吗?
是的,IMAP Mailbox 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
IMAP Mailbox 支持哪些平台?
IMAP Mailbox 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 IMAP Mailbox?
由 Shimon Xin(@shimonxin)开发并维护,当前版本 v1.0.1。