Overview
- Skill Key
- gpunter/starling-bank
- Author
- gpunter
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/gpunter/starling-bank
- Latest Commit SHA
- c1004ba3d248c4facf8e2ea699a97d030860ba4f
Manage Starling Bank accounts via the starling-bank-mcp server. Check balances, list transactions, create payees, make payments, manage savings goals, and track spending. Use when the user asks about their bank balance, transactions, payments, savings, direct debits, standing orders, or any Starling Bank operation. Requires the starling-bank-mcp npm package and a Starling personal access token.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 starling-bank 技能。 若已安装,则直接安装 starling-bank 技能。
# Starling Bank
Manage Starling Bank accounts through mcporter + starling-bank-mcp.
## Setup
### 1. Install the MCP server
```bash
npm i -g starling-bank-mcp
```
### 2. Get a Personal Access Token
Create one at https://developer.starlingbank.com/ (Personal Access Token with required scopes).
### 3. Configure mcporter
```bash
mcporter config add starling \
--command "node $(npm root -g)/starling-bank-mcp/dist/main.js" \
--env STARLING_BANK_ACCESS_TOKEN="YOUR_TOKEN"
```
### 4. Verify
```bash
mcporter list starling --schema
```
## Quick Reference
### Account basics
```bash
# List accounts (get accountUid and default categoryUid)
mcporter call starling.accounts_list
# Get balance
mcporter call starling.account_balance_get accountUid=ACCOUNT_UID
# Get account holder info
mcporter call starling.account_holder_get
# Get sort code / account number
mcporter call starling.account_identifiers_get accountUid=ACCOUNT_UID
```
### Transactions
```bash
# List transactions (ISO 8601 timestamps required)
mcporter call starling.transactions_list \
accountUid=ACCOUNT_UID \
categoryUid=CATEGORY_UID \
minTransactionTimestamp=2026-01-01T00:00:00.000Z \
maxTransactionTimestamp=2026-01-31T23:59:59.999Z
# Get single transaction detail
mcporter call starling.feed_item_get \
accountUid=ACCOUNT_UID \
categoryUid=CATEGORY_UID \
feedItemUid=FEED_ITEM_UID
```
### Payments
```bash
# List payees
mcporter call starling.payees_list
# Create payee
mcporter call starling.payee_create \
payeeName="John Smith" \
payeeType=INDIVIDUAL \
accountIdentifier=12345678 \
bankIdentifier=608371 \
bankIdentifierType=SORT_CODE \
countryCode=GB
# Make payment (amount in minor units / pence)
mcporter call starling.payment_create \
accountUid=ACCOUNT_UID \
categoryUid=CATEGORY_UID \
destinationPayeeAccountUid=PAYEE_ACCOUNT_UID \
reference="Payment ref" \
--args '{"amount":{"currency":"GBP","minorUnits":1000}}'
```
### Savings Goals
```bash
# List goals
mcp...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.