원클릭으로
expense-optimizer
Find recurring expenses and subscriptions to cut or reduce.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Find recurring expenses and subscriptions to cut or reduce.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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