gog-sheets

Control Google Sheets with gog commands for read/write and formatting.

28|2|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/echonoshy/ripple --skill gog-sheets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gog-sheets
Source: https://github.com/echonoshy/ripple/tree/main/skills/gog/gog-sheets
Command: npx skills add https://github.com/echonoshy/ripple --skill gog-sheets

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gog, google_workspace, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a way to control Google Sheets using gog commands, enabling read/write operations and format adjustments without manual interaction.

Core Features & Use Cases

  • Read/Write Operations: Perform read and write operations on Google Sheets.
  • Format Adjustments: Format text and data in Google Sheets.
  • Use Case: For instance, you can use this Skill to read a range of data from a Google Sheet and append new data, or format specific cells.

Quick Start

Use the gog-sheets skill to read data from the range 'Sheet1!A1:B10' in 'my_sheet_id'.

Frequently Asked Questions about gog-sheets

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

FAQPage Schema
How do I automate data manipulation and formatting in Google Sheets?

You can automate data manipulation and formatting in Google Sheets by using gog commands to perform read/write operations and format adjustments without manual interaction. This enables automated updates and cell formatting.

Can I append new data to an existing Google Sheet range automatically?

Yes, you can append new data to an existing Google Sheet by using gog commands to read a specific data range and then append new entries. This allows automated data updates without manual input.

Do I need specific connectors to control Google Sheets with gog commands?

Yes, controlling Google Sheets with gog commands requires the 'gog' and 'google_workspace' connectors to be configured. These connectors enable the automated read/write operations and formatting adjustments.

What is the best way to format specific cells in Google Sheets programmatically?

The best way to format specific cells programmatically is using gog commands to directly adjust text and data formatting. This approach allows precise format adjustments without manual spreadsheet interaction.

Does the gog-sheets skill support reading data from specific sheet ranges like Sheet1!A1:B10?

Yes, the skill supports reading data from specific sheet ranges like 'Sheet1!A1:B10'. You use gog commands to target a specific sheet ID and extract data from the defined range.