net-worth
Installation
SKILL.md
Net Worth Tracker
Overview
Calculates your net worth by combining transaction-derived data (savings deposits, investment contributions, debt payments) with user-provided account balances. Produces a formatted net worth statement and tracks changes over time.
Wilson Tools Used
transaction_search— find savings deposits, investment contributions, and debt payments to identify accounts and activity
Workflow
- Run
transaction_searchwithquery: "savings OR transfer to savings OR deposit"andmonths: 3to identify savings account activity. - Run
transaction_searchwithquery: "investment OR 401k OR IRA OR brokerage OR Vanguard OR Fidelity OR Schwab"andmonths: 3to find investment contributions. - Run
transaction_searchwithquery: "mortgage OR loan payment OR student loan OR auto loan"andmonths: 3to find liability-related payments. - From the results, compile a list of accounts detected (savings accounts, investment accounts, loan accounts).
- Ask the user to provide current balances for each detected account, plus any accounts not visible in transactions (home value, vehicle value, other assets, credit card balances).
- Organize into a net worth statement:
Related skills