gws-sheets-append
Append rows to a Google Sheet with simple or bulk input modes.
What it does
- Use --values for simple single-row appends.
- Use --json-values for bulk multi-row inserts.
- Use --range to append to a specific sheet tab (default: A1, i.e. first sheet).
- gws-shared — Global flags and auth
- gws-sheets — All read and write spreadsheets commands
Requirements & configuration
- PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Append rows to a Google Sheet with simple or bulk input modes.
Source
Repository: https://github.com/googleworkspace/cli
gws-sheets-append FAQ
What does the gws-sheets-append skill do?
Google Sheets: Append a row to a spreadsheet. Use --values for simple single-row appends. Use --json-values for bulk multi-row inserts.
What does gws-sheets-append require?
PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.
How do I install gws-sheets-append?
Run: npx -y skills add https://github.com/googleworkspace/cli --skill gws-sheets-append --agent claude-code — the source lives at github.com/googleworkspace/cli.
Maintain gws-sheets-append?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/googleworkspace-cli-gws-sheets-append?ref=badge) npx agentictools info skills/googleworkspace-cli-gws-sheets-append The second line is the CLI lookup for this page — handy in READMEs and docs.