Install
openclaw skills install personal-financeManage personal finances, track spending by category, set budgets, and receive reminders for EMIs and one-time annual expenses. Use for logging expenses, checking budget status, or setting up financial reminders.
openclaw skills install personal-financeTrack spending, manage budgets, and stay on top of recurring payments (EMIs) and one-time annual expenses using a local SQLite backend.
The skill starts with: Food, Rent, Utilities, Travel, Entertainment, Shopping, Health, Misc.
finance.db.scripts/init_db.py to initialize the database (already done).Record spends into finance.db.
Example: "Spent 500 on Food for lunch" -> Insert into transactions table.
transactions table.schedules table for EMIs and One-time spends.