gws-sheets-append

Append single or multiple rows to Google Sheets via the gws CLI.

Updated May 25, 2025
One-click install
npx skills add https://github.com/temple-slope/dotfiles --skill gws-sheets-append-temple-slope
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-sheets-append
Source: https://github.com/temple-slope/dotfiles/tree/main/.agents/skills/gws-sheets-append
Command: npx skills add https://github.com/temple-slope/dotfiles --skill gws-sheets-append-temple-slope

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Append a row to a Google Sheets spreadsheet.

Core Features & Use Cases

  • Single-row appends to a Google Sheet directly from the CLI.
  • Support for batch inserts using --json-values to add multiple rows in one operation.
  • Use cases include automating data-entry tasks and updating sheets from automation pipelines.

Quick Start

Use the gws sheets +append command with a spreadsheet ID and values to append a new row.

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

To append data to Google Sheets from the command line, use the gws sheets +append command with a valid spreadsheet ID and row values provided through --values or --json-values.

Can I insert multiple rows into a Google Sheets spreadsheet at once?

Yes, you can insert multiple rows into a Google Sheets spreadsheet at once by providing batch data using the --json-values flag to add numerous records in a single operation.

What do I need to automate adding rows to a Google Sheets spreadsheet?

To automate adding rows to a Google Sheets spreadsheet, you need the gws CLI installed, a valid spreadsheet ID, and the row values formatted for the --values or --json-values parameter.

Does the gws CLI support updating Google Sheets from automation pipelines?

Yes, the gws CLI supports updating Google Sheets from automation pipelines by executing single-row appends or batch inserts via JSON values directly within automated workflows.

What is the best way to automate data entry tasks into Google Sheets?

The best way to automate data entry tasks into Google Sheets is using the gws CLI to append single or multiple rows directly from command line scripts and automation pipelines.

Why am I unable to append a row to my spreadsheet using the CLI?

If you are unable to append a row to your spreadsheet, verify that you are providing a valid spreadsheet ID, the gws CLI is correctly installed, and your values are properly formatted through --values or --json-values.