Install
openclaw skills install gmail-draft-update-bodyAtomic node skill to update the body text of an existing Gmail draft.
openclaw skills install gmail-draft-update-bodyThis skill allows the agent to update the body of an existing Gmail draft using the native CLI.
WHEN [The body of a Gmail draft needs to be set or updated]
THEN [Execute the native terminal command gog gmail drafts update <draftId> --body "..." --json]
{
"command": "gog gmail drafts update draft_id_123 --body \"Please review the attached invoice.\" --json"
}
A JSON object confirming the draft was updated.