Agent Skills: sheets +read

Google Sheets: Read values from a spreadsheet.

productivityID: dbmcco/claude-agent-toolkit/gws-sheets-read

Install this agent skill to your local

pnpm dlx add-skill https://github.com/dbmcco/claude-agent-toolkit/tree/HEAD/skills/gws-sheets-read

Skill Files

Browse the full folder contents for gws-sheets-read.

Download Skill

Loading file tree…

skills/gws-sheets-read/SKILL.md

Skill Metadata

Name
gws-sheets-read
Description
"Google Sheets: Read values from a spreadsheet."

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

Usage

gws sheets +read --spreadsheet <ID> --range <RANGE>

Flags

| Flag | Required | Default | Description | |------|----------|---------|-------------| | --spreadsheet | ✓ | — | Spreadsheet ID | | --range | ✓ | — | Range to read (e.g. 'Sheet1!A1:B2') |

Examples

gws sheets +read --spreadsheet ID --range "Sheet1!A1:D10"
gws sheets +read --spreadsheet ID --range Sheet1

Tips

  • Read-only — never modifies the spreadsheet.
  • For advanced options, use the raw values.get API.

See Also