gw-sheets

gw-sheets is a skill for Claude Code from Elnora-AI/elnora-google-workspace. It costs 54 tokens per session (535 once invoked), scanned A, original, Apache-2.0.

A command-line skill for reading, writing, appending, and listing Google Sheets. A spreadsheet is a table of cells stored online and shared through Google Drive.

In plain words
What is it for?
Listing spreadsheets, reading cell ranges, changing individual cells, and adding rows with the Google Sheets CLI.
Why use it?
It lets an agent update spreadsheet data through explicit commands and verify changes after writing or appending rows.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the google-workspace plugin — 13 skills, 4 commands, 1 agent shipped together

Good fit Listing spreadsheets, reading cell ranges, changing individual cells, and adding rows with the Google Sheets CLI.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Elnora-AI/elnora-google-workspace
Claude Code
/plugin install google-workspace

Made for: Claude Code.

Or install google-workspace, the plugin that ships this one along with the rest of its 13 skills, 4 commands, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gw-sheets

README.md
[![agentmods](https://agentmods.dev/badge/skills/elnora-ai/elnora-google-workspace/gw-sheets/github.svg)](https://agentmods.dev/skills/elnora-ai/elnora-google-workspace/gw-sheets)
Your own site
<a href="https://agentmods.dev/skills/elnora-ai/elnora-google-workspace/gw-sheets"><img src="https://agentmods.dev/badge/skills/elnora-ai/elnora-google-workspace/gw-sheets/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gw-sheets

Your own site · 80×15
<a href="https://agentmods.dev/skills/elnora-ai/elnora-google-workspace/gw-sheets"><img src="https://agentmods.dev/badge/skills/elnora-ai/elnora-google-workspace/gw-sheets.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 535 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00054 $0.00535
Opus 5 $0.00027 $0.00267
Sonnet 5 $0.00011 $0.00107
Haiku 4.5 $0.00005 $0.00053

Measured 10d ago against content hash 53379faec649, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

gw-sheets scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/gw-sheets/SKILL.md · 65 lines

What it actually says

Sheets

Invocation

CLI="python3 ${CLAUDE_PLUGIN_ROOT}/cli/gw.py"

Commands

$CLI sheets read SPREADSHEET_ID [--range "Sheet1!A1:F100"] --compact
$CLI sheets write SPREADSHEET_ID --range "Sheet1!E2" --value "bounced" --compact
$CLI sheets append SPREADSHEET_ID --values '["name","email","status"]' [--range "Sheet1"] --compact
$CLI sheets list --compact

Response Shapes (validated)

list: {"spreadsheets":[{"id","name","modified"}],"count":5}

read: {"spreadsheetId","range","rows":[["A1","B1"],["A2","B2"]],"count":2}

write: {"updated":true,"spreadsheetId","range","updatedCells":1}

append: {"appended":true,"spreadsheetId","range"}

Examples

# Read first 10 rows
$CLI sheets read "1BxiMVs..." --range "Sheet1!A1:F10" --compact

# Update a single cell
$CLI sheets write "1BxiMVs..." --range "Sheet1!E2" --value "sent"

# Append a new row (must be JSON array)
$CLI sheets append "1BxiMVs..." --values '["John","[email protected]","pending"]'

UI Verification

After write or append, verify the spreadsheet looks correct using Chrome DevTools MCP:

  1. Open the sheet in the browser:
    mcp__chrome-devtools__navigate_page → https://docs.google.com/spreadsheets/d/{spreadsheetId}/edit
    
  2. Take a screenshot and confirm: the written/appended cells contain the expected values in the correct positions.
  3. If data is wrong, fix it with sheets write before reporting done.

Notes

  • --values must be a JSON array string.
  • Range defaults to "Sheet1" if omitted on read/append.
  • Default account is main.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 65 lines · 54 tokens per session scan A 53379faec649

Subscribe to this mod's changes

gw-sheets is a skill published in the GitHub repository Elnora-AI/elnora-google-workspace (2 stars, last pushed 2d ago), licensed Apache-2.0. It adds 54 tokens to every session and 535 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

officecli-financial-model

Use this skill when the user wants to build a financial model — 3-statement model, DCF valuation, LBO, SaaS unit economics, sensitivity / scenario analysis, debt schedule, or fundraising projections — in Excel. Trigger on: 'financial model', '3-statement model', 'P&L + BS + CF', 'DCF', 'WACC', 'NPV', 'terminal value'…

iOfficeAI/OfficeCLI · 222 tokens

officecli-xlsx

Use this skill any time a .xlsx file is involved -- as input, output, or both. This includes: creating spreadsheets, financial models, dashboards, or trackers; reading, parsing, or extracting data from any .xlsx file; editing, modifying, or updating existing workbooks; working with formulas, charts, pivot tables, or…

iOfficeAI/OfficeCLI · 119 tokens

officecli-data-dashboard

Use this skill to build a multi-element Excel dashboard — Dashboard sheet on open, multiple formula-driven KPI cards, multiple charts, sparklines, and conditional formatting — from CSV or tabular input. Trigger on: 'dashboard', 'KPI dashboard', 'analytics dashboard', 'executive dashboard', 'metrics dashboard', 'CSV to…

iOfficeAI/OfficeCLI · 157 tokens

officecli

Create, analyze, proofread, and modify Office documents (.docx, .xlsx, .pptx) using the officecli CLI tool. Use when the user wants to create, inspect, check formatting, find issues, add charts, or modify Office documents.

iOfficeAI/OfficeCLI · 56 tokens

gws-sheets

Google Sheets: Read and write spreadsheets.

googleworkspace/cli · 13 tokens

gws-sheets-append

Google Sheets: Append a row to a spreadsheet.

googleworkspace/cli · 17 tokens