Install
openclaw skills install email-senderClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Send emails with optional file attachments using a Gmail account via SMTP by specifying recipient, subject, body, and an optional attachment path.
openclaw skills install email-senderSend emails (with optional file attachments) from OpenClaw using SMTP. This skill uses a Gmail account with an App Password.
to (string, required): Recipient email address.subject (string, required): Email subject.body (string, required): Plain‑text body.attachment_path (string, optional): Absolute path to a file to attach.The skill provides a function send_email that can be called via the OpenClaw function tool.