Install
openclaw skills install @mohitagw15856/refinance-breakevenCompute the month a refinance actually starts saving money — payment delta, breakeven month, and total interest on both paths including the term-reset trap. Use when asked should I refinance, when does a refi break even, compare my loan to a refi offer, or is this refinance worth the closing costs. Produces the breakeven analysis with both interest totals, the if-you-sell-before-month-N warning, and the cases where the breakeven math lies.
openclaw skills install @mohitagw15856/refinance-breakeven"Lower monthly payment" and "saves money" are different claims, and lenders profit from the confusion. This skill computes when a refinance genuinely breaks even — and names the two standard ways the simple math lies: the term reset that trades a lower payment for more total interest, and the cash-out that relabels borrowing as saving.
Ask for these if not provided:
python3 scripts/refinance_breakeven.py --balance 380000 --rate 6.9 --months-left 336 \
--new-rate 5.6 --new-term 360 --closing 6500
python3 scripts/refinance_breakeven.py --json-input refi.json --json
Standard amortization, simple-savings breakeven (cumulative payment delta vs upfront costs). The script prints the term-reset warning itself when the new term extends the payoff date. Not modeled — and say so: reinvestment of savings, tax deductibility, ARM resets.
| The lie | The tell | The honest comparison |
|---|---|---|
| Term reset | 26 years left → "new 30-year loan" | Total interest both paths (the script prints it) — or price the refi at the same remaining term |
| Cash-out gravity | "…and take $40k out while rates are good" | That's a new loan decision; analyze it separately at its own rate |
| Points seduction | Lower rate via points | Points go into upfront cost; breakeven moves — recompute, don't eyeball |
| Horizon blindness | Breakeven month 38, moving in ~2 years | If sell-month < breakeven month, the refi is a donation to the lender |
[Script output: payments, delta, breakeven month, both interest totals, term-reset warning if applicable]
[Refinance / Don't / Refinance at a shorter term] — because [breakeven vs horizon, and the interest-total comparison in one sentence].
[Rate threshold where the verdict flips; the horizon below which it flips; whether a same-term refi dominates the offered one.]
Educational model, not financial advice — verify with a licensed professional before acting on it.