What problem does it solve? Working with Google Sheets programmatically normally requires writing API client code, handling OAuth, and learning the Sheets API surface. This Skill exposes the full Sheets API v4 through the gws CLI so you can create, read, and update spreadsheets with single commands. ## Core Features & Use Cases - Spreadsheet Management: Create spreadsheets, fetch metadata, and apply batched updates via the spreadsheets resource (create, get, batchUpdate, getByDataFilter). - Values and Sheets Operations: Access the values, sheets, and developerMetadata sub-resources for reading ranges and manipulating sheet structure. - Helper Commands: Use the companion +append and +read helpers to append rows or read cell values without constructing raw API calls. - Use Case: Append a new row of daily metrics to a tracking spreadsheet, then read back a range to verify the update, all from the command line. ## Quick Start Ask the AI to read the values from a specific range of a Google Sheet by its spreadsheet ID using the gws sheets command.