← ClaudeAtlas

gws-sheets-readlisted

Google Sheets: Read values from a spreadsheet.
raffaelefarinaro/ciaobot · ★ 8 · AI & Automation · score 71
Install: claude install-skill raffaelefarinaro/ciaobot
# sheets +read > **PREREQUISITE:** Read `gws-shared` for Ciaobot auth (via `ciao gws`), global flags, and security rules. Read values from a spreadsheet ## Usage ```bash ciao gws "$GWS_PROFILE" 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 ciao gws "$GWS_PROFILE" sheets +read --spreadsheet ID --range "Sheet1!A1:D10" ciao gws "$GWS_PROFILE" sheets +read --spreadsheet ID --range Sheet1 ``` ## Tips - Read-only — never modifies the spreadsheet. - For advanced options, use the raw values.get API.