gws-admin-reports
Google Workspace Admin SDK: Audit logs and usage reports.
Read data from two tabs in a Google Sheet to compare and identify differences.
$ npx -y skills add googleworkspace/cli --skill recipe-compare-sheet-tabs --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/recipe-compare-sheet-tabsContext preview
The summary Claude sees to decide when to auto-load this skill.
Read data from two tabs in a Google Sheet to compare and identify differences.
name: recipe-compare-sheet-tabs
description: "Read data from two tabs in a Google Sheet to compare and identify differences."
metadata:
version: 0.22.5
openclaw:
category: "recipe"
domain: "productivity"
requires:
bins:
- gws
skills:
- gws-sheets> **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.
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
Google Workspace CLI — one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills.
Repo: googleworkspace/cli
Google Workspace Admin SDK: Audit logs and usage reports.
Google Calendar: Show upcoming events across all calendars.