What problem does it solve? Verifying UI changes and inspecting app state in the Moolah macOS app normally requires manual clicking through the interface. This Skill lets you drive the running app from the terminal via AppleScript, so you can create test data, read balances, navigate views, and capture screenshots programmatically. ## Core Features & Use Cases - AppleScript automation wrapper: The moolah-tell script targets the worktree's debug build instead of the installed release app, with a duplicate-instance check that prevents two Moolah instances from sharing one CloudKit container. - Full data operations: Create, read, and delete profiles, accounts, transactions, earmarks, and categories; query balances, positions, and net worth; filter transactions and legs server-side. - Navigation, sync, and screenshots: Open profile windows, switch sidebar views, force synced-account re-imports, and capture sandboxed screenshots without Screen Recording permission. - Use Case: After changing transaction logic, run a script that creates a test transaction, reads back the account balance, and captures a screenshot of the account detail pane to verify the change end-to-end. ## Quick Start Build and launch the app with just run-mac, then ask the AI to list every profile and account balance in the running Moolah app using the automate-app skill.