This connects Claude to Google Sheets through the v4 API, so you can read, write, append, and batch update spreadsheet data directly from conversations. It handles the usual operations like reading ranges, updating cells, clearing data, and creating new sheets or entire spreadsheets. The skill documentation is solid with curl examples for everything from single cell updates to batch operations, plus clear guidance on A1 notation and URL encoding. Most useful when you're building workflows that need to pull data from or push results to Sheets without leaving your terminal or chat. The 300 requests per minute quota is reasonable for most automation tasks, and the batch operations help you stay well under that limit.
npx skills add https://github.com/vm0-ai/vm0-skills --skill google-sheets