โ† Torna alla pagina iniziale

Pronto per l'AI ยท zero-knowledge ยท open source

openbanking โ€” open banking che parla la lingua della shell

Elenca i conti, estrai le transazioni, cambia l'output in JSON o CSV e convoglialo direttamente nei tuoi strumenti. Le tue chiavi non lasciano mai la tua macchina.

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

Open source ยท zero-knowledge ยท macOS, Linux e Windows

zsh โ€” openbanking
Mostra la trascrizione

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.

Si legge come un foglio di calcolo, gira come una shell

Tabelle colorate โ€” verde in entrata, rosso in uscita, ID attenuati. Leggibili a colpo d'occhio, direttamente nel tuo terminale.

Convoglialo ovunque

Passa a -o json o csv, oppure fai semplicemente pipe โ€” l'output seleziona automaticamente JSON. Inseriscilo direttamente in jq, negli script o in un foglio di calcolo.

Pronto per l'AI di default

JSON pulito e strutturato che i tuoi agenti e LLM possono consumare. openbanking tx -o json | llm โ€” e hai finito.

La tua banca, a un binario di distanza

Open banking che si legge come ls e fa pipe come jq.

Homebrew (macOS / Linux)

brew install open-banking-io/tap/openbanking

Go install

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

Poi esegui `openbanking completion zsh` e completa tutto con il tab.