A solid wrapper around Google Sheets API v4 that handles the authentication headaches for you. Covers the full API surface from basic read/write operations to batch updates and developer metadata management. The helper commands for appending rows and reading ranges will handle 90% of common use cases, while the raw API access lets you do complex spreadsheet manipulation when needed. Requires the gws CLI tool and proper Google Workspace authentication setup. If you're building automation that touches Google Sheets regularly, this beats wrestling with OAuth flows and API quirks yourself.
npx skills add https://github.com/googleworkspace/cli --skill gws-sheets