Skip to main content
Back to the directory
googleworkspace/cliSoftware EngineeringFrontend and Design

recipe-create-expense-tracker

Google Sheets spreadsheet template for expense tracking with automated setup and sharing.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
10

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-expense-tracker
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, recipe-create-expense-tracker has 10 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: googleworkspace/cli. Canonical URL: https://skills.sh/googleworkspace/cli/recipe-create-expense-tracker.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Google Sheets spreadsheet template for expense tracking with automated setup and sharing. 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. - Creates a new spreadsheet with standard expense columns (Date, Category, Description, Amount) and sample entries - Includes built-in sharing capabilities to grant read or edit access to team members via email - Requires gws-sheets and gws-drive skills; uses Google Workspace APIs for spreadsheet and file management - 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 listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

Google Sheets spreadsheet template for expense tracking with automated setup and sharing.

Is recipe-create-expense-tracker good?

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

Which AI agents support recipe-create-expense-tracker?

recipe-create-expense-tracker currently lists compatibility with Skills CLI.

Is recipe-create-expense-tracker safe to install?

recipe-create-expense-tracker has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

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

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

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

Run the following command to 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