Setting the skill. One moment.
Skills
Skill 55 of 95
Export a Google Sheets spreadsheet as a CSV file for local backup or processing.
1 minute · 43 words · 2 sections
Install
npx skills add googleworkspace/cli --skill recipe-backup-sheet-as-csvnpx skills add googleworkspace/cliThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
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.
95 skills · 108 min
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 csvmain, last pushed 24 September 2026.SKILL.md, not by matching a directory convention. One layout observed: skills/*/SKILL.md.h1 and no skipped levels:/googleworkspace/cli.md, and each skill at its own .md URL.