Get report from Sure personal financial board
openclaw skills install @bt0r/sure
export SURE_API_KEY="YOUR_API_KEY" export SURE_BASE_URL="YOUR_BASE_URL"
List all accounts amounts
curl -H "X-Api-Key: $SURE_API_KEY" "$SURE_BASE_URL/api/v1/accounts"