LaunchKit · 2026
Back to Skills

george

Automate George online banking (Erste Bank / Sparkasse Austria)

1
2.4k downloads
by @odrobnik

Setup & Installation

openclaw skills install @odrobnik/george

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install george

Version History

v1.5.3Mar 3, 2026 - Version note by skill developer:

fix: use /Users/oliver/clawd for workspace root to preserve symlink paths

What This Skill Does

Automates the George online banking portal used by Erste Bank and Sparkasse Austria. Fetches account balances, transaction history, and stock portfolio data as JSON. Also handles payment file uploads in pain.001 format and datacarrier signing.

George provides no public API, so Playwright browser automation is the only way to extract account data or submit payments programmatically.

When to use it

  • Fetching monthly transactions for personal budgeting
  • Exporting stock portfolio data for tax reporting
  • Uploading batch payment files to George
  • Checking balances across checking and savings accounts
  • Scheduling automated bank data exports

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: get all transactions from my main account for the past 30 days

AGENT
  1. 1Login to the George banking portal
  2. 2Retrieve the list of accounts to find the target account ID
  3. 3Query transactions with the specified date range
  4. 4Return the transaction data as JSON
  5. 5Logout and clear the stored browser session
OUTPUT

JSON-formatted list of transactions for the specified account and date range

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

George online banking account (Erste Bank or Sparkasse Austria)