Skip to main content
Back to registry

recipe-create-expense-tracker

googleworkspace/cli

PREREQUISITE: Load the following skills to execute this recipe: gws-sheets , gws-drive

Installs3
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-expense-tracker
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
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. - 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"}'

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-create-expense-tracker do?

PREREQUISITE: Load the following skills to execute this recipe: gws-sheets , gws-drive

Is recipe-create-expense-tracker good?

recipe-create-expense-tracker does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does recipe-create-expense-tracker work with?

recipe-create-expense-tracker currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to recipe-create-expense-tracker?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install recipe-create-expense-tracker?

npx skills add https://github.com/googleworkspace/cli --skill recipe-create-expense-tracker

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering