Pronto per l'AI ยท zero-knowledge ยท open source
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/openbankingOpen source ยท zero-knowledge ยท macOS, Linux e 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.
Tabelle colorate โ verde in entrata, rosso in uscita, ID attenuati. Leggibili a colpo d'occhio, direttamente nel tuo terminale.
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.
JSON pulito e strutturato che i tuoi agenti e LLM possono consumare. openbanking tx -o json | llm โ e hai finito.
Open banking che si legge come ls e fa pipe come jq.
Poi esegui `openbanking completion zsh` e completa tutto con il tab.