Home / cursor / plugins · third_party/google-sheets/skills/google-sheets/SKILL.md · GitHub

google-sheets skillA

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
…

Read the whole file at its exact version.

How to install

Latest version
mdr add cursor/plugins/google-sheets@git:20260922.e2ad3f2
Exact content
mdr add cursor/plugins/google-sheets@sha256:33d3072cdead2348

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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_oeetix7yt6bynwd5.svg)](https://markdownregistry.com/a/art_oeetix7yt6bynwd5)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.e2ad3f2 latest2026-09-22 e2ad3f2 4,482 BA view · diff
git:20260918.ea171d62026-09-18 ea171d6 3,171 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (4482 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

cursor/plugins · 8,499 stars · license none · pushed 2026-09-23 · branch main

API

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.

More from cursor/plugins

advisor skill
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…
git:20260904.93b00b8 · audit A · 8,499 stars
check-agent-compatibility skill
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.
git:20260325.f006be7 · audit A · 8,499 stars
cli-for-agents skill
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…
git:20260326.26a1497 · audit A · 8,499 stars
continual-learning skill
cursor/plugins · continual-learning/skills/continual-learning/SKILL.md · Orchestrate continual learning by delegating transcript mining and AGENTS.md updates to `agents-memory-updater`.
git:20260313.ac93d26 · audit A · 8,499 stars
create-plugin-scaffold skill
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…
git:20260225.82d7c79 · audit A · 8,499 stars
review-plugin-submission skill
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…
git:20260211.97128c0 · audit A · 8,499 stars
cursor-sdk skill
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`)…
git:20260428.61d06b7 · audit A · 8,499 stars
check-compiler-errors skill
cursor/plugins · cursor-team-kit/skills/check-compiler-errors/SKILL.md · Run compile and type-check commands and report failures
git:20260217.b21ab16 · audit A · 8,499 stars
control-cli skill
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…
git:20260430.d018dc4 · audit A · 8,499 stars
control-ui skill
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…
git:20260430.d018dc4 · audit B · 8,499 stars
deslop skill
cursor/plugins · cursor-team-kit/skills/deslop/SKILL.md · Remove AI-generated code slop and clean up code style
git:20260217.b21ab16 · audit A · 8,499 stars
fix-ci skill
cursor/plugins · cursor-team-kit/skills/fix-ci/SKILL.md · Find failing PR checks, inspect logs or external check links, and apply focused fixes
git:20260430.bca6129 · audit A · 8,499 stars

Every file in cursor/plugins

Other files named google-sheets

google-sheets skill
sanjay3290/ai-skills · skills/google-sheets/SKILL.md · Read and write Google Sheets spreadsheets - get content, update cells, append rows, fetch specific ranges, search for…
v1.0 · audit A · 426 stars
google-sheets skill
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…
git:20260814.b86498a · audit A · 174 stars
google-sheets skill
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…
git:20260913.ec78ecf · audit A · 89 stars
google-sheets skill
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…
v1.0 · audit A · 17 stars

Browse by kind, by grade A, or by owner.