Zurück zu Skills
googleworkspace/cliPrüfung bestanden

SKILL DETAIL

gws-sheets-read

googleworkspace/cli/gws-sheets-read

The gws-sheets-read skill reads values from a Google Sheets spreadsheet. It uses the `gws sheets +read` command, requiring a spreadsheet ID and a range (e.g., 'Sheet1!A1:B2'). The operation is read-only and never modifies the spreadsheet. Before using, ensure you have read the `gws-shared` skill documentation for authentication, global flags, and security rules. If missing, run `gws generate-skills` to create it.

Installationen · 151Quelle ansehen

Installation

npx skills add https://github.com/googleworkspace/cli --skill gws-sheets-read

Skill-Dateien

SKILL.md

Zuletzt synchronisiert · 28.08.2026

SKILL.md
---
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.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.

Read values from a spreadsheet

## Usage

```bash
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

```bash
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](../gws-shared/SKILL.md) — Global flags and auth
- [gws-sheets](../gws-sheets/SKILL.md) — All read and write spreadsheets commands