← Powrót do strony głównej

gotowe dla AI · zero-knowledge · open source

openbankingopen banking, który mówi językiem shella

Wyświetlaj konta, pobieraj transakcje, przełączaj wynik na JSON lub CSV i przepuszczaj go wprost do swoich narzędzi. Twoje klucze nigdy nie opuszczają Twojej maszyny.

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

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

zsh — openbanking
Pokaż transkrypcję

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.

Czyta się jak arkusz, działa jak shell

Kolorowe tabele — zielone wpływy, czerwone wydatki, przygaszone identyfikatory. Czytelne na pierwszy rzut oka, wprost w Twoim terminalu.

Przepuść to gdziekolwiek

Przełącz na -o json lub csv, albo po prostu przepuść przez potok — wynik automatycznie wybiera JSON. Wrzuć go wprost do jq, skryptów lub arkusza.

Gotowe dla AI od razu

Czysty, uporządkowany JSON, który zrozumieją Twoi agenci i modele LLM. openbanking tx -o json | llm — i gotowe.

Twój bank w zasięgu jednego pliku binarnego

Open banking, który czyta się jak ls i przepuszcza jak jq.

Homebrew (macOS / Linux)

brew install open-banking-io/tap/openbanking

Go install

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

Następnie uruchom `openbanking completion zsh` i uzupełniaj wszystko tabulatorem.