google-sheets is agent-read markdown (skill) from cursor/plugins: Build and edit Google Sheets with the google-sheets tools - values, formatting, charts, conditional formatting, structure, validation, named and protected ranges. Use when creating a spreadsheet or dashboard, formatting cells, adding or fixing charts, or reorganizing tabs and rows..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Google Sheets authoring
## Two coordinate systems, on purpose
- VALUE tools (`read_range`, `write_range`, `append_rows`, `clear_range`)
address a TAB TITLE plus A1 cells: `{sheet: "Data", cells: "A1:B4"}`.
- STRUCTURE/FORMAT tools (`format_cells`, `set_borders`, `merge_cells`,
`add_chart`, `add_conditional_formatting`, `insert_rows_or_columns`,
`delete_rows_or_columns`, `freeze_rows_or_columns`, `sort_range`,
`set_data_validation`, `set_basic_filter`, `add_banding`,
`set_column_width`, `rename_sheet_tab`, `delete_sheet_tab`) address the
numeric `sheetId`.
`get_spreadsheet` returns both (each tab's title AND sheetId) with no cell
data - call it first and keep the mapping. A new tab's sheetId is in
`add_sheet_tab`'s reply (`replies[0].addSheet.properties.sheetId`).
## Sequencing a styled sheet: values first, then format, chart last
1. `create_spreadsheet` (optionally with named tabs; it cannot target a
folder - move it after with google-drive `google_drive_move_or_rename`).
2. `write_range` the data with `parseInput: true` when values include
numbers, dates, or formulas (default false stores everything as literal
…
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
GET https://markdownregistry.com/api/v1/artifacts/art_oeetix7yt6bynwd5
GET https://markdownregistry.com/api/v1/resolve?ref=cursor/plugins/google-sheets
GET https://markdownregistry.com/api/v1/blob/33d3072cdead2348af7b4e60cdcd9a494cc7c4e2b6ea0f66016065f5dc84a33a
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
cursor/plugins · advisor/skills/advisor/SKILL.md · Advisor mode. Consult a stronger (or different) model at key checkpoints: before major decisions, when stuck on an…
cursor/plugins · agent-compatibility/skills/check-agent-compatibility/SKILL.md · Run the full repository compatibility pass: scanner score, startup path, validation loop, and docs reliability.
cursor/plugins · cli-for-agent/skills/cli-for-agents/SKILL.md · Designs or reviews CLIs so coding agents can run them reliably: non-interactive flags, layered --help with examples…
cursor/plugins · create-plugin/skills/create-plugin-scaffold/SKILL.md · Create a new Cursor plugin scaffold with a valid manifest, component directories, and marketplace wiring. Use when…
cursor/plugins · create-plugin/skills/review-plugin-submission/SKILL.md · Audit a Cursor plugin for marketplace readiness. Use when validating manifests, component metadata, discovery paths…
cursor/plugins · cursor-sdk/skills/cursor-sdk/SKILL.md · Guide users building apps, scripts, CI pipelines, or automations on top of the Cursor TypeScript SDK (`@cursor/sdk`)…
cursor/plugins · cursor-team-kit/skills/control-cli/SKILL.md · Build or adapt a local harness to drive, inspect, and profile an interactive CLI or TUI without external services. Use…
cursor/plugins · cursor-team-kit/skills/control-ui/SKILL.md · Build or adapt a local browser/CDP harness to drive and inspect a web, IDE, or Electron UI. Use for local UI…
zapier/connectors · apps/google-sheets/SKILL.md · Agent-callable Google Sheets tools — read and write spreadsheet data as rows or raw cells, manage worksheets and…
hyperfx-ai/marketing-skills · skills/google-sheets/SKILL.md · Safe workflow for reading, mapping, and writing Google Sheets without shifting columns or overwriting the wrong ranges…
acedatacloud/skills · skills/google-sheets/SKILL.md · Read and edit Google Sheets via the Sheets v4 REST API. Use when the user mentions Google Sheets, a spreadsheet, cells…