← 返回 Skills 市场
284
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install smtp
功能描述
Send, test, and debug SMTP mail flows with safe dry runs, provider-aware auth, and deliverability checks.
安全使用建议
This skill is coherent and appears to do what it says: SMTP diagnostics with a strong emphasis on safety. Before installing or using it, note that it will create ~/smtp/ and persist debugging context there — review and control that directory (permissions are set by the setup instructions). Never put passwords or tokens into those files; provide credentials via a secret manager or a one-time runtime prompt as the skill recommends. Confirm any live send explicitly (the SKILL.md requires it), and if you prefer no persistent local state, avoid running setup or delete ~/smtp/ after use. If you have strict policies about autonomous agent actions, remember the platform allows autonomous invocation by default — ensure you or your org consent to the agent being able to run this skill when appropriate.
功能分析
Type: OpenClaw Skill
Name: smtp
Version: 1.0.0
The SMTP skill bundle is a well-structured tool designed for debugging and managing email flows with a strong emphasis on safety and user consent. It implements multiple guardrails, such as mandatory 'canary' test sends, explicit confirmation gates for live emails, and strict prohibitions against storing credentials in local memory files (~/smtp/). The instructions in SKILL.md and setup.md prioritize diagnostic accuracy and security best practices, including the use of standard networking tools (swaks, openssl) and restricted file permissions (chmod 600).
能力评估
Purpose & Capability
The name/description (SMTP send/test/debug) matches the SKILL.md. The skill does not request unrelated env vars, binaries, or cloud credentials. Recommended tools (swaks, openssl, dig) are appropriate for SMTP diagnostics and are only recommendations, not required installs.
Instruction Scope
Runtime instructions are narrowly focused on SMTP diagnostics and a safety-first send flow (draft → probe → canary → verify → scale). The skill explicitly creates and reads files under ~/smtp/ and will read memory.md when status is 'ongoing', so users should be aware the agent will persist and reuse local context. The SKILL.md also mandates explicit confirmation before any live send and instructs not to store secrets in the local files.
Install Mechanism
Instruction-only skill with no install spec and no code files; this minimizes installation risk (nothing is downloaded or executed by the installer).
Credentials
The skill declares no required environment variables or primary credential. It recommends that credentials come from a user-approved secret manager or runtime prompt and explicitly forbids storing raw secrets in the local files — this is proportionate to the stated purpose.
Persistence & Privilege
The skill writes to and reads from ~/smtp/, creates baseline files, and sets restrictive permissions (chmod 700/600). It does not request system-wide privileges or modify other skills. Because the agent may read persisted memory on activation, users should confirm that stored files contain only non-sensitive debugging context.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install smtp - 安装完成后,直接呼叫该 Skill 的名称或使用
/smtp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with safe SMTP send flow, provider profiles, auth diagnostics, and deliverability checks.
元数据
常见问题
SMTP 是什么?
Send, test, and debug SMTP mail flows with safe dry runs, provider-aware auth, and deliverability checks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 284 次。
如何安装 SMTP?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install smtp」即可一键安装,无需额外配置。
SMTP 是免费的吗?
是的,SMTP 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SMTP 支持哪些平台?
SMTP 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 SMTP?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。
推荐 Skills