Install
openclaw skills install google-docs-read-documentAtomic node skill to read a Google Doc using the gog CLI.
openclaw skills install google-docs-read-documentThis skill allows the agent to read the plain text contents of a Google Document using the native CLI.
WHEN [The contents of a Google Doc need to be read]
THEN [Execute the native terminal command gog docs cat <docId>]
{
"command": "gog docs cat doc_id_123"
}
The plain text content of the Google Doc.