From gws
Exports Google Sheets spreadsheets as CSV files using gws CLI for local backup or data processing. Requires gws-sheets and gws-drive skills.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws:recipe-backup-sheet-as-csvThe 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`, `gws-drive`
PREREQUISITE: Load the following skills to execute this recipe:
gws-sheets,gws-drive
Export a Google Sheets spreadsheet as a CSV file for local backup or processing.
gws sheets spreadsheets get --params '{"spreadsheetId": "SHEET_ID"}'gws drive files export --params '{"fileId": "SHEET_ID", "mimeType": "text/csv"}'gws sheets +read --spreadsheet SHEET_ID --range 'Sheet1' --format csvnpx claudepluginhub wadewarren/gws-claude-pluginProvides 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.
Read, write, and manage Google Sheets data using CLI scripts with standalone OAuth authentication. No MCP server needed—supports text, CSV, and JSON output.
Provides gws CLI for Google Sheets API: read/append values, create/get spreadsheets, batch updates. For scripting data ops.