From google-workspace-cli
Reads data from two tabs in a Google Sheet using gws CLI commands, compares the data, and identifies differences. Useful for tracking monthly or version changes in spreadsheets.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:recipe-compare-sheet-tabsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `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.
gws sheets +read --spreadsheet-id SHEET_ID --range 'January!A1:D'gws sheets +read --spreadsheet-id SHEET_ID --range 'February!A1:D'npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceReads data from two tabs in a Google Sheet using gws CLI commands and compares them to identify differences. Useful for tracking changes between periods like January and February.
Automates Google Sheets via Composio MCP: read/write data, manage tabs, format cells, filter rows, and upsert records. Ideal for spreadsheet-driven workflows.
Automates Google Sheets via Composio tools over Rube MCP: read/write data, manage tabs/sheets, format cells, filter rows, append/upsert records.