Export a Google Sheets spreadsheet as a CSV file for local backup or processing.
Install with Tessl CLI
npx tessl i github:googleworkspace/cli --skill recipe-backup-sheet-as-csv65
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
CSV export via Drive export command
Uses gws CLI
0%
100%
Drive export command
0%
100%
text/csv mimeType
0%
100%
fileId in params
0%
100%
JSON --params syntax
0%
100%
Get spreadsheet first
0%
0%
spreadsheetId in get params
0%
0%
Script is executable
100%
100%
Without context: $0.2454 · 46s · 17 turns · 23 in / 2,275 out tokens
With context: $0.2314 · 49s · 17 turns · 22 in / 2,387 out tokens
Sheet range CSV read via sheets +read
Uses gws sheets +read
0%
100%
--format csv flag
0%
100%
--spreadsheet-id flag
0%
100%
--range flag used
0%
100%
Does NOT use drive export
100%
100%
Without context: $0.2262 · 1m 6s · 14 turns · 21 in / 3,383 out tokens
With context: $0.3098 · 59s · 22 turns · 281 in / 2,989 out tokens
Complete backup workflow and prerequisites
Mentions gws-sheets prerequisite
0%
100%
Mentions gws-drive prerequisite
0%
100%
Get spreadsheet step
0%
100%
spreadsheetId in get --params
0%
100%
Drive export step
0%
100%
text/csv mimeType
0%
100%
fileId in export --params
0%
100%
Alternative sheets +read method
0%
100%
Uses gws CLI throughout
0%
100%
Without context: $0.2118 · 1m 5s · 10 turns · 12 in / 3,694 out tokens
With context: $0.2382 · 52s · 18 turns · 25 in / 2,597 out tokens
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.