ideabrowser.com — find trending startup ideas with real demand
Try itnpx skills add https://github.com/googleworkspace/cli --skill recipe-backup-sheet-as-csvPREREQUISITE: 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.
gws sheets spreadsheets get --params '{"spreadsheetId": "SHEET_ID"}'gws drive files export --params '{"fileId": "SHEET_ID", "mimeType": "text/csv"}'gws sheets +read --spreadsheet SHEET_ID --range 'Sheet1' --format csv