CtrlK
BlogDocsLog inGet started
Tessl Logo

recipe-backup-sheet-as-csv

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-csv
What are skills?

65

Does it follow best practices?

Validation for skill structure

SKILL.md
Review
Evals

Evaluation results

75%

70%

Automate Google Sheet CSV Backup

CSV export via Drive export command

Criteria
Without context
With context

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

100%

90%

Extract Specific Google Sheet Ranges for Data Pipeline

Sheet range CSV read via sheets +read

Criteria
Without context
With context

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

100%

100%

Create a Google Sheets Backup Runbook

Complete backup workflow and prerequisites

Criteria
Without context
With context

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

Evaluated
Agent
Claude Code

Table of Contents

Is this your skill?

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.