google-sheets

Automate Google Sheets navigation, data entry, and cell interaction in the browser.

8|1|Updated Aug 5, 2025
One-click install
npx skills add https://github.com/ArtyMcLabin/ClaudeCode-global-config --skill google-sheets-artymclabin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-sheets
Source: https://github.com/ArtyMcLabin/ClaudeCode-global-config/tree/main/skills/google-sheets
Command: npx skills add https://github.com/ArtyMcLabin/ClaudeCode-global-config --skill google-sheets-artymclabin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates browser-based Google Sheets tasks by providing reliable navigation, data entry, and cell interaction while avoiding common UI pitfalls.

Core Features & Use Cases

  • Reliable navigation in Sheets using Accessibility → Go to range and current selection verification.
  • Safe data entry and cell manipulation with clear error handling and verification steps.
  • Practical guidance for common automation scenarios, including handling special characters to prevent incorrect formulas.
  • Alternatives for more advanced automation such as JavaScript-based cell manipulation and batch data workflows.

Quick Start

Start by applying the Execution Rules: AUTO mode for navigation and reading, ASK FIRST for any write operations, and stop after 2+ consecutive failures with a screenshot. Use the Go to range method and verify the Name Box meets the expected cell reference before typing.

Frequently Asked Questions about google-sheets

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

FAQPage Schema
How do I automate data entry in Google Sheets using browser automation?

Automating Google Sheets tasks requires reliable cell navigation to avoid UI pitfalls. This skill uses Accessibility → Go to range for precise targeting, verifies the Name Box matches the expected cell reference, and prescribes safe data entry patterns to prevent incorrect formulas caused by special characters.

What is the safest way to navigate cells in Google Sheets automation?

The safest way to navigate cells in Google Sheets automation is using Accessibility → Go to range. This method avoids Tab spamming, ensures the active selection matches the expected cell reference in the Name Box, and provides a reliable foundation for subsequent typing and data entry actions.

Can I automate Google Sheets workflows without using JavaScript?

Yes, you can automate Google Sheets workflows without JavaScript by using browser-based interaction patterns. This skill covers clicking, typing, and navigating cells directly in the browser interface, while also offering JavaScript-based cell manipulation as an alternative for more advanced or batch data automation scenarios.

Why does my Google Sheets automation keep failing during cell entry?

Google Sheets automation often fails due to Tab spamming, unverified cell selection, or unhandled special characters. This skill enforces an Execution Rules protocol to stop after 2+ consecutive failures with a screenshot, verify the Name Box before typing, and handle special characters properly to prevent incorrect formulas.

What are the limitations of browser-based Google Sheets automation?

Browser-based Google Sheets automation may struggle with complex batch data workflows or highly dynamic UI elements. This skill documents known failure modes and provides alternatives like JavaScript-based cell manipulation for advanced scenarios where standard browser interaction patterns are insufficient.