← 返回 Skills 市场
hitygx

Simple SMTP Mailer

作者 GaoXiang Yu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
468
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install simple-smtp-mail
功能描述
Send emails via SMTP using the msmtp command-line tool configured in ~/.msmtp/config for authentication and server settings.
安全使用建议
This skill appears to do what it says: run the msmtp CLI using your ~/.msmtp/config. Before installing, consider: 1) the agent will use whatever SMTP credentials are in that file — prefer app-specific passwords and minimal-permission accounts; 2) review and secure ~/.msmtp/config (chmod 600) and avoid placing highly privileged credentials there; 3) be aware the agent can send arbitrary outbound emails (a potential data-exfiltration channel); 4) the CLAUDE.md includes a hardcoded home path (/Users/yugaoxiang/.msmtp/config) — the real config is ~/.msmtp/config on your system; 5) avoid following the advice to disable TLS certificate checks in production. If you only need to send occasional messages, consider manually running msmtp or creating a narrowly scoped SMTP account for the skill rather than exposing your primary email credentials.
功能分析
Type: OpenClaw Skill Name: simple-smtp-mail Version: 1.0.0 The skill provides instructions and command templates for using the legitimate 'msmtp' utility to send emails. It includes standard installation steps and security recommendations, such as setting restrictive permissions on configuration files. While CLAUDE.md contains a hardcoded absolute path (/Users/yugaoxiang/.msmtp/config) that appears to be a developer oversight from the author's local environment, there is no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description claim (send mail via msmtp) matches the manifests and SKILL.md. _meta.json declares msmtp as a required binary and the docs instruct installing msmtp via package managers — consistent and proportionate.
Instruction Scope
SKILL.md and CLAUDE.md instruct the agent to run msmtp commands and to use ~/.msmtp/config for credentials, which is expected. Note: CLAUDE.md contains hardcoded example path (/Users/yugaoxiang/.msmtp/config) that is inconsistent with the documented ~/.msmtp/config and appears to be a leftover from a developer environment — harmless but confusing. Troubleshooting advice includes 'tls_certcheck off', which reduces TLS security and should be avoided in production.
Install Mechanism
No custom install script; install hints use standard package managers (brew/apt/dnf) declared in _meta.json. These are low-risk, well-known install mechanisms.
Credentials
The skill requests no environment variables but depends on the user's ~/.msmtp/config, which stores SMTP username/password. That is appropriate for a mail sender, but it means the agent will have access to credentials stored there and can send arbitrary outbound mail. Users should ensure those credentials are scoped (use app-specific passwords) and understand the exfiltration risk inherent to sending email.
Persistence & Privilege
always is false and the skill is user-invocable. Model invocation is allowed (the platform default) but the skill is not forced into every session. There is no indication the skill attempts to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install simple-smtp-mail
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /simple-smtp-mail 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of simple-smtp-mail skill. - Send emails via SMTP using the msmtp command-line tool. - Provides documentation for configuring SMTP accounts for common mail providers (Gmail, QQ, Outlook, 163.com). - Includes installation steps for msmtp on macOS and Linux. - Offers example commands for sending emails with subject, from header, and HTML content. - Lists basic troubleshooting tips for common configuration and connection issues.
元数据
Slug simple-smtp-mail
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Simple SMTP Mailer 是什么?

Send emails via SMTP using the msmtp command-line tool configured in ~/.msmtp/config for authentication and server settings. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 468 次。

如何安装 Simple SMTP Mailer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install simple-smtp-mail」即可一键安装,无需额外配置。

Simple SMTP Mailer 是免费的吗?

是的,Simple SMTP Mailer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Simple SMTP Mailer 支持哪些平台?

Simple SMTP Mailer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Simple SMTP Mailer?

由 GaoXiang Yu(@hitygx)开发并维护,当前版本 v1.0.0。

💬 留言讨论