Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Imported from aniruddha-chaudhari/skill-vs-mcp-benchmarks (skills/recipe-backup-sheet-as-csv/SKILL.md). Install upstream with npx skills add aniruddha-chaudhari/skill-vs-mcp-benchmarks --skill recipe-backup-sheet-as-csv. Copyright stays with the author.
Export a Google Sheet as CSV
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.
Steps
Get spreadsheet details: gws sheets spreadsheets get --params '{"spreadsheetId": "SHEET_ID"}'
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/aniruddha-chaudhari-skill-vs-mcp-benchmarks-recipe-backu-bce696/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "aniruddha-chaudhari-skill-vs-mcp-benchmarks-recipe-backu-bce696",
"kind": "skill",
"name": "recipe-backup-sheet-as-csv",
"description": "Export a Google Sheets spreadsheet as a CSV file for local backup or processing.",
"publisher": "aniruddha-chaudhari",
"version": "1.0.0",
"capabilities": {
"domains": [
"data_analysis"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Export a Google Sheets spreadsheet as a CSV file for local backup or processing."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/aniruddha-chaudhari/skill-vs-mcp-benchmarks",
"path": "skills/recipe-backup-sheet-as-csv/SKILL.md",
"ref": "0baa69878f6fc2e2bfa1c0fd1b77b41bfe9d6415",
"url": "https://github.com/aniruddha-chaudhari/skill-vs-mcp-benchmarks/blob/0baa69878f6fc2e2bfa1c0fd1b77b41bfe9d6415/skills/recipe-backup-sheet-as-csv/SKILL.md",
"key": "aniruddha-chaudhari/skill-vs-mcp-benchmarks/skills/recipe-backup-sheet-as-csv/SKILL.md"
}
},
"instructions": "# Export a Google Sheet as CSV\n\n> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-sheets`, `gws-drive`\n\nExport a Google Sheets spreadsheet as a CSV file for local backup or processing.\n\n## Steps\n\n1. Get spreadsheet details: `gws sheets spreadsheets get --params '{\"spreadsheetId\": \"SHEET_ID\"}'`\n2. Export as CSV: `gws drive files export --params '{\"fileId\": \"SHEET_ID\", \"mimeType\": \"text/csv\"}'`\n3. Or read values directly: `gws sheets +read --spreadsheet SHEET_ID --range 'Sheet1' --format csv`",
"cost": {
"context_tokens": 130
}
}
Fetch it by URL: GET /api/v1/registry/aniruddha-chaudhari-skill-vs-mcp-benchmarks-recipe-backu-bce696/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.