Email Send

👤 xejrax 📦 v1.0.0 ⭐ 3.8 ⬇️ 4.5K 下载
📄 办公效率 免费 🔑 需 API Key

📖 技能介绍


name: email-send description: "Send a quick email via SMTP using msmtp without opening a full mail client." metadata: { "openclaw": { "emoji": "📧", "requires": { "bins": ["msmtp"] }, "install": [ { "id": "dnf", "kind": "dnf", "package": "msmtp", "bins": ["msmtp"], "label": "Install msmtp (dnf)", }, ], }, }

7w4.net小葱技能。


Email Send Skill

Send a quick email via SMTP without opening the full himalaya client. Requires SMTP_HOST, SMTP_PORT, SMTP_USER, SMTP_PASS env vars.

Sending Email

Send a basic email:

echo "Meeting at 3pm tomorrow." | msmtp recipient@example.com

Send with subject and headers:

printf "To: recipient@example.com\nSubject: Quick update\n\nHey, the deploy is done." | msmtp recipient@example.com

Options

  • --cc -- carbon copy recipients
  • --bcc -- blind carbon copy recipients
  • --attach <file> -- attach a file

Install

sudo dnf install msmtp

🤖 AI 评测

这个 Skill 质量中等,功能专一明确,可以快速发送邮件,操作相对简单。但文档内容偏简单,缺少详细的配置说明和故障排查指南,对不熟悉 SMTP 的用户不太友好。适合有经验的用户快速使用,新手可能需要额外查阅资料。

📊 多维度评分

适应性3.8
规范性3.9
有效性3.9
可靠性3.3
可信度4.4

📁 包含文件 (3 个)

📄 CLAUDE.md 303 B
📄 SKILL.md 1.1 KB
📄 _meta.json 129 B