Google Workspace/gws-sheets — Agent Skills | officialskills.sh
Back to skills

gws-sheets

officialworkflows

Reads and writes Google Sheets spreadsheets via the Sheets v4 API.

Setup & Installation

npx skills add https://github.com/googleworkspace/cli --skill gws-sheets
or paste the link and ask your coding assistant to install it
https://github.com/googleworkspace/cli/tree/main/skills/gws-sheets
View on GitHub

What This Skill Does

Reads and writes Google Sheets spreadsheets via the Sheets v4 API. Supports creating spreadsheets, reading cell ranges, appending rows, and applying batch updates to sheet structure or data.

The CLI lets you read and write sheets directly from scripts or agents without opening a browser or maintaining OAuth flow code yourself.

When to use it

  • Reading sales data from a shared spreadsheet into a script
  • Appending a new row to a log sheet after each automated job run
  • Creating a new spreadsheet and populating it with report data
  • Batch updating cell formats, ranges, or sheet properties in one API call
  • Fetching specific cell ranges using data filters without pulling the entire sheet