gws-sheets-append

Append rows to Google Sheets spreadsheets via CLI with input validation.

8|3|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/haberlah/dotfiles-claude --skill gws-sheets-append-haberlah
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gws-sheets-append
Source: https://github.com/haberlah/dotfiles-claude/tree/main/skills/gws-sheets-append
Command: npx skills add https://github.com/haberlah/dotfiles-claude --skill gws-sheets-append-haberlah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Append rows to Google Sheets programmatically, saving time and reducing manual data entry errors.

Core Features & Use Cases

  • Append single rows to a target spreadsheet using a simple CLI.
  • Batch appends with --json-values to insert multiple rows in one run.
  • Use cases include updating dashboards, feeding data pipelines, and logging events in Sheets.

Quick Start

Append a row by supplying the spreadsheet ID and the values to insert.

Frequently Asked Questions about gws-sheets-append

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

FAQPage Schema
How do I append rows to Google Sheets programmatically?▼

Batch append multiple rows to Google Sheets by supplying structured data through the --json-values flag, allowing you to insert several rows in a single run for efficient data pipeline updates.

How do I append multiple rows to Google Sheets at once?▼

Batch append multiple rows to Google Sheets by supplying structured data through the --json-values flag, allowing you to insert several rows in a single run for efficient data pipeline updates.

Does the Google Sheets append tool include input validation?▼

Yes, the Google Sheets append process includes input validation to prevent erroneous writes, ensuring that only properly structured data is inserted into your spreadsheet during automated workflows.

Can I use JSON values to insert data into Google Sheets?▼

Yes, you can use JSON values to insert data into Google Sheets by utilizing the --json-values flag, which supports batch appends for inserting multiple structured rows in one operation.

Do I need the gws toolchain to append data to Google Sheets?▼

Yes, you need the gws toolchain to append data to Google Sheets, as it provides the required command-line interface and flags like --spreadsheet and --values to execute the row insertion.