finicity
Installation
SKILL.md
Prerequisites
- Authenticate Zero CLI with
ZERO_TOKENcarrying thebanking:readcapability. - The vm0 administrator must enable the relevant Finicity-backed accounts for the current agent.
- Finicity credentials and app tokens remain server-side; do not request them from the user.
List Accounts
zero banking accounts --json | jq '{provider, accounts}'
Use the returned account id for balance and transaction requests.
Get an Account Balance
zero banking balances --account-id <account-id> --json | jq '{provider, balance}'