Install
openclaw skills install google-docs-update-documentAtomic node skill to update a Google Doc using the gog CLI.
openclaw skills install google-docs-update-documentThis skill allows the agent to write or insert text into an existing Google Document using the native CLI.
WHEN [Text needs to be added, written, or updated in a Google Doc]
THEN [Execute the native terminal command gog docs write <docId> --text "..." or gog docs edit <docId> <find> <replace>]
{
"command": "gog docs edit doc_id_123 \"old text\" \"new text\""
}
A JSON object or confirmation string indicating the update was successful.