Back to skills

gws-sheets

workflows

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 l

Setup & Installation

npx skills add https://github.com/googleworkspace/gws-sheets --skill gws-sheets
or paste the link and ask your coding assistant to install it
https://github.com/googleworkspace/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

  • Working with gws sheets functionality
  • Implementing gws sheets features
  • Debugging gws sheets related issues