mcpbeat

Gws Sheets Read

googleworkspace/gws-sheets-read

Google Sheets: Read values from a spreadsheet.

This is a copy. The original lives at comeonoliver/gws-sheets-read.

282 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
2
copies elsewhere
how many repositories repackaged it
30175
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/googleworkspace/cli --skill gws-sheets-read

The instruction itself

6 sections, as written by the author

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

  • gws-shared — Global flags and auth
  • gws-sheets — All read and write spreadsheets commands

Repackaged in 2 other repositories

same content, different owner
ComeOnOliver/skillshub open on GitHub →

How to use it

Copy the folder

Take googleworkspace/gws-sheets-read from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.