Install
openclaw skills install google-sheets-append-rowAtomic node skill to append a row in Google Sheets using the gog CLI.
openclaw skills install google-sheets-append-rowThis skill allows the agent to append values to a range in a Google Sheet using the native CLI.
WHEN [New data rows need to be appended to a Google Sheet]
THEN [Execute the native terminal command gog sheets append <spreadsheetId> <range> --values-json '[["..."]]']
{
"command": "gog sheets append sheet_id_123 \"Tab1!A:C\" --values-json '[[\"Val1\", \"Val2\", \"Val3\"]]' --json"
}
A JSON object confirming the appended rows.