Install
openclaw skills install gmail-retrieve-emailAtomic node skill to read a specific email via Gmail using the gog CLI.
openclaw skills install gmail-retrieve-emailThis skill allows the agent to retrieve the full contents of a specific email using the native CLI.
WHEN [The contents of a specific email need to be read]
THEN [Execute the native terminal command gog gmail messages get <messageId> --json]
{
"command": "gog gmail messages get msg_id_123 --json"
}
A JSON object containing the email headers, body, and metadata.