finicity
Installation
SKILL.md
Prerequisites
- Authenticate Okou CLI with
OKOU_TOKENcarrying thebanking:readcapability. - A platform 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
okou banking accounts --json | jq '{provider, accounts}'
Use the returned account id for balance and transaction requests.
Get an Account Balance
okou banking balances --account-id <account-id> --json | jq '{provider, balance}'