What problem does it solve?
Google Sheets content is often hard to read, edit, and format reliably from an automated agent without breaking inline styling or multiline structures. This Skill provides precise, verification-first helpers that let an agent read exact cell content, summarize active sheets, and perform surgical edits that preserve rich-text formatting and notes.
Core Features & Use Cases
- Accurate reads: read single cells via the in-cell editor, determine the active selection, and summarize contiguous used rows with scan metadata (scannedRows, usedRowCount, stopReason).
- Surgical edits: apply one-shot append/insert/replace/delete edits inside formatted cells while preserving bold ranges, or perform keyboard-driven multiline replacements to avoid flattening.
- Formatting helpers: split in-cell bullets into real newlines, rebalance sparse bolding, and run range-level formatting with safe or parallel execution modes.
- Notes & reliability: edit cell notes reliably, log issues to a local JSONL path, and follow guardrails that avoid exports, extra tabs, or unsafe DOM hacks.
- Use case: summarize an active sheet for a quick preview, then perform verified edits on selected cells while preserving existing formatting and logging any failures for follow-up.
Quick Start
Summarize the active Google Sheet and return scannedRows, usedRowCount, stopReason, and an 8-row preview.