googleworkspace/recipe-backup-sheet-as-csv
Export a Google Sheets spreadsheet as a CSV file for local backup or processing.
npx skills add https://github.com/googleworkspace/cli --skill recipe-backup-sheet-as-csv
> 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 csvTake googleworkspace/recipe-backup-sheet-as-csv from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.