@googleworkspace/gws-sheets

by googleworkspace · v1.0.0 · prompt

Google Sheets: Read and write spreadsheets.

Install

Add @googleworkspace/gws-sheets to Claude Code with the PolySkill CLI: polyskill add @googleworkspace/gws-sheets

Instructions

# sheets (v4) > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. ```bash gws sheets <resource> <method> [flags] ``` ## Helper Commands | Command | Description | |---------|-------------| | [`+append`](../gws-sheets-append/SKILL.md) | Append a row to a spreadsheet | | [`+read`](../gws-sheets-read/SKILL.md) | Read values from a spreadsheet | ## API Resources ### spreadsheets - `batchUpdate` — Applies one or more updates to the spreadsheet. Each request is validated before being applied. If any request…

Keywords: gws, google, sheets, workspace