back
loading skill details...
Google Sheets: Read and write spreadsheets.
Read, write, and batch-update Google Sheets with direct API access. Supports three helper commands: +read for retrieving values, +append for adding rows, and batchUpdate for applying multiple validated changes atomically Access spreadsheets resource with methods to create, retrieve, and modify sheets, including grid data filtering and developer metadata operations Requires Google Workspace authentication via the shared gws prerequisite; use gws schema to inspect method parameters before building requests Batch operations validate all requests before applying; if any request fails, the entire batch is rejected with no partial changes sheets (v4) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws sheets <resource> <method> [flags] Helper Commands Command Description +append Append a row to a spreadsheet +read Read values from a spreadsheet API Resources spreadsheets
don't have the plugin yet? install it then click "run inline in claude" again.