Install
openclaw skills install gmail-draft-emailAtomic node skill to draft an email via Gmail using the gog CLI.
openclaw skills install gmail-draft-emailThis skill allows the agent to create an email draft using the native CLI.
WHEN [An email needs to be drafted but not sent] THEN [ Execute the following Jidoka-validated loop:
gog gmail drafts create --to "..." --subject "..." --body "..." --json.{
"command": "gog gmail drafts create --to \"example@gmail.com\" --subject \"Invoice\" --body \"Please review the attached invoice.\" --json"
}
Confirmation that the draft was created.