> recipe-create-expense-tracker
Set up a Google Sheets spreadsheet for tracking expenses with headers and initial entries.
fetch
$
curl "https://skillshub.wtf/googleworkspace/cli/recipe-create-expense-tracker?format=md"SKILL.md•recipe-create-expense-tracker
Create a Google Sheets Expense Tracker
PREREQUISITE: Load the following skills to execute this recipe:
gws-sheets,gws-drive
Set up a Google Sheets spreadsheet for tracking expenses with headers and initial entries.
Steps
- Create spreadsheet:
gws drive files create --json '{"name": "Expense Tracker 2025", "mimeType": "application/vnd.google-apps.spreadsheet"}' - Add headers:
gws sheets +append --spreadsheet SHEET_ID --range 'Sheet1' --values '["Date", "Category", "Description", "Amount"]' - Add first entry:
gws sheets +append --spreadsheet SHEET_ID --range 'Sheet1' --values '["2025-01-15", "Travel", "Flight to NYC", "450.00"]' - Share with manager:
gws drive permissions create --params '{"fileId": "SHEET_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "manager@company.com"}'
> related_skills --same-repo
> recipe-watch-drive-changes
Subscribe to change notifications on a Google Drive file or folder.
> recipe-sync-contacts-to-sheet
Export Google Contacts directory to a Google Sheets spreadsheet.
> recipe-share-folder-with-team
Share a Google Drive folder and all its contents with a list of collaborators.
> recipe-share-event-materials
Share Google Drive files with all attendees of a Google Calendar event.
┌ stats
installs/wk0
░░░░░░░░░░github stars21.3K
██████████first seenMar 18, 2026
└────────────