gws-sheets-read

Read values from a specified range in a Google Sheets spreadsheet.

30.3k|1.8k|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/googleworkspace/cli --skill gws-sheets-read-googleworkspace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-sheets-read
Source: https://github.com/googleworkspace/cli/tree/main/skills/gws-sheets-read
Command: npx skills add https://github.com/googleworkspace/cli --skill gws-sheets-read-googleworkspace

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to easily read specific values or ranges from Google Sheets spreadsheets directly from the command line.

Core Features & Use Cases

  • Read Spreadsheet Data: Access and retrieve data from any specified range within a Google Sheet.
  • Targeted Data Retrieval: Useful for quickly grabbing specific information without opening the Google Sheets interface.
  • Use Case: Get the sales figures for Q2 from a specific row in your 'Sales Performance' spreadsheet.

Quick Start

Use the gws-sheets-read skill to read the values from cell A1 to B2 in the 'Sheet1' tab of your spreadsheet.

Frequently Asked Questions about gws-sheets-read

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I read values from a specific range in Google Sheets?

To read Google Sheets values, you specify a target range within a spreadsheet. This skill retrieves the data directly via the Google Sheets API for analysis or workflow integration.

Do I need a Google Cloud project to retrieve data from a spreadsheet?

Yes, retrieving spreadsheet data requires a valid Google Cloud project and authentication. This setup is necessary to securely access Google Workspace APIs and read the requested values.

Can I use this to extract targeted data without opening the Google Sheets interface?

Yes, you can extract targeted spreadsheet data without opening the Google Sheets interface. This skill facilitates quick data retrieval directly from the command line for any specified cell range.

What is the best way to get specific rows of data from a Google Sheets spreadsheet?

The best way to get specific rows from a Google Sheets spreadsheet is to specify the exact range. This skill reads the values from the defined cells for integration into other workflows.

How does reading Google Sheets data work with other workflows?

Reading Google Sheets data works with other workflows by outputting the retrieved values for immediate use. You can grab specific information from a spreadsheet and integrate it into downstream analysis processes.