up-bank

Retrieve Up Bank balances, transactions, categories, and tags via the Up Bank API.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/thesammykins/openclaw-upbanking --skill up-bank
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: up-bank
Source: https://github.com/thesammykins/openclaw-upbanking/tree/main
Command: npx skills add https://github.com/thesammykins/openclaw-upbanking --skill up-bank

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Traditional access to Up Bank data requires manual checks or multiple apps; this skill provides real-time access to balances, transactions, categories, and tags directly via Up Bank API.

Core Features & Use Cases

  • Check balances across all accounts and savers
  • List transactions with filtering by date, account, and status
  • View categories and spending tags
  • JSON output for scripting and analysis

Quick Start

Install the Up Bank skill into your OpenClaw environment and run the CLI to ping the API.

Frequently Asked Questions about up-bank

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve Up Bank balances and transactions via the API?

Retrieve Up Bank balances and transactions by authorizing API calls with a Bearer token stored in the UP_API_TOKEN environment variable or configured via 1Password, allowing access to real-time account data and filtered transaction listings.

Can I filter Up Bank transaction listings by date and account?

Yes, you can filter Up Bank transaction listings by date, account, and status. The skill queries the Up Bank API to return specific transaction sets and outputs the results in JSON format for scripting and analysis.

Do I need a 1Password token to access Up Bank account data?

You can authorize Up Bank API calls using either a configured token in 1Password or by setting a Bearer token in the UP_API_TOKEN environment variable. No other authentication methods are supported for retrieving balances and categories.

What's the best way to automate Up Bank balance checks across multiple savers?

Automate Up Bank balance checks by running the skill's CLI commands to ping the API, which retrieves cross-account balances across all accounts and savers and outputs structured JSON data suitable for automation scripts.

How does viewing Up Bank categories and spending tags work?

Viewing Up Bank categories and spending tags works by querying the Up Bank API to retrieve assigned category data and transaction tags, returning the results as JSON output for spending analysis and budget tracking.