Install
openclaw skills install gmail-draft-initializeAtomic node skill to initialize a Gmail draft with recipients.
openclaw skills install gmail-draft-initializeThis skill allows the agent to create a new, empty email draft in Gmail with specified recipients. It does NOT set the subject or body (use the dedicated update skills for those).
WHEN [A new email needs to be drafted]
THEN [Execute the native terminal command gog gmail drafts create --to "..." --json]
{
"command": "gog gmail drafts create --to \"example@gmail.com\" --json"
}
A JSON object confirming the draft was created and returning the draftId.