googleworkspace/cli22k installs
recipe-compare-sheet-tabs
Read data from two tabs in a Google Sheet to compare and identify differences.
How do I install this agent skill?
npx skills add https://github.com/googleworkspace/cli --skill recipe-compare-sheet-tabsIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill provides a simple recipe for comparing data between two tabs in a Google Sheet. It uses the vendor's 'gws' command-line tool to perform the operations. No malicious patterns or security risks were identified.
- Socketpass
No alerts
- Snykwarn
Risk: MEDIUM · 1 issue
- Runlayerpass
1 file scanned · No issues
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
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
- Read the first tab:
gws sheets +read --spreadsheet SHEET_ID --range "January!A1:D" - Read the second tab:
gws sheets +read --spreadsheet SHEET_ID --range "February!A1:D" - Compare the data and identify changes
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/googleworkspace/cli/recipe-compare-sheet-tabs">View recipe-compare-sheet-tabs on skillZs</a>