Mail Sender SMTP
/install mail-sender-vutran
Mail Sender
This skill allows the agent to send emails using a standard SMTP server (like Gmail, Outlook, etc.).
Setup
The skill uses the following environment variables for configuration:
SMTP_SERVER: (e.g., smtp.gmail.com)SMTP_PORT: (e.g., 587)SMTP_USER: Your email addressSMTP_PASS: Your app-specific passwordFROM_EMAIL: The sender's email (optional, defaults to SMTP_USER)
Usage
To send an email, use the bundled script:
python3 skills/public/mail-sender/scripts/send.py \
--to-email "[email protected]" \
--subject "Hello from OpenClaw" \
--body "This is a test email sent via the mail-sender skill."
Security Note
For Gmail, use an App Password instead of your primary account password. Never hardcode credentials in the script or conversation history.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mail-sender-vutran - 安装完成后,直接呼叫该 Skill 的名称或使用
/mail-sender-vutran触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Mail Sender SMTP 是什么?
Send emails via SMTP. Use when the user needs to send an email with a custom subject and body. This skill requires SMTP configuration (server, port, user, pa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 292 次。
如何安装 Mail Sender SMTP?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mail-sender-vutran」即可一键安装,无需额外配置。
Mail Sender SMTP 是免费的吗?
是的,Mail Sender SMTP 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Mail Sender SMTP 支持哪些平台?
Mail Sender SMTP 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mail Sender SMTP?
由 Trần Anh Vũ(@jaskies)开发并维护,当前版本 v1.0.0。