Install
openclaw skills install gmail-draft-sendAtomic node skill to send an existing Gmail draft.
openclaw skills install gmail-draft-sendThis skill allows the agent to send an existing Gmail draft using the native CLI.
WHEN [An existing email draft needs to be sent]
THEN [Execute the native terminal command gog gmail drafts send <draftId> --json]
{
"command": "gog gmail drafts send draft_id_123 --json"
}
A JSON object confirming the email was sent successfully.