georgeAutomate George online banking (Erste Bank / Sparkasse Austria): login/logout, list accounts, and fetch transactions via Playwright.
Install via ClawdBot CLI:
clawdbot install odrobnik/georgeFetch 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
See SETUP.md for prerequisites and setup instructions.
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 <id|iban> --from YYYY-MM-DD --until YYYY-MM-DD
login β accounts β transactions β portfolio β 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.
{workspace}/george/ with restrictive permissions (dirs 700, files 600)./tmp/openclaw/george (override with OPENCLAW_TMP).Generated Mar 1, 2026
Automates fetching of account balances and transaction history from George banking for personal finance management tools. Users can integrate this data into dashboards to track spending, categorize expenses, and generate financial reports without manual data entry.
Enables small businesses using Erste Bank or Sparkasse Austria to automatically retrieve transaction data for accounting software. This streamlines bookkeeping processes by importing bank statements directly into systems like QuickBooks or Xero, reducing manual errors and saving time.
Supports wealth managers by automating the retrieval of stock portfolio and investment account data from George banking. This allows for real-time portfolio monitoring, performance analysis, and client reporting without requiring clients to manually share sensitive login details.
Facilitates automated transaction fetching for fraud detection systems. By regularly pulling transaction data, organizations can analyze patterns, flag suspicious activities, and enhance security measures for accounts held with Erste Bank or Sparkasse Austria.
Assists individuals and tax professionals by automating the collection of financial transaction data from George banking for tax filing purposes. This ensures accurate and comprehensive income and expense reporting, simplifying the tax preparation process.
Offer a subscription-based platform that integrates George banking automation for personal finance or business accounting. Users pay a monthly fee to access automated data syncing, dashboards, and analytics features, generating recurring revenue.
Provide custom integration services for businesses needing to connect George banking data with their existing ERP or accounting systems. Charge for development, maintenance, and support contracts, leveraging the skill's automation capabilities.
Develop a free basic tool for personal users to automate George banking tasks, with premium upgrades for advanced features like multi-account support, historical data analysis, or API access. Monetize through tiered pricing plans.
π¬ Integration Tip
Ensure secure handling of session data by following the skill's guidelines on directory permissions and always calling logout to minimize persistent auth state.
Query Copilot Money personal finance data (accounts, transactions, net worth, holdings, asset allocation) and refresh bank connections. Use when the user asks about finances, account balances, recent transactions, net worth, investment allocation, or wants to sync/refresh bank data.
Stripe API integration with managed OAuth. Manage customers, subscriptions, invoices, products, prices, and payments. Use this skill when users want to process payments, manage billing, or handle subscriptions with Stripe. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
QuickBooks API integration with managed OAuth. Manage customers, invoices, payments, bills, and run financial reports. Use this skill when users want to interact with QuickBooks accounting data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Advanced financial calculator with future value tables, present value, discount calculations, markup pricing, and compound interest. Use when calculating investment growth, pricing strategies, loan values, discounts, or comparing financial scenarios across different rates and time periods. Includes both CLI and interactive web UI.
Track expenses via natural language, get spending summaries, set budgets
Query and manage personal finances via the official Actual Budget Node.js API. Use for budget queries, transaction imports/exports, account management, categorization, rules, schedules, and bank sync with self-hosted Actual Budget instances.