Recipe Compare Sheet Tabs
Skill Verified ActiveRead data from two tabs in a Google Sheet to compare and identify differences.
To quickly identify discrepancies between two datasets stored in different tabs of the same Google Sheet.
Features
- Read data from specified Google Sheet tabs
- Compare datasets from two tabs
- Identify and report differences
Use Cases
- Comparing monthly financial reports stored in separate tabs
- Identifying changes in inventory lists across different periods
- Verifying data consistency between two versions of a spreadsheet
Non-Goals
- Performing complex data analysis beyond simple difference identification
- Integrating with other document types or cloud storage
- Modifying or writing data back to the Google Sheets
Practical Utility
- info:Usage examplesWhile the README shows examples for the `gws` CLI, this specific skill's end-to-end usage (reading two tabs and comparing) is not explicitly demonstrated with input/output.
- info:Edge casesThe skill mentions reading data and comparing, but does not explicitly document failure modes or recovery steps for malformed input or API errors.
Installation
npx skills add googleworkspace/cliRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
VerifiedTrust Signals
Similar Extensions
Public Google Drive
100Create public Google Docs or Google Sheet files without requiring OAuth. Use this skill to create and edit Google Docs and Sheets, no Google sign-in required. Documents are viewable at shareable links. Registration is automatic on first use.
Google Sheets
99Read and write Google Sheets spreadsheets - get content, update cells, append rows, fetch specific ranges, search for spreadsheets, and view metadata. Use when user asks to: read a spreadsheet, update cells, add data to Google Sheets, find a spreadsheet, check sheet contents, export spreadsheet data, or get cell values. Lightweight integration with standalone OAuth authentication supporting full read/write access.
Recipe Log Deal Update
98Append a deal status update to a Google Sheets sales tracking spreadsheet.
Project Session Manager
100Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions
Oh My Claudecode
100Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly
Use My Browser
100Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.