google-sheets

Installation
SKILL.md

Google Sheets Interaction Skill

Overview

This skill provides patterns and best practices for automating Google Sheets interactions through browser automation. Google Sheets is a canvas-based web app — standard DOM element references are often unreliable; prefer keyboard shortcuts and coordinate clicks.


Agent Workflow (Always Follow This Order)

  1. Orient — Take a screenshot. Confirm you're on the right tab/sheet. Identify existing data range.
  2. Plan — Decide what cells to read or write, in what order.
  3. Execute in small steps — One logical action at a time (one row, one format operation, etc.).
  4. Verify — Take a screenshot after each meaningful action to confirm the result before continuing.
  5. Recover if needed — If something looks wrong, Cmd+Z immediately before doing anything else.

1. Session Setup / Opening a Sheet

Related skills
Installs
16
GitHub Stars
10.7K
First Seen
Mar 2, 2026