← Zurück zur Startseite

KI-fähig · Zero-Knowledge · Open Source

openbankingOpen Banking, das Shell spricht

Konten auflisten, Transaktionen abrufen, die Ausgabe auf JSON oder CSV umstellen und direkt in Ihre Tools pipen. Ihre Schlüssel verlassen niemals Ihren Rechner.

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

Open Source · Zero-Knowledge · macOS, Linux & Windows

zsh — openbanking
Transkript anzeigen

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.

Liest sich wie eine Tabelle, läuft wie eine Shell

Farbige Tabellen — Grün für Eingänge, Rot für Ausgänge, gedimmte IDs. Auf einen Blick lesbar, direkt in Ihrem Terminal.

Pipe es überallhin

Wechseln Sie zu -o json oder csv, oder pipen Sie einfach — die Ausgabe wählt automatisch JSON. Direkt weiter an jq, Skripte oder eine Tabellenkalkulation.

KI-fähig von Haus aus

Sauberes, strukturiertes JSON, das Ihre Agenten und LLMs verarbeiten können. openbanking tx -o json | llm — und schon sind Sie fertig.

Ihre Bank, nur ein Binary entfernt

Open Banking, das sich liest wie ls und pipet wie jq.

Homebrew (macOS / Linux)

brew install open-banking-io/tap/openbanking

Go install

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

Führen Sie dann `openbanking completion zsh` aus und vervollständigen Sie alles per Tab.