← 返回 Skills 市场
shimonxin

IMAP Mailbox

作者 Shimon Xin · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
58
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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
安全使用建议
Review before installing. Only use this if you are comfortable giving it access to your mailbox credentials and private email. Prefer a fixed version that verifies TLS certificates, uses HTTPS npm registry URLs, narrows triggers, documents all local storage, and asks before saving email bodies, attachments, or digests to disk.
能力评估
Purpose & Capability
The IMAP list/read/search/digest purpose is coherent and email access is expected, but the documented download command is not wired into the CLI, while a separate attachment script uses a hardcoded output folder and default UID.
Instruction Scope
The trigger phrases are broad for a sensitive mailbox-reading skill, and the artifacts do not add confirmation gates before reading message bodies, generating digests, or saving email-derived content.
Install Mechanism
Dependencies are normal npm packages, but package-lock.json pins many tarballs to a third-party plain-HTTP mirror, creating supply-chain risk for a tool that can access email credentials and content.
Credentials
Network access to a configured IMAP server and local config access fit the purpose, but both IMAP clients set rejectUnauthorized:false, weakening TLS protection for credentials and mailbox contents.
Persistence & Privilege
The skill writes reported-message state, digest markdown files, attachments, and parsed email text under ~/.openclaw/workspace/memory without clear opt-in, retention controls, or restrictive storage design.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install imap-mailbox
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /imap-mailbox 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Full English translation of SKILL.md and all content
v1.0.0
首个公开版本:Node.js IMAP邮件读取,支持摘要生成、附件下载、邮件搜索
元数据
Slug imap-mailbox
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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。

💬 留言讨论