gws-sheets — All read and write spreadsheets commands
1---2name: gws-sheets-read3description: sheets +read4---5# sheets +read67> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, stop and repair the declarative skill deployment.89Read values from a spreadsheet1011## Usage1213```bash14gws sheets +read --spreadsheet <ID> --range <RANGE>15```1617## Flags1819| Flag | Required | Default | Description |20|------|----------|---------|-------------|21| `--spreadsheet` | ✓ | — | Spreadsheet ID |22| `--range` | ✓ | — | Range to read (e.g. 'Sheet1!A1:B2') |2324## Examples2526```bash27gws sheets +read --spreadsheet ID --range "Sheet1!A1:D10"28gws sheets +read --spreadsheet ID --range Sheet129```3031## Tips3233- Read-only — never modifies the spreadsheet.34- For advanced options, use the raw values.get API.3536## See Also3738- [gws-shared](../gws-shared/SKILL.md) — Global flags and auth39- [gws-sheets](../gws-sheets/SKILL.md) — All read and write spreadsheets commands
Run npx skillmds@latest add wimpysworld/gws-sheets-read in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
sheets +read It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
wimpysworld (@wimpysworld) published this skill. Their other Agent Skills are listed on their SkillMD profile.