← 返回 Skills 市场
izombix

msmtp-send

作者 izombix · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
250
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install msmtp-send
功能描述
Send plain-text emails using your local msmtp config (Gmail app password already set up in ~/.msmtprc). Strictly send-only; no reading, fetching, or inbox ac...
安全使用建议
This skill is a simple, coherent wrapper around your local msmtp installation and does what it says: send plain-text emails using whatever credentials are configured in ~/.msmtprc. Before installing, confirm: (1) you are comfortable with the agent being able to send email (the platform allows autonomous invocation by default), (2) your ~/.msmtprc contains only an app-specific password (not your primary account password) and has restrictive file permissions (600), and (3) you trust the recipients the agent might be asked to contact. Small notes: the provided msmtprc.md is instructional and suggests storing an app password in the config (common but sensitive); change file perms and use an app password from Google. Also the docs contain a minor typo ('msmpt' vs 'msmtp') but that does not affect security. If you want to avoid any chance of unauthorized emails, restrict autonomous invocation of this skill or require explicit user confirmation before sending.
功能分析
Type: OpenClaw Skill Name: msmtp-send Version: 1.0.0 The skill is a straightforward utility for sending plain-text emails via the msmtp command-line tool. The provided shell script (send.sh) correctly quotes its arguments to mitigate basic shell injection, and the documentation (SKILL.md and msmtprc.md) is consistent with the tool's stated purpose without any evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description (send plain-text via local msmtp) match the actual files and requirements: a small send.sh wrapper that pipes a composed message to msmtp. Required binary is msmtp and no extra credentials or unrelated binaries are requested.
Instruction Scope
SKILL.md and send.sh stick to sending mail. The script requires three arguments (to, subject, body) and pipes them to msmtp; it does not read inboxes or other system files beyond relying on msmtp to read ~/.msmtprc for authentication (which the README explicitly documents).
Install Mechanism
No install spec; this is instruction-only plus a small bundled script. Nothing is downloaded or extracted from external URLs. Low install risk.
Credentials
No environment variables or external credentials are requested by the skill itself. It does rely on the user's existing ~/.msmtprc for SMTP credentials (the included msmtprc.md shows storing an app password there). This is proportionate to sending email but users should be aware that msmtprc may contain plaintext app passwords and should be protected (file perms, use app-specific password).
Persistence & Privilege
Skill has no elevated persistence flags (always:false) and does not modify other skills or system-wide config. It can be invoked autonomously per platform default, which is expected for tools but should be considered by users when granting agent autonomy.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install msmtp-send
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /msmtp-send 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of msmtp-send skill. - Enables sending plain-text emails using your local msmtp configuration. - Only supports sending emails; no inbox access or message retrieval. - Requires an existing Gmail app password already configured - Invoked via an exec tool running a local send.sh script. - Suitable for notifications, test emails, and simple alerts.
元数据
Slug msmtp-send
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

msmtp-send 是什么?

Send plain-text emails using your local msmtp config (Gmail app password already set up in ~/.msmtprc). Strictly send-only; no reading, fetching, or inbox ac... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 250 次。

如何安装 msmtp-send?

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

msmtp-send 是免费的吗?

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

msmtp-send 支持哪些平台?

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

谁开发了 msmtp-send?

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

💬 留言讨论