google-sheets

Installation
SKILL.md

Google Sheets

Access the Google Sheets API with managed OAuth authentication. Read and write spreadsheet values, create sheets, apply formatting, and perform batch operations.

Quick Start

CLI:

maton google-sheets values get <spreadsheetId> --range 'Sheet1!A1:D10'
maton api '/google-sheets/v4/spreadsheets/SPREADSHEET_ID/values/Sheet1%21A1%3AD10'

Python:

Installs
14
First Seen
Mar 30, 2026
google-sheets from skills.volces.com