A straightforward read-only interface to Google Sheets that pulls cell ranges into Claude's context for analysis or processing. You pass it a spreadsheet ID and range like "Sheet1!A1:D10" and it returns the raw values without any formatting or formulas. Handy when you need Claude to analyze data, generate reports from existing sheets, or extract specific information without risking accidental modifications. The simplicity is the point here, it's essentially a direct wrapper around Google's sheets API that handles auth through the gws toolchain. Works well for quick data pulls but you'll need the full API for anything complex.
npx skills add https://github.com/googleworkspace/cli --skill gws-sheets-read