Install
openclaw skills install gmail-send-emailAtomic node skill to send an email via Gmail using the gog CLI.
openclaw skills install gmail-send-emailThis skill allows the agent to send an email using the native CLI.
WHEN [An email needs to be sent to one or more recipients]
THEN [Execute the native terminal command gog gmail send --to "..." --subject "..." --body "..."]
{
"command": "gog gmail send --to \"example@gmail.com\" --subject \"Invoice\" --body \"Please find the invoice attached.\" --json"
}
Confirmation that the email was sent successfully.