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