Read, write, and manage Google Sheets spreadsheets directly through Claude Code using the GWS CLI.
The gws-sheets skill provides a robust interface for Claude Code to interact with the Google Sheets API (v4). It enables developers to automate spreadsheet tasks such as reading cell values, appending data rows, creating new spreadsheets, and executing complex batch updates. By bridging the gap between the command line and Google Workspace, this skill is ideal for developers who need to sync data, generate reports, or maintain project logs within a collaborative spreadsheet environment without leaving their terminal.
주요 기능
01Append new rows of data seamlessly with the +append helper command
020 GitHub stars
03Execute complex batch updates to modify multiple ranges or properties simultaneously
04Read and retrieve cell values and grid data from existing spreadsheets
05Inspect API schemas and parameter requirements directly through the CLI
06Create and configure new spreadsheets with specific metadata
사용 사례
01Automating the export of application logs or metrics into a Google Sheet for stakeholder review
02Synchronizing local data files or database query results with a central tracking spreadsheet
03Managing project roadmaps or task lists by programmatically updating sheet values based on git activity