Greek Banking Integration
This skill provides comprehensive integration with the Greek banking system through practical file processing of bank statements, transaction data, and payment confirmations from all major Greek financial institutions.
Setup
CODEBLOCK0
No bank API credentials required. This skill parses bank statement files (CSV/Excel) that you export manually from your bank's web portal and place in the imports directory. Supported banks: Alpha Bank, National Bank of Greece, Eurobank, Piraeus Bank.
Core Philosophy
- - Real Greek Bank Focus: Built for actual Greek bank statement formats and business practices
- File-Based Processing: Process exported bank data files, not complex banking APIs
- OpenClaw Native: Designed specifically for OpenClaw's file processing strengths
- Production Testing Ready: Suitable for VM testing and real Greek company deployment
- All Major Banks: Alpha Bank, National Bank, Eurobank, Piraeus, and regional banks
OpenClaw Commands
Core Banking Operations
CODEBLOCK1
Payment Processing & Tracking
CODEBLOCK2
Integration & Export Commands
CODEBLOCK3
Greek Bank Support Architecture
Major Greek Banks Integration
CODEBLOCK4
Greek Bank Statement Formats
CODEBLOCK5
OpenClaw File Processing Architecture
File System Organization for Greek Banks
CODEBLOCK6
Bank Statement Processing Pipeline
CODEBLOCK7
Greek Business Transaction Intelligence
Greek Transaction Categorization
CODEBLOCK8
Greek Banking Transaction Patterns
CODEBLOCK9
Greek Banking API & Data Integration
Practical Bank Data Integration
CODEBLOCK10
OpenClaw Bank File Monitoring
CODEBLOCK11
Advanced Reconciliation Features
Intelligent Transaction Matching
CODEBLOCK12
Greek VAT Transaction Analysis
CODEBLOCK13
Integration with Greek Accounting Standards
Greek Chart of Accounts Mapping
CODEBLOCK14
Accounting Software Integration
CODEBLOCK15
Production Testing & Validation
Greek Bank Testing Procedures
CODEBLOCK16
Error Handling & Recovery for Greek Banks
CODEBLOCK17
Usage Examples for Greek Company Testing
Daily Bank Processing
CODEBLOCK18
Greek Bank Reconciliation Example
CODEBLOCK19
Integration with Meta-Skill
CODEBLOCK20
Success Metrics for Greek Company Testing
A successful Greek banking integration should achieve:
- - ✅ 95%+ automatic transaction categorization accuracy
- ✅ Support for all major Greek bank statement formats
- ✅ <5 minute processing time for monthly statements
- ✅ 90%+ automatic invoice-to-payment matching
- ✅ Complete VAT analysis with Greek rates (24%, 13%, 6%)
- ✅ Seamless integration with Greek accounting software
- ✅ Robust handling of Greek language and character encoding
- ✅ Production-ready error handling and recovery procedures
Remember: This skill is designed specifically for testing with real Greek banks and Greek company data, using OpenClaw's file processing capabilities to handle the complexity of Greek banking formats and business requirements.
希腊银行集成
该技能通过实际处理所有主要希腊金融机构的银行对账单、交易数据和付款确认文件,提供与希腊银行系统的全面集成。
设置
bash
export OPENCLAWDATADIR=/data
which jq || sudo apt install jq
mkdir -p $OPENCLAWDATADIR/banking/imports/{alpha,nbg,eurobank,piraeus}
无需银行API凭证。此技能解析您从银行门户网站手动导出并放置在导入目录中的银行对账单文件(CSV/Excel)。支持的银行:阿尔法银行、希腊国家银行、欧洲银行、比雷埃夫斯银行。
核心理念
- - 真实希腊银行聚焦:专为实际希腊银行对账单格式和商业实践构建
- 基于文件的处理:处理导出的银行数据文件,而非复杂的银行API
- OpenClaw原生:专为OpenClaw的文件处理优势设计
- 生产测试就绪:适用于虚拟机测试和真实希腊公司部署
- 所有主要银行:阿尔法银行、国家银行、欧洲银行、比雷埃夫斯银行及地区银行
OpenClaw命令
核心银行操作
bash
主要银行对账单处理
openclaw banking import-statements --bank-type greek --auto-detect-format
openclaw banking process-batch --input-dir /data/banking/imports/ --reconcile-auto
openclaw banking categorize-transactions --greek-business-rules --vat-detection
openclaw banking export-reconciliation --format csv --greek-chart-accounts
单个银行处理(标准导入路径)
openclaw banking process-alpha --statements-dir /data/banking/imports/alpha/
openclaw banking process-nbg --statements-dir /data/banking/imports/nbg/
openclaw banking process-eurobank --statements-dir /data/banking/imports/eurobank/
openclaw banking process-piraeus --statements-dir /data/banking/imports/piraeus/
交易分析与对账
openclaw banking match-invoices --outstanding-receivables --confidence-threshold 0.9
openclaw banking detect-duplicates --cross-account --mark-suspicious
openclaw banking categorize-expenses --greek-expense-categories --vat-rates
openclaw banking generate-reconciliation --period monthly --include-variance-analysis
付款处理与跟踪
bash
付款确认处理
openclaw banking track-payments --pending-invoices --match-references
openclaw banking confirm-receipts --client-payments --auto-update-accounting
openclaw banking process-sepa --incoming-payments --outgoing-transfers
现金流与分析
openclaw banking cashflow-analysis --period quarterly --predict-trends
openclaw banking currency-conversion --foreign-transactions --ecb-rates
openclaw banking fee-analysis --bank-charges --optimization-suggestions
集成与导出命令
bash
与会计系统集成
openclaw banking export --format csv --client EL123456789 --period 2026-02
openclaw banking export --target quickbooks --client EL123456789 --greek-locale # 可选:QuickBooks兼容格式
openclaw banking export --format json --client EL123456789 --period 2026-02
openclaw banking export --target xero --client EL123456789 --greek-vat-codes # 可选:Xero兼容格式
openclaw banking reconciliation-report --client EL123456789 --period 2026-02
与其他OpenClaw技能集成
openclaw banking integrate-compliance --vat-calculations --deadline-tracking
openclaw banking sync-individual-taxes --personal-account-data --expense-tracking
openclaw banking coordinate-meta --enable-orchestration --business-commands
希腊银行支持架构
主要希腊银行集成
yaml
支持的希腊银行:
阿尔法银行:
银行代码: 014
IBAN前缀: GR01
对账单格式: [PDF, Excel, CSV, MT940]
网上银行: Alpha Web Banking
企业银行: Alpha Business Banking
常见导出格式:
- excel: Alpha
StatementYYYYMMDD.xlsx
- csv: account
movementsYYYYMMDD.csv
- pdf: Monthly
StatementYYYYMM.pdf
国家银行:
银行代码: 011
IBAN前缀: GR07
对账单格式: [PDF, Excel, CSV, QIF]
网上银行: NBG i-bank
企业银行: NBG Business i-bank
常见导出格式:
- excel: NBGTransactionsYYYYMMDD.xls
- csv: accountstatementYYYYMM.csv
- pdf: NBGStatementYYYYMM.pdf
欧洲银行:
银行代码: 026
IBAN前缀: GR02
对账单格式: [PDF, Excel, CSV, OFX]
网上银行: Eurobank e-banking
企业银行: Eurobank Business e-banking
常见导出格式:
- excel: EurobankStatementYYYYMMDD.xlsx
- csv: movements_YYYYMMDD.csv
- pdf: AccountStatementYYYYMM.pdf
比雷埃夫斯银行:
银行代码: 017
IBAN前缀: GR58
对账单格式: [PDF, Excel, CSV, MT942]
网上银行: Piraeus winbank
企业银行: Piraeus winbank Business
常见导出格式:
- excel: PiraeusMovementsYYYYMMDD.xlsx
- csv: accounthistoryYYYYMM.csv
- pdf: PiraeusStatementYYYYMM.pdf
阿提卡银行:
银行代码: 025
IBAN前缀: GR16
对账单格式: [PDF, Excel, CSV]
定位: 希腊地区银行
克里特银行:
银行代码: 045
IBAN前缀: GR62
对账单格式: [PDF, CSV]
定位: 克里特地区银行业务
希腊银行对账单格式
yaml
对账单格式识别:
阿尔法银行Excel:
希腊语表头: [Ημερομηνία, Περιγραπ ή, Ποσς, Υπςλοιπο]
英语表头: [Date, Description, Amount, Balance]
日期格式: dd/MM/yyyy
金额格式: 1.234,56
编码: Windows-1253, UTF-8
国家银行CSV:
表头: [ΗΜΕΡθΜΗΝΙΑ, ΑΙΤΙθºθΓΙΑ, ΧΡΕΩΣΗ, ΠΙΣΤΩΣΗ, ΥΠθºθΙΠθ]
分隔符: ;
小数分隔符: ,
日期格式: dd/MM/yyyy
欧洲银行Excel:
表头: [Ημ/νία, Ρπ°δ.Συναλλαγήπš, Περιγραπ ή, Ποσς, Υπςλοιπο]
货币列: Νςμισμα
参考列: Αρ.Παρασπžαπžικού
比雷埃夫斯银行CSV:
表头: [Ημερομηνία Συναλλαγήπš, Περιγραπ ή, Ποσς, Υπςλοιπο Μεπžά]
特殊字段: [Ρπ°δικςπš Συναλλαγήπš, Αρ. Αναπ οράπš]
OpenClaw文件处理架构
希腊银行文件系统组织
yaml
银行文件结构:
银行导入:
- /data/banking/imports/alpha/ # 阿尔法银行对账单导入
- /data/banking/imports/nbg/ # 国家银行导入
- /data/banking/imports/eurobank/ # 欧洲银行导入
- /data/banking/imports/piraeus/ # 比雷埃夫斯银行导入
- /data/banking/imports/other/ # 其他希腊银行
处理工作区:
- /data/banking/processing/raw/ # 处理前导入的文件
- /data/banking/processing/validated/ # 格式验证完成
- /data/banking/processing/categorized/ # 交易分类完成
- /