Recipe Backup Sheet As Csv
Exports recipe information from Google Workspace apps into a structured CSV file for easy backup and organization.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add recipe-backup-sheet-as-csv npx -- -y @trustedskills/recipe-backup-sheet-as-csv
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"recipe-backup-sheet-as-csv": {
"command": "npx",
"args": [
"-y",
"@trustedskills/recipe-backup-sheet-as-csv"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to extract recipe data from Google Sheets and export it directly as a CSV file. It automates the process of retrieving structured culinary information for easy sharing or offline use.
When to use it
- You need to share a restaurant menu with a client who prefers spreadsheet formats.
- An agent is compiling a list of family recipes into a portable backup file.
- You want to migrate recipe data from a Google Sheet to another application that requires CSV input.
- You are archiving digital cookbooks for long-term storage outside the Google ecosystem.
Key capabilities
- Reads existing recipe rows and columns from a specified Google Sheet.
- Converts structured sheet data into standard Comma Separated Values (CSV) format.
- Generates a downloadable file containing the full recipe dataset.
Example prompts
- "Export all recipes from my 'Family Cookbook' sheet as a CSV file I can download."
- "Create a backup of the restaurant menu in Google Sheets and save it as a CSV."
- "Pull the ingredient lists from Sheet ID [ID] and generate a CSV report for me."
Tips & gotchas
Ensure your Google Sheet contains clear column headers (e.g., Title, Ingredients, Instructions) so the CSV output remains organized. This tool exports raw data; complex formatting like embedded images or merged cells may not transfer correctly to the CSV file.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.