Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
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.
User asks: get all transactions from my main account for the past 30 days
- 1Login to the George banking portal
- 2Retrieve the list of accounts to find the target account ID
- 3Query transactions with the specified date range
- 4Return the transaction data as JSON
- 5Logout and clear the stored browser session
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.