googleworkspace/gws-sheets-read
Google Sheets: Read values from a spreadsheet.
This is a copy. The original lives at comeonoliver/gws-sheets-read.
npx skills add https://github.com/googleworkspace/cli --skill gws-sheets-read
> PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.
Read values from a spreadsheet
gws sheets +read --spreadsheet <ID> --range <RANGE>
| Flag | Required | Default | Description |
|------|----------|---------|-------------|
| --spreadsheet | ✓ | — | Spreadsheet ID |
| --range | ✓ | — | Range to read (e.g. 'Sheet1!A1:B2') |
gws sheets +read --spreadsheet ID --range "Sheet1!A1:D10"
gws sheets +read --spreadsheet ID --range Sheet1
Take googleworkspace/gws-sheets-read from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.