gws-sheets-append

Append rows to Google Sheets spreadsheets via the gws CLI.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/cellarwood/figurio --skill gws-sheets-append-cellarwood
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gws-sheets-append
Source: https://github.com/cellarwood/figurio/tree/main/skills/gws-sheets-append
Command: npx skills add https://github.com/cellarwood/figurio --skill gws-sheets-append-cellarwood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Filling Google Sheets manually when data comes from CLI workflows or other tools is error-prone and time-consuming. This Skill automates appending rows to a Google Sheets spreadsheet via the gws CLI.

Core Features & Use Cases

  • Append a single row to a spreadsheet using --spreadsheet and --values.
  • Accepts --json-values for bulk multi-row inserts.
  • Integrates with gws workflows to automate data entry and logging tasks across spreadsheets.

Quick Start

Append a row to a specified Google Sheets spreadsheet using the --spreadsheet ID and either --values or --json-values.

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 a row to Google Sheets from the command line?▼

You can append a row to Google Sheets from the command line by using the gws CLI with the --spreadsheet and --values options to validate input formats and write data directly to the sheet.

Can I insert multiple rows into Google Sheets in one command?▼

Yes, you can insert multiple rows into Google Sheets in one command by passing structured data to the --json-values option, which supports bulk multi-row inserts into the specified spreadsheet.

What is the best way to automate logging transactions to Google Sheets?▼

Automating logging transactions to Google Sheets is best done by integrating the gws CLI into your workflows, using the --spreadsheet and --values options to append transaction data automatically without manual entry.

Do I need to format my data before appending it to Google Sheets via CLI?▼

Yes, the Skill validates input formats before writing to the sheet, so you need to ensure your data matches the expected structure for either the --values or --json-values options before appending.

Does this Google Sheets append method work for batching survey responses?▼

Yes, appending survey responses works by using the --json-values option to batch multiple rows of survey data and insert them into a Google Sheets spreadsheet in a single CLI command.

Why does my data fail to append to Google Sheets using the CLI?▼

Data fails to append to Google Sheets using the CLI when the input formats do not pass validation, so you must ensure your --values or --json-values data matches the expected structure before writing.