Prêt pour l'IA · zero-knowledge · open source
Listez les comptes, récupérez les transactions, basculez la sortie en JSON ou CSV, et redirigez-la directement dans votre outillage. Vos clés ne quittent jamais votre machine.
brew install open-banking-io/tap/openbankingOpen source · zero-knowledge · macOS, Linux et 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.
Des tableaux colorés — vert pour l'entrant, rouge pour le sortant, identifiants atténués. Lisibles d'un coup d'œil, directement dans votre terminal.
Basculez sur -o json ou csv, ou faites simplement un pipe — la sortie sélectionne automatiquement JSON. Envoyez-la directement dans jq, dans des scripts ou dans un tableur.
Un JSON propre et structuré que vos agents et LLM peuvent consommer. openbanking tx -o json | llm — et c'est terminé.
L'open banking qui se lit comme ls et se redirige comme jq.
Exécutez ensuite `openbanking completion zsh` et complétez tout par tabulation.