finances-ingest
Installation
SKILL.md
finances-ingest
Parse new source files into the normalized transaction ledger.
Quick Start
- Drop new export files into
~/Documents/finances/source/subdirectory:- Bank exports →
source/bank/ - Crypto exports →
source/crypto/ - Brokerage exports →
source/brokerage/ - Or sync from Moneta:
uv run python scripts/sync_moneta.py
- Bank exports →
- Run ingest:
cd ~/Documents/finances && uv run python scripts/ingest.py
Supported Sources
Related skills