finances-report
Installation
SKILL.md
finances-report
Generate financial analytics from the local ledger.
Terminal Report (default)
cd ~/Documents/finances && uv run python scripts/report.py
Sections: Net Worth (with 30d/90d/1y deltas), Asset Allocation, Liabilities (APR + monthly interest), Cash Flow (last 30 days + top categories), Bitcoin detail + sparkline.
Single section:
uv run python scripts/report.py --section networth
uv run python scripts/report.py --section liabilities
uv run python scripts/report.py --section cashflow
Related skills