with one click
expense-optimizer
Find recurring expenses and subscriptions to cut or reduce.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Find recurring expenses and subscriptions to cut or reduce.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Calculate break-even revenue by separating fixed and variable costs.
Project future cash flow using historical trends and recurring patterns.
Analyze revenue and costs per client to find your most profitable accounts.
Monitor 1099 contractor payments and flag $600 threshold.
Track unpaid invoices by age bucket and flag overdue payments.
Run a monthly bookkeeping close checklist with reconciliation.
| name | expense-optimizer |
| description | Find recurring expenses and subscriptions to cut or reduce. |
Analyze your transaction history to identify recurring expenses, unused subscriptions, duplicate services, and optimization opportunities. Surfaces actionable savings by detecting charges you may have forgotten about or services you could downgrade.
transaction_search — detect recurring charges by pattern and frequencyanomaly_detect — flag subscriptions with price increases or irregular chargesspending_summary — identify highest-spend recurring categoriestransaction_search to find all transactions from the last 6 months.| Service | Monthly Cost | Frequency | Last Charged | Category |
|---|
anomaly_detect to flag:
| Category | Description | Examples |
|---|---|---|
| Cancel | Services you likely don't use | Gym memberships with no related spending nearby, streaming services you haven't watched |
| Downgrade | Premium tiers you could reduce | Phone plan with unused data, cloud storage over 50% empty |
| Negotiate | Services with competitive alternatives | Internet, insurance, cell phone |
| Consolidate | Overlapping services | Multiple streaming, multiple cloud storage, multiple music services |
| Switch | Cheaper alternatives exist | Bank fees (switch to no-fee), high-interest debt (refinance) |
| Keep | Good value, actively used | No action needed |
To find recurring expenses manually:
SUBSCRIPTION, RECURRING, MONTHLY, ANNUAL, RENEWAL=SUMIFS(Amount, Description, "*NETFLIX*", Date, ">="&TODAY()-180) / 6
This gives the average monthly cost for Netflix over the last 6 months.Current: =INDEX(Amount, MATCH(1, (Description="*NETFLIX*")*(Date=MAX(IF(Description="*NETFLIX*",Date))), 0))
Original: =INDEX(Amount, MATCH(1, (Description="*NETFLIX*")*(Date=MIN(IF(Description="*NETFLIX*",Date))), 0))
=MonthlyCost * 12