agentsclimarketplace

Recipe compare sheet tabs

Skill googleworkspace/cli/skills/recipe-compare-sheet-tabs

Read data from two tabs in a Google Sheet to compare and identify differences.From its SKILL.md

Install
npx -y skills add googleworkspace/cli --skill recipe-compare-sheet-tabs

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

0.7 KB, 114 tokens by cl100k_base, as published. Nobody here has run it

Compare Two Google Sheets Tabs

PREREQUISITE: Load the following skills to execute this recipe: gws-sheets

Read data from two tabs in a Google Sheet to compare and identify differences.

Steps

  1. Read the first tab: gws sheets +read --spreadsheet SHEET_ID --range "January!A1:D"
  2. Read the second tab: gws sheets +read --spreadsheet SHEET_ID --range "February!A1:D"
  3. Compare the data and identify changes

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.