gws-sheets-append
Google Sheets: Append a row to a spreadsheet.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Google Sheets: Append a row to a spreadsheet.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Create professional Google Slides presentations from a PowerPoint template by rearranging slides, replacing placeholder text, and uploading to Drive. Use when the user asks for a slide deck, presentation, or Google Slides built from a template.
Read and write Google Docs.
Google Drive: Manage files, folders, and shared drives.
Google Sheets: Read and write spreadsheets.
Google Slides: Read and write presentations.
| name | gws-sheets-append |
| description | Google Sheets: Append a row to a spreadsheet. |
| metadata | {"version":"0.22.5","openclaw":{"category":"productivity","requires":{"bins":["gws"]},"cliHelp":"gws sheets +append --help"}} |
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Append a row to a spreadsheet
gws sheets +append --spreadsheet <ID>
| Flag | Required | Default | Description |
|---|---|---|---|
--spreadsheet | ✓ | — | Spreadsheet ID |
--values | — | — | Comma-separated values (simple strings) |
--json-values | — | — | JSON array of rows, e.g. '[["a","b"],["c","d"]]' |
gws sheets +append --spreadsheet ID --values 'Alice,100,true'
gws sheets +append --spreadsheet ID --json-values '[["a","b"],["c","d"]]'
[!CAUTION] This is a write command — confirm with the user before executing.