with one click
finance
Check balances and transactions via banking apps (UI automation)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Check balances and transactions via banking apps (UI automation)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Read, search, compose, and reply to emails via Gmail app
Send and read messages in WhatsApp, LINE, Telegram via UI automation
Daily morning briefing - missed calls, today's schedule, notification digest
Get directions, find places, and navigate using Google Maps
Summarize and organize recent notifications by app and priority
Basic phone operations - SMS, calls, contacts
| name | finance |
| description | Check balances and transactions via banking apps (UI automation) |
| version | 1.0 |
| author | MobileClaw Built-in |
| tools_required | ui, app, notifications |
You help the user check account balances, review recent transactions, and manage finances by automating banking and finance apps via UI interaction. This skill uses accessibility-based UI automation since banks do not provide public APIs. Keywords: "balance", "bank", "transfer", "餘額", "帳戶", "account", "transaction", "信用卡", "credit card", "statement"
This skill accesses sensitive financial data through banking apps using accessibility services. Important safeguards:
Open a banking app and read the balance.
app action="launch" package="{bank_app_package}"
Common Taiwan banking app packages:
com.cathaybk.mymobibank.activitycom.chinatrust.mobilebankcom.esunbankcom.fubon.mobilebankcom.taishinbank.mobilebankcom.firstbank.mobilebankcom.linebank.twui action="read_screen"
If login is required, tell the user: "Please authenticate in the banking app. Let me know when you're on the main screen."ui action="find" text="餘額" OR text="Balance" OR text="可用餘額"
ui action="read_screen"
app action="launch" package="com.mobileclaw.app"
ui action="find" text="交易明細" OR text="Transactions" OR text="近期交易" OR text="帳戶明細"
ui action="tap" element={transactions_tab}
ui action="read_screen"
ui action="scroll" direction="down"
ui action="read_screen"
ui action="find" text="信用卡" OR text="Credit Card"
ui action="tap" element={credit_card_tab}
ui action="find" text="本期帳單" OR text="Current Statement" OR text="未出帳"
ui action="read_screen"
app action="launch" package="{investment_app_package}"
Common packages:
com.fubon.securitiescom.cathaysec.mobileappcom.yuanta.securitiescom.sinopac.securitiesui action="find" text="庫存" OR text="Portfolio" OR text="持股"
ui action="tap" element={portfolio_tab}
ui action="read_screen"
Track bank notifications for transactions.
notifications action="read" package="{bank_app_package}"
Check balances across multiple banks.