AI-klaar · zero-knowledge · open source
Toon rekeningen, haal transacties op, schakel de output om naar JSON of CSV, en pipe het rechtstreeks in je tooling. Je sleutels verlaten je machine nooit.
brew install open-banking-io/tap/openbankingOpen source · zero-knowledge · macOS, Linux & Windows
openbanking accounts — openbanking accounts — lists four accounts (Drift, Salary, Buffer, Rejse) with balances; the Rejse account is overdrawn at -612.40 DKK.
openbanking use — openbanking use — opens an interactive picker and sets the current account to Salary (acc_a91c…9b).
openbanking tx — openbanking tx — shows the latest transactions for the current account: debits to One.com, Spotify, Netto and Andel Energi, and a 28 500.00 DKK salary credit. 5 shown, 142 total.
openbanking sync — openbanking sync — pulls fresh transactions: 3 new, 12 fetched.
openbanking tx -o json | llm "what did I overspend on?" — openbanking tx -o json piped into an LLM, which summarises the spending: subscriptions and domains, groceries, and a pending energy bill, on a net-positive month.
Gekleurde tabellen — groen erin, rood eruit, gedimde ID's. In één oogopslag leesbaar, direct in je terminal.
Schakel naar -o json of csv, of pipe gewoon — de output kiest automatisch JSON. Zet het rechtstreeks in jq, scripts of een spreadsheet.
Schone, gestructureerde JSON die je agents en LLM's kunnen verwerken. openbanking tx -o json | llm — en je bent klaar.
Open banking dat leest als ls en pipet als jq.
Voer daarna `openbanking completion zsh` uit en tab-completeer alles.