Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Connects to Starling Bank accounts via the starling-bank-mcp server. Supports balance checks, transaction history, payments, payee management, savings goals, direct debits, standing orders, and card controls.
Lets you query and act on your Starling account in plain language without opening the app or navigating the web dashboard.
When to use it
- Check current account balance before a purchase
- Review last month's transactions by date range
- Send a payment to a saved payee
- Move money into or out of a savings goal
- List all active direct debits
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: How much did I spend in January 2026?
- 1Call accounts_list to retrieve accountUid and categoryUid
- 2Call transactions_list with minTransactionTimestamp=2026-01-01T00:00:00.000Z and maxTransactionTimestamp=2026-01-31T23:59:59.999Z
- 3Filter results to outgoing transactions
- 4Sum the minorUnits amounts and convert to pounds
Total January spending: £847.32 across 34 transactions
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.