← Terug naar de voorpagina

AI-klaar · zero-knowledge · open source

openbankingopen banking dat shell spreekt

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/openbanking

Open source · zero-knowledge · macOS, Linux & Windows

zsh — openbanking
Toon transcript

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.

Leest als een spreadsheet, draait als een shell

Gekleurde tabellen — groen erin, rood eruit, gedimde ID's. In één oogopslag leesbaar, direct in je terminal.

Pipe het overal naartoe

Schakel naar -o json of csv, of pipe gewoon — de output kiest automatisch JSON. Zet het rechtstreeks in jq, scripts of een spreadsheet.

AI-klaar vanaf de start

Schone, gestructureerde JSON die je agents en LLM's kunnen verwerken. openbanking tx -o json | llm — en je bent klaar.

Je bank, één binary verderop

Open banking dat leest als ls en pipet als jq.

Homebrew (macOS / Linux)

brew install open-banking-io/tap/openbanking

Go install

go install github.com/open-banking-io/clients/cli@latest

Voer daarna `openbanking completion zsh` uit en tab-completeer alles.