Install
openclaw skills install gmail-modify-labelsAtomic node skill to modify email labels in Gmail using the gog CLI.
openclaw skills install gmail-modify-labelsThis skill allows the agent to add or remove labels from an email or thread using the native CLI.
WHEN [Labels on an email need to be changed, added, or removed] THEN [ Execute the following Jidoka-validated loop:
gog gmail messages modify <messageId> ... or equivalent label command.{
"command": "gog gmail messages modify msg_id_123 --add-label INBOX --remove-label UNREAD --json"
}
Confirmation that the labels were updated.