Skip to main content
Back to the directory
googleworkspace/cliSoftware EngineeringFrontend and Design

recipe-backup-sheet-as-csv

Export Google Sheets spreadsheets as CSV files for backup or local processing.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
11

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-backup-sheet-as-csv
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, recipe-backup-sheet-as-csv has 11 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: googleworkspace/cli. Canonical URL: https://skills.sh/googleworkspace/cli/recipe-backup-sheet-as-csv.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Export Google Sheets spreadsheets as CSV files for backup or local processing. 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. - Requires gws-sheets and gws-drive skills as prerequisites - Offers three export approaches: retrieve spreadsheet metadata, export via Drive API with MIME type specification, or read sheet values directly in CSV format - Supports flexible range selection and sheet targeting for granular control over exported data - Get spreadsheet details: gws sheets spreadsheets get --params '{"spreadsheetId": "SHEET_ID"}' - Export as CSV: gws drive files export --params '{"fileId": "SHEET_ID", "mimeType": "text/csv"}' - Or read values directly: gws sheets +read --spreadsheet SHEET_ID --range 'Sheet1' --format csv

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-backup-sheet-as-csv do?

Export Google Sheets spreadsheets as CSV files for backup or local processing.

Is recipe-backup-sheet-as-csv good?

recipe-backup-sheet-as-csv does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support recipe-backup-sheet-as-csv?

recipe-backup-sheet-as-csv currently lists compatibility with Skills CLI.

Is recipe-backup-sheet-as-csv safe to install?

recipe-backup-sheet-as-csv has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to recipe-backup-sheet-as-csv?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install recipe-backup-sheet-as-csv?

Run the following command to install recipe-backup-sheet-as-csv: npx skills add https://github.com/googleworkspace/cli --skill recipe-backup-sheet-as-csv

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering