Decode a personal, auto, or mortgage loan offer into what it really costs and where the traps are. Use when someone asks 'is this loan a good deal', 'decode...
---
name: loan-decoder
description: "Decode a personal, auto, or mortgage loan offer into what it really costs and where the traps are. Use when someone asks 'is this loan a good deal', 'decode my loan offer', 'what am I signing', or 'what will this mortgage actually cost me'. Produces a total-cost-of-loan number, APR vs advertised-rate reconciliation, ranked red flags (prepayment penalties, junk fees, rate-reset exposure), and the three questions that most change the deal."
homepage: https://mohitagw15856.github.io/pm-claude-skills/skill/loan-decoder.html
metadata:
{
"openclaw": { "emoji": "๐ง " }
}
---
# Loan Decoder Skill
Loan paperwork is built around the number they want you to see (the monthly payment) and several
they'd rather you didn't. This skill computes what you'll actually pay in total, then ranks
everything in the offer that can quietly move that number against you.
## What This Skill Produces
- The total-cost-of-loan number: everything paid over the life, and total interest + fees
- APR vs. advertised rate, reconciled โ where the gap comes from
- Ranked red flags: prepayment penalties, junk fees, variable-rate reset exposure, add-ons
- The three questions that most change this specific deal, plus what's negotiable
## Required Inputs
Ask for these only if they aren't already provided:
- **The offer document text** โ loan estimate, term sheet, or contract. With partial paperwork, decode what's there and list the numbers still needed (APR, fee itemization, penalty terms).
- **Loan basics if not in the text** โ amount, rate, term, fixed or variable.
- **Their plan** โ how long they'll keep the loan/asset, and whether they might pay early.
## Framework: Severity Scale
- ๐ด **Can cost you real money** โ prepayment penalties (quote the formula, compute an example), precomputed interest / Rule of 78s, mandatory add-ons folded into principal (credit insurance, warranties, GAP), balloon payments, variable-rate exposure without caps, rate markups.
- ๐ก **Unusual โ push back** โ junk fees (doc/processing/admin fees beyond genuine third-party costs), mandatory arbitration, cross-collateralization, late-fee stacking.
- ๐ข **Standard** โ ordinary origination structure, genuine third-party costs (appraisal, recording); label them so the reader can relax.
Always show the arithmetic:
1. **Total cost of loan** = all payments + all lender-kept fees; show monthly ร months + fees and the interest subtotal.
2. **APR vs. advertised rate** โ explain the gap as fees expressed as a rate; if APR isn't stated, flag it, don't estimate silently.
3. **Variable-rate reset framing** โ index + margin, caps, and the payment at the caps. Frame as exposure ("payment can go from X to Y"), not prediction.
4. **Early-exit math** โ the cost of paying off in the user's stated timeframe, penalty applied.
## Output Format
### Loan Decode: [loan type, amount]
**1. The verdict** โ take it / negotiate these terms first / shop elsewhere, with the total-cost number up front.
**2. The real numbers** โ total cost, total interest, total fees, APR vs. advertised rate with the gap explained; worst-case reset payment if variable.
**3. Decode table**
| Term / fee | What the document says | What it means for you | Severity |
|---|---|---|---|
**4. ๐ฉ Red flags, ranked** โ the quoted line, its dollar cost under a realistic scenario, and the fix to ask for.
**5. The three questions that most change the deal** โ specific to this offer (e.g. "What's the rate without the add-ons?", "Is there a prepayment penalty, in writing?", "Which fees are yours vs. third-party?").
**6. What's negotiable** โ rate, fees, add-ons, penalty removal โ and which lever moves the total most.
End the artifact with, verbatim: *"This is a plain-language reading, not legal/financial advice โ laws vary by jurisdiction; confirm anything load-bearing with a qualified professional."*
## Quality Checks
- [ ] Total-cost-of-loan is computed with visible arithmetic, not asserted
- [ ] APR vs. advertised rate is reconciled or explicitly flagged as missing
- [ ] Variable-rate exposure is shown as concrete payment amounts at the caps
- [ ] Every red flag quotes the document and prices the harm in dollars
- [ ] Missing numbers are listed as `[to confirm]`, never estimated silently
- [ ] The disclaimer line appears verbatim in the artifact
## Anti-Patterns
- [ ] Do not invent terms, rates, or fees that aren't in the document
- [ ] Do not soften a red flag to seem balanced โ a prepayment penalty is a cost, name it
- [ ] Do not present jurisdiction-dependent lending rules as universal
- [ ] Do not compare against "typical market rates" as fact โ frame comparisons as ranges to verify
- [ ] Do not let the monthly payment carry the verdict โ total cost is the headline
## Based On
Borrower-side loan review practice โ total-cost math, APR reconciliation, fee auditing, reset-scenario framing.
don't have the plugin yet? install it then click "run inline in claude" again.