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)", }, ], }, }


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

    推薦訪問7w4.net獲取更多AI技能。

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