AI-redo · zero-knowledge · open source
Lista konton, hämta transaktioner, växla output till JSON eller CSV, och pipe:a det direkt in i dina verktyg. Dina nycklar lämnar aldrig din maskin.
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.
Färgade tabeller — grönt in, rött ut, dämpade ID:n. Läsbart på ett ögonkast, direkt i din terminal.
Växla till -o json eller csv, eller bara pipe:a — output väljer automatiskt JSON. Släpp in det direkt i jq, skript eller ett kalkylark.
Ren, strukturerad JSON som dina agenter och LLM:er kan konsumera. openbanking tx -o json | llm — och du är klar.
Open banking som läses som ls och pipe:as som jq.
Kör sedan `openbanking completion zsh` och tab-komplettera allt.