Install
openclaw skills install @zvirb/gmail-draft-sendopenclaw skills install @zvirb/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.