From gws
Reads 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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws: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 SHEET_ID --range "January!A1:D"gws sheets +read --spreadsheet SHEET_ID --range "February!A1:D"npx claudepluginhub wadewarren/gws-claude-pluginAutomates Google Sheets via Composio MCP: read/write data, manage tabs, format cells, filter rows, and upsert records. Ideal for spreadsheet-driven workflows.
Provides CLI-based read/write access to Google Sheets via Python scripts with standalone OAuth authentication. Supports get-text/CSV/JSON, range updates, appends, clears, and batch operations.
Automates Google Sheets operations like reading/writing data, managing spreadsheets/tabs, formatting cells, filtering rows, and upserting records via Composio's Rube MCP toolkit. Use for programmatic spreadsheet workflows requiring OAuth-connected tools.