google-sheets
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.
1. Session Setup / Opening a Sheet
More from accomplish-ai/accomplish
safe-file-deletion
Enforces explicit user permission before any file deletion. Activates when you're about to use rm, unlink, fs.rm, or any operation that removes files from disk. MUST be followed for all delete operations.
16code-review
Review code for bugs, security issues, performance problems, and best practices. Provide actionable feedback.
15ask-user-question
Ask users questions via the UI. Use when you need clarification, user preferences, or confirmation before proceeding. The user CANNOT see CLI output - this tool is the ONLY way to communicate with them.
15google-workspace
Interact with Google Workspace - create documents, spreadsheets, send emails via Gmail, and manage Google Drive files.
11web-research
Research topics on the web, gather information from multiple sources, and summarize findings.
7download-file
Download files in Chrome on Windows and macOS. Handles triggering downloads, detecting and resolving popups, verifying completion, and locating files.
5