
gws-sheets-read
✓ Official★ 29,400by Google · part of googleworkspace/cli
Google Sheets: Read values from a spreadsheet.
🔥🔥✓ VerifiedFreeQuick setup
🧰 Not standalone. This skill ships with googleworkspace/cli and only works together with that tool — install the tool first, then add this skill.
Google Sheets: Read values from a spreadsheet.
Inspect the full instructions your agent will receiveExpandCollapse
This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.
name: gws-sheets-read description: "Google Sheets: Read values from a spreadsheet." metadata: version: 0.22.5 openclaw: category: "productivity" requires: bins: - gws cliHelp: "gws sheets +read --help"
sheets +read
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Read values from a spreadsheet
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--spreadsheet | ✓ | — | Spreadsheet ID |
--range | ✓ | — | Range to read (e.g. 'Sheet1!A1:B2') |
Examples
Copy & paste — that's it
gws sheets +read --spreadsheet ID --range "Sheet1!A1:D10"
gws sheets +read --spreadsheet ID --range Sheet1Tips
- Read-only — never modifies the spreadsheet.
- For advanced options, use the raw values.get API.
See Also
- gws-shared — Global flags and auth
- gws-sheets — All read and write spreadsheets commands
Copy & paste — that's it
npx skills add https://github.com/googleworkspace/cli --skill gws-sheets-readRun this in your project — your agent picks the skill up automatically.
Usage
Copy & paste — that's it
gws sheets +read --spreadsheet <ID> --range <RANGE>No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.