Gws Sheets Append
/install gws-sheets-append
sheets +append
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
Usage
gws sheets +append --spreadsheet \x3CID>
Flags
| 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"]]' |
--range |
— | A1 |
Target range in A1 notation (e.g. 'Sheet2!A1') to select a specific tab |
Examples
gws sheets +append --spreadsheet ID --values 'Alice,100,true'
gws sheets +append --spreadsheet ID --json-values '[["a","b"],["c","d"]]'
gws sheets +append --spreadsheet ID --range "Sheet2!A1" --values 'Alice,100'
Tips
- 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).
[!CAUTION] This is a write command — confirm with the user before executing.
See Also
- gws-shared — Global flags and auth
- gws-sheets — All read and write spreadsheets commands
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gws-sheets-append - After installation, invoke the skill by name or use
/gws-sheets-append - Provide required inputs per the skill's parameter spec and get structured output
What is Gws Sheets Append?
Google Sheets: Append a row to a spreadsheet. It is an AI Agent Skill for Claude Code / OpenClaw, with 524 downloads so far.
How do I install Gws Sheets Append?
Run "/install gws-sheets-append" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Gws Sheets Append free?
Yes, Gws Sheets Append is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Gws Sheets Append support?
Gws Sheets Append is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Gws Sheets Append?
It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.13.