Loading...
Loading...
Capture current financial state into the append-only ledger at ~/Documents/finances/. Updates prices (BTC, gold, silver), reads current balance sheet CSVs, and appends a timestamped snapshot to data/snapshots.jsonl and data/liabilities.jsonl. Use when: updating financial records, after exporting new balance sheets, weekly or monthly financial check-ins, tracking net worth. Keywords: net worth, balance sheet, snapshot, financial update, update finances, capture finances, record net worth.
npx skill4agent add phrazzld/claude-config finances-snapshotcd ~/Documents/finances && uv run python scripts/fetch_prices.pyuv run python scripts/snapshot.pydata/prices/btc.jsonldata/prices/gold.jsonldata/prices/silver.jsonldata/snapshots.jsonldata/liabilities.jsonl