← 返回 Skills 市场
35
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install send-email-to
功能描述
发送邮件,支持中文附件(RFC 2231 编码)。 当用户说"发送邮件"、"发送报告"、"发送日报"时触发。
使用说明 (SKILL.md)
发送邮件 Skill
执行脚本:send-email-to/scripts/send_email.py
功能
- 读取
market_data.json中的市场数据,生成摘要正文 - 自动查找
E:\daily\{date}\下的 Word 和 PPT 附件 - 中文文件名使用 RFC 2231 编码,防止邮件客户端显示为
.bin - 附件 Content-Type 设置为正确的 Office 文档类型
脚本逻辑
- 读取
market_data.json(由 collect-market-data 生成) - 查找当日
*_YYYYMMDD.docx和*_YYYYMMDD.pptx文件 - 构建带摘要正文的邮件,附件使用 RFC 2231 编码
- 通过 SMTP 发送至 [email protected]
邮件配置(来自 config.py)
| 配置项 | 值 |
|---|---|
| SMTP 服务器 | smtp.163.com |
| SMTP 端口 | 25 |
| 发件人 | [email protected] |
| 收件人 | [email protected] |
| 授权码 | MN3dS36RDsLcyFTb |
安全使用建议
Install only if you intend this exact automated daily financial-report workflow, trust the fixed recipient and sender account, and can rotate/remove the exposed SMTP authorization code. Before use, verify the config.py values, restrict the attachment directory, and require explicit confirmation before any email is sent.
能力评估
Purpose & Capability
The detailed documentation and script align around sending a daily financial market report, reading market_data.json, attaching date-matched Word/PPT files, and sending to a fixed recipient. That is purpose-coherent, but it is high-impact outbound transmission of local business files.
Instruction Scope
The trigger phrases are broad, and the artifacts do not show a runtime preview or confirmation step before reading local data, collecting attachments, and sending the email.
Install Mechanism
The package contains only SKILL.md and one Python script, with no declared dependencies. However, the script imports config from a hard-coded local OpenClaw workspace path, so required configuration and actual paths are outside the packaged artifact.
Credentials
Reading local market data and report attachments is expected for a daily-report sender, but automatic attachment discovery and fixed external delivery require clear user control because the files may contain sensitive business information.
Persistence & Privilege
No persistence or privilege escalation was found, but the skill documentation exposes an SMTP authorization code and the script uses SMTP credentials to send mail, creating account misuse and impersonation risk.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install send-email-to - 安装完成后,直接呼叫该 Skill 的名称或使用
/send-email-to触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次发布
元数据
常见问题
发送邮件 是什么?
发送邮件,支持中文附件(RFC 2231 编码)。 当用户说"发送邮件"、"发送报告"、"发送日报"时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 35 次。
如何安装 发送邮件?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install send-email-to」即可一键安装,无需额外配置。
发送邮件 是免费的吗?
是的,发送邮件 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
发送邮件 支持哪些平台?
发送邮件 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 发送邮件?
由 szrw1825(@szrw1825)开发并维护,当前版本 v1.0.0。
推荐 Skills