← Back to Skills Marketplace
Recipe Backup Sheet As Csv
by
googleworkspace-bot
· GitHub ↗
· v1.0.13
· MIT-0
468
Downloads
0
Stars
10
Active Installs
14
Versions
Install in OpenClaw
/install recipe-backup-sheet-as-csv
Description
Export a Google Sheets spreadsheet as a CSV file for local backup or processing.
Usage Guidance
This recipe is internally consistent for exporting a Google Sheet to CSV. Before installing, verify you trust the gws CLI and the referenced helper skills (gws-sheets, gws-drive) because they will perform authentication and access your Google Drive/Sheets. Confirm where your Google credentials/OAuth tokens are stored and that you are comfortable granting the CLI access to the sheets you intend to export. Test first with a non-sensitive sheet and review the helper skills' docs or code (if available) to ensure they don't perform additional actions you didn't expect.
Capability Analysis
Type: OpenClaw Skill
Name: recipe-backup-sheet-as-csv
Version: 1.0.13
The skill bundle provides legitimate instructions for exporting Google Sheets to CSV format using the 'gws' CLI tool. The commands in SKILL.md are consistent with the stated purpose of productivity and local backup, and there is no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the actual instructions: all steps use the gws CLI to read or export a spreadsheet as CSV. The required binary (gws) and the declared helper skills (gws-sheets, gws-drive) are appropriate for the task.
Instruction Scope
Instructions are narrowly scoped to calling gws commands with a spreadsheet ID and range. They do not request arbitrary file reads or network exfiltration. Note: the recipe explicitly requires loading gws-sheets and gws-drive skills — those helper skills (not included here) likely handle authentication and may access credentials or other APIs.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing is downloaded or written to disk by this skill itself.
Credentials
This skill declares no env vars or credentials, which is proportionate to an instruction-only recipe. However, the gws CLI and the required helper skills will typically need Google authentication (OAuth tokens or credentials) stored outside this skill; those are not requested here but are necessary at runtime.
Persistence & Privilege
always is false and the skill does not request any special persistent privileges or modify other skills' configs. Autonomous invocation is allowed (platform default) but the skill's actions are limited and focused.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install recipe-backup-sheet-as-csv - After installation, invoke the skill by name or use
/recipe-backup-sheet-as-csv - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.13
- Updated skill version metadata from 0.22.4 to 0.22.5 in SKILL.md
- No changes to the functionality or instructions
v1.0.12
- Updated internal version number in SKILL.md from 0.22.3 to 0.22.4.
- No functional or instructional changes.
v1.0.11
- Bumped metadata version from 0.22.2 to 0.22.3 in SKILL.md.
- No other changes made to functionality or documentation.
v1.0.10
- Updated version in metadata from 0.22.1 to 0.22.2 in SKILL.md.
v1.0.9
- Updated skill version metadata from 0.22.0 to 0.22.1 in SKILL.md.
v1.0.8
- Updated version number to 0.22.0 in the SKILL.md file.
v1.0.7
- Updated skill metadata version from 0.21.1 to 0.21.2 in SKILL.md.
v1.0.6
- Updated skill version to 0.21.1 in metadata.
- No other content changes; documentation steps and description remain the same.
v1.0.5
- Updated skill metadata version from 0.20.0 to 0.20.1 in SKILL.md.
v1.0.4
- Bumped skill version from 0.19.0 to 0.20.0 in metadata.
- No changes to functionality or instructions.
v1.0.3
- Updated metadata format in SKILL.md for improved compatibility.
- Moved version field into metadata and changed its value to 0.19.0.
- Removed version field from the top level.
v1.0.2
- Updated SKILL.md to use YAML array syntax for metadata dependencies (bins and skills).
- No changes to functionality or instructions.
v1.0.1
- Updated command example in step 3 to use `--spreadsheet` instead of `--spreadsheet-id` for consistency.
v1.0.0
Initial release.
- Export a Google Sheets spreadsheet as a CSV file for local backup or processing.
- Provides step-by-step instructions for using related skills to export or read sheet data as CSV.
- Requires `gws-sheets` and `gws-drive` skills to operate.
Metadata
Frequently Asked Questions
What is Recipe Backup Sheet As Csv?
Export a Google Sheets spreadsheet as a CSV file for local backup or processing. It is an AI Agent Skill for Claude Code / OpenClaw, with 468 downloads so far.
How do I install Recipe Backup Sheet As Csv?
Run "/install recipe-backup-sheet-as-csv" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Recipe Backup Sheet As Csv free?
Yes, Recipe Backup Sheet As Csv is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Recipe Backup Sheet As Csv support?
Recipe Backup Sheet As Csv is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Recipe Backup Sheet As Csv?
It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.13.
More Skills