π¦ ClawHub
Copilot Money Mac
by @chardigio
Query and analyze personal finance data from the Copilot Money Mac app. Use when the user asks about their spending, transactions, account balances, budgets,...
π¦ Core Types
π‘ Examples
Use sqlite3 to query the database:
sqlite3 ~/Library/Group\ Containers/group.com.copilot.production/database/CopilotDB.sqlite "YOUR_QUERY"
For formatted output:
sqlite3 -header -column ~/Library/Group\ Containers/group.com.copilot.production/database/CopilotDB.sqlite "YOUR_QUERY"
π Tips & Best Practices
user_deleted = 0 to exclude deleted transactionsrecurring_id linking to Firestore recurring definitionsstrings on LevelDB files to extract human-readable data from Firestore cacheTERMINAL
clawhub install copilot-money-mac