gws-sheets-append

Append single or multiple rows to Google Sheets spreadsheets.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/73ai/openbotkit --skill gws-sheets-append-73ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-sheets-append
Source: https://github.com/73ai/openbotkit/tree/main/skills/gws-sheets-append
Command: npx skills add https://github.com/73ai/openbotkit --skill gws-sheets-append-73ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Append rows to Google Sheets spreadsheets automatically, replacing manual copy-paste and reducing errors.

Core Features & Use Cases

  • Append a single row to a specified spreadsheet using --spreadsheet and --values.
  • Append multiple rows using --json-values to batch add data.
  • Safety: write operations require user confirmation per the shared security rules.

Quick Start

Invoke the gws sheets +append command with a target 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 rows to a Google Sheets spreadsheet automatically?

To append rows to a Google Sheets spreadsheet, use the append command with a valid spreadsheet ID and your data. You can add a single row using values or batch insert multiple rows using json-values.

What is the best way to bulk upload data into Google Sheets?

Bulk uploading data into Google Sheets is best handled by passing multiple rows at once using the json-values flag. This automates data entry and replaces manual copy-paste operations.

Do I need a spreadsheet ID to append data in Google Sheets?

Yes, you need a valid spreadsheet ID to append data in Google Sheets. The operation enforces authentication and safety checks, requiring both the targeted spreadsheet ID and your values before execution.

Can I append multiple rows to Google Sheets using JSON values?

Yes, you can append multiple rows to Google Sheets using JSON values. By invoking the append command with the json-values flag, you can batch add data directly to your targeted spreadsheet.

Are there safety checks when writing data to Google Sheets?

Yes, there are safety checks when writing data to Google Sheets. Write operations require user confirmation per shared security rules, enforcing authentication and validating inputs before appending rows.