← Tilbake til forsiden

AI-klar · zero-knowledge · åpen kildekode

openbankingopen banking som snakker shell

List kontoer, hent transaksjoner, bytt output til JSON eller CSV, og pipe det rett inn i verktøyene dine. Nøklene dine forlater aldri maskinen din.

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

Åpen kildekode · zero-knowledge · macOS, Linux & Windows

zsh — openbanking
Vis utskrift

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.

Leses som et regneark, kjører som en shell

Fargelagte tabeller — grønt inn, rødt ut, dempede ID-er. Lesbart på et øyeblikk, rett i terminalen din.

Pipe det hvor som helst

Bytt til -o json eller csv, eller bare pipe — output velger automatisk JSON. Slipp det rett inn i jq, skript eller et regneark.

AI-klar som standard

Ren, strukturert JSON som agentene og LLM-ene dine kan konsumere. openbanking tx -o json | llm — og du er ferdig.

Banken din, én binærfil unna

Open banking som leses 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

Kjør deretter `openbanking completion zsh` og tab-fullfør alt.