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