gws-sheets-append

Append rows of data to a specified Google Sheets spreadsheet.

1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/Porkbutts/jetaasc-events --skill gws-sheets-append-porkbutts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-sheets-append
Source: https://github.com/Porkbutts/jetaasc-events/tree/main/.agents/skills/gws-sheets-append
Command: npx skills add https://github.com/Porkbutts/jetaasc-events --skill gws-sheets-append-porkbutts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of adding new data to your Google Sheets spreadsheets, eliminating manual data entry and potential errors.

Core Features & Use Cases

  • Row Appending: Easily add single or multiple rows of data to any specified Google Sheet.
  • Flexible Input: Supports both simple comma-separated values and structured JSON arrays for row data.
  • Use Case: Automatically append new customer sign-up information from a web form directly into your customer database spreadsheet.

Quick Start

Append the values 'Alice,100,true' to the spreadsheet with ID 'ID'.

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 automatically?

It automates the process of adding new data to Google Sheets spreadsheets, eliminating manual data entry and potential errors. It supports appending single or multiple rows of data to any specified spreadsheet.

Can I append multiple rows of data to a spreadsheet using structured input?

Yes, you can append multiple rows of data to a spreadsheet using flexible input formats. The Skill supports both simple comma-separated values and structured JSON arrays for row data.

Do I need the gws CLI tool to append data to Google Sheets?

Yes, the 'gws' CLI tool is required to use this Skill for authenticated access and manipulation of Google Workspace services when appending rows to a spreadsheet.

What is the best way to log web form sign-ups directly into a Google Sheets database?

Using this Skill to append new customer sign-up information from a web form directly into your customer database spreadsheet is an effective way to automate logging and tracking.

How do I add comma-separated values to a specified Google Sheets spreadsheet?

You can add comma-separated values to a specified Google Sheets spreadsheet by providing the data and the spreadsheet ID. For example, append the values 'Alice,100,true' to the spreadsheet with ID 'ID'.