← Tilbage til forsiden

AI-klar · zero-knowledge · open source

openbankingopen banking der taler shell

Vis konti, hent transaktioner, skift output til JSON eller CSV, og pipe det direkte ind i dine værktøjer. Dine nøgler forlader aldrig din maskine.

$brew install open-banking-io/tap/openbanking

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

zsh — openbanking
Vis udskrift

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.

Læses som et regneark, kører som en shell

Farvede tabeller — grønt ind, rødt ud, dæmpede ID’er. Til at læse på et øjeblik, direkte i din terminal.

Pipe det hvorhen som helst

Skift til -o json eller csv, eller bare pipe — output vælger automatisk JSON. Send det direkte til jq, scripts eller et regneark.

AI-klar fra start

Ren, struktureret JSON som dine agenter og LLM’er kan forstå. openbanking tx -o json | llm — så er du i gang.

Din bank, én binær væk

Open banking der læses som ls og pipes som jq.

Homebrew (macOS / Linux)

brew install open-banking-io/tap/openbanking

Go install

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

Kør derefter `openbanking completion zsh` og tab-komplettér alt.