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.
npx claudepluginhub wadewarren/gws-claude-pluginThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-sheets`
Reads data from two tabs in a Google Sheet via gws sheets commands, compares content, and identifies differences. Requires gws-sheets skill; useful for tracking changes across sheet tabs.
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 via Composio tools over Rube MCP: read/write data, manage tabs/sheets, format cells, filter rows, append/upsert records.
Share bugs, ideas, or general feedback.
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"