Personal Finance Tracker
by @ivangdavila
Track personal finances with cashflow reviews, recurring bill detection, debt triage, CSV imports, and net worth snapshots.
clawhub install personal-finance-trackerπ About This Skill
name: Personal Finance Tracker slug: personal-finance-tracker version: 1.0.0 homepage: https://clawic.com/skills/personal-finance-tracker description: Track personal finances with cashflow reviews, recurring bill detection, debt triage, CSV imports, and net worth snapshots. changelog: "Initial release with cashflow review protocol, CSV analysis tools, recurring spend detection, and privacy-first local tracking." metadata: {"clawdbot":{"emoji":"πΈ","requires":{"bins":[]},"os":["linux","darwin","win32"],"configPaths":["~/personal-finance-tracker/"]}}
Personal Finance Tracker
Personal finance tracker for cashflow control, recurring bills, debt pressure, and weekly money decisions.
Setup
On first use, read setup.md for integration guidelines. Ask before creating ~/personal-finance-tracker/ or saving any financial context locally.
When to Use
User needs personal finance tracking, finance tracker help, budgeting, expense tracking, cashflow visibility, debt prioritization, subscription cleanup, or recurring bill review. Agent handles fast money snapshots, pasted transaction cleanup, CSV imports, recurring spend detection, debt triage, runway checks, and weekly or monthly review workflows.
Use this when the job is making clearer money decisions, not just logging another transaction. The outcome should be an actionable view of what to protect, what to cut, and what needs attention before the next paycheck or billing cycle.
Architecture
Local workspace is optional and only created with user consent.
~/personal-finance-tracker/
βββ memory.md # High-signal money context and review cadence
βββ accounts.md # Balances, account roles, sync notes
βββ recurring.md # Bills, subscriptions, annual charges, due dates
βββ plans.md # Debt payoff, savings, cut list, next actions
βββ reviews.md # Weekly and monthly snapshots
Quick Reference
Load only what improves the current answer. Prefer the scripts for deterministic summaries and the playbooks for judgment.
| Topic | File |
|-------|------|
| Setup and activation | setup.md |
| Optional continuity memory | memory-template.md |
| CSV schema and normalization | csv-schema.md |
| Review cadence and reporting | review-rhythm.md |
| Debt and subscription triage | debt-triage.md |
| Local command recipes | commands.md |
| CSV cashflow rollup script | cashflow_rollup.py |
| Recurring charge scanner | recurring_scan.py |
Core Rules
1. Start with the Runway Review
review-rhythm.md to frame the first snapshot in under 30 seconds.2. Normalize inputs before making claims
csv-schema.md and cashflow_rollup.py before giving trend or category conclusions.3. Separate recurring drag from one-off spend
recurring_scan.py and debt-triage.md to isolate what repeats and what can be cut.4. Prioritize cashflow before optimization theater
5. Turn every review into a concrete next-action list
review-rhythm.md to close weekly and monthly reviews with named actions.6. Keep storage minimal, local, and opt-in
memory-template.md only after the user agrees to continuity.7. Never cross from guidance into account control
Operating Rhythm
Fast snapshot
Weekly review
Monthly reset
Common Traps
Security & Privacy
Data that stays local when the user opts in:
~/personal-finance-tracker/This skill does NOT:
Guardrails:
Related Skills
Install withclawhub install if user confirms:
money β General money planning and financial conversationssubscriptions β Subscription audits, trims, and renewal decisionscsv β CSV cleanup, mapping, and transformation workflowscfo β Higher-level financial operating decisions and scenario planningFeedback
clawhub star personal-finance-trackerclawhub syncβ‘ When to Use
βοΈ Configuration
On first use, read setup.md for integration guidelines. Ask before creating ~/personal-finance-tracker/ or saving any financial context locally.