Mail Sender SMTP
/install mail-sender-vutran
Mail Sender
This skill allows the agent to send emails using a standard SMTP server (like Gmail, Outlook, etc.).
Setup
The skill uses the following environment variables for configuration:
SMTP_SERVER: (e.g., smtp.gmail.com)SMTP_PORT: (e.g., 587)SMTP_USER: Your email addressSMTP_PASS: Your app-specific passwordFROM_EMAIL: The sender's email (optional, defaults to SMTP_USER)
Usage
To send an email, use the bundled script:
python3 skills/public/mail-sender/scripts/send.py \
--to-email "[email protected]" \
--subject "Hello from OpenClaw" \
--body "This is a test email sent via the mail-sender skill."
Security Note
For Gmail, use an App Password instead of your primary account password. Never hardcode credentials in the script or conversation history.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mail-sender-vutran - After installation, invoke the skill by name or use
/mail-sender-vutran - Provide required inputs per the skill's parameter spec and get structured output
What is Mail Sender SMTP?
Send emails via SMTP. Use when the user needs to send an email with a custom subject and body. This skill requires SMTP configuration (server, port, user, pa... It is an AI Agent Skill for Claude Code / OpenClaw, with 292 downloads so far.
How do I install Mail Sender SMTP?
Run "/install mail-sender-vutran" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mail Sender SMTP free?
Yes, Mail Sender SMTP is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mail Sender SMTP support?
Mail Sender SMTP is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mail Sender SMTP?
It is built and maintained by Trần Anh Vũ (@jaskies); the current version is v1.0.0.