Home/Accounting/recipe-create-expense-tracker
R

recipe-create-expense-tracker

by @googleworkspacev
4.5(144)

Set up an expense tracking spreadsheet in Google Sheets to record and manage individual or team expenditures, facilitating financial analysis and budget control.

google-sheetsexpense-trackingbudget-managementfinancial-reportingpersonal-financeGitHub
Installation
npx skills add googleworkspace/cli --skill recipe-create-expense-tracker
compare_arrows

Before / After Comparison

1
Before

Manually setting up headers and initial data in Google Sheets every time expenses need to be tracked is time-consuming and error-prone, leading to inefficient financial management.

After

Automatically sets up Google Sheets with headers and initial data for expense tracking. This significantly streamlines the financial management process, ensures data accuracy, and boosts efficiency.

SKILL.md

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

  1. Create spreadsheet: gws drive files create --json '{"name": "Expense Tracker 2025", "mimeType": "application/vnd.google-apps.spreadsheet"}'
  2. Add headers: gws sheets +append --spreadsheet SHEET_ID --range 'Sheet1' --values '["Date", "Category", "Description", "Amount"]'
  3. Add first entry: gws sheets +append --spreadsheet SHEET_ID --range 'Sheet1' --values '["2025-01-15", "Travel", "Flight to NYC", "450.00"]'
  4. Share with manager: gws drive permissions create --params '{"fileId": "SHEET_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "manager@company.com"}'

User Reviews (0)

Write a Review

Effect
Usability
Docs
Compatibility

No reviews yet

Statistics

Installs14.5K
Rating4.5 / 5.0
Version
Updated2026年5月23日
Comparisons1

User Rating

4.5(144)
5
24%
4
51%
3
24%
2
2%
1
0%

Rate this Skill

0.0

Compatible Platforms

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

Timeline

Created2026年3月16日
Last Updated2026年5月23日