/install email-manager-with-db
Email Manager Skill
This skill manages email accounts and interacts with them via IMAP and SMTP.
Commands
account
Manage email accounts.
add: Add a new email account.node cli.js account add --email \x3Cemail> --password \x3Capp-password> [--imap-host \x3Chost>] [--imap-port \x3Cport>] [--smtp-host \x3Chost>] [--smtp-port \x3Cport>]
list: List all configured email accounts.node cli.js account list
remove: Remove an email account.node cli.js account remove \x3Caccount-id>
test
Test the IMAP and SMTP connection for an account.
node cli.js test \x3Caccount-id>
sync
Sync emails from the server.
node cli.js sync \x3Caccount-id> [--folder \x3Cfolder-name>] [--limit \x3Cnumber>]
inbox
List emails in the inbox.
node cli.js inbox \x3Caccount-id> [--limit \x3Cnumber>] [--unread] [--no-filtered]
read
Read the content of a specific email.
node cli.js read \x3Cemail-id>
send
Send an email.
node cli.js send \x3Caccount-id> --to \x3Crecipient> --subject "\x3Csubject>" --body "\x3Cbody>"
search
Search for emails.
node cli.js search \x3Caccount-id> --query "\x3Cquery>"
folders
List all folders for an account.
node cli.js folders \x3Caccount-id>
filter
Manage email filters.
list: List all filter rules.node cli.js filter list [account-id]
add: Add a new filter rule.node cli.js filter add --field \x3Cfrom|to|subject> --pattern "\x3Cpattern>" [--account-id \x3Cid>]
remove: Remove a filter rule.node cli.js filter remove \x3Crule-id>
stats
Show statistics about emails.
node cli.js stats [account-id]
report
Daily send report: how many emails were sent and how many failed.
Defaults to today. Use --date to specify a date, or --days for a multi-day range.
node cli.js report [account-id] [--date YYYY-MM-DD] [--days \x3Cnumber>]
- No flags: today's report
--date 2026-03-31: report for a specific date--days 7: report for the last 7 days (broken down by day)
Output includes: total / sent / failed counts, success rate, and recent failure details (recipient, subject, error message).
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install email-manager-with-db - 安装完成后,直接呼叫该 Skill 的名称或使用
/email-manager-with-db触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Email Manager with DB 是什么?
Email account manager with IMAP/SMTP support and local database. Manage multiple email accounts, sync inbox, send emails, search, set filters, and generate d... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。
如何安装 Email Manager with DB?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install email-manager-with-db」即可一键安装,无需额外配置。
Email Manager with DB 是免费的吗?
是的,Email Manager with DB 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Email Manager with DB 支持哪些平台?
Email Manager with DB 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Email Manager with DB?
由 mguozhen(@mguozhen)开发并维护,当前版本 v1.1.0。