George Banking Automation
/install george
George Banking Automation
Fetch current account balances, stock portfolio, and transactions for all account types (checking, savings, depots) in JSON format for automatic processing. Uses Playwright to automate George (Erste Bank / Sparkasse Austria).
Entry point: {baseDir}/scripts/george.py
Setup
See SETUP.md for prerequisites and setup instructions.
Commands
python3 {baseDir}/scripts/george.py login
python3 {baseDir}/scripts/george.py logout
python3 {baseDir}/scripts/george.py accounts
python3 {baseDir}/scripts/george.py transactions --account \x3Cid|iban> --from YYYY-MM-DD --until YYYY-MM-DD
python3 {baseDir}/scripts/george.py datacarrier-list [--json] [--state OPEN|CLOSED]
python3 {baseDir}/scripts/george.py datacarrier-upload \x3Cfile> [--type pain.001] [--out \x3Cdir>] [--wait-done] [--wait-done-timeout 120]
python3 {baseDir}/scripts/george.py datacarrier-sign \x3Cdatacarrier_id> [--sign-id \x3Cid>] [--out \x3Cdir>]
Recommended Flow
login → accounts → transactions → portfolio → logout
login → datacarrier-upload → datacarrier-sign → logout
Always call logout after completing all operations to clear the stored browser session (cookies, local storage, Playwright profile). This minimizes persistent auth state on disk.
Notes
- Session state stored in
{workspace}/george/with restrictive permissions (dirs700, files600). - Ephemeral exports default to
/tmp/openclaw/george(override withOPENCLAW_TMP).
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install george - After installation, invoke the skill by name or use
/george - Provide required inputs per the skill's parameter spec and get structured output
What is George Banking Automation?
Automate George online banking (Erste Bank / Sparkasse Austria): login/logout, list accounts, and fetch transactions via Playwright. It is an AI Agent Skill for Claude Code / OpenClaw, with 2778 downloads so far.
How do I install George Banking Automation?
Run "/install george" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is George Banking Automation free?
Yes, George Banking Automation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does George Banking Automation support?
George Banking Automation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created George Banking Automation?
It is built and maintained by Oliver Drobnik (@odrobnik); the current version is v1.5.4.