What problem does it solve?
This Skill helps you query your connected bank accounts and transactions using a simple, AI-friendly API instead of manually reviewing statements or wiring custom integrations.
Core Features & Use Cases
- Fetch account details and balances: List connected accounts (including institution info, account type/subtype, and current/available balances).
- Search and filter transactions: Retrieve transactions by date range, merchant, search terms, account ID, pending status, and status, with selectable response fields to reduce payload.
- Run aggregate analytics via SQL: Execute read-only queries against the server-provided txns dataset for totals, top merchants, and time-bucketed summaries.
- Use Case: Ask for last month’s spending totals and top merchants, then refine the results to a specific account and date window using either REST filters or a SQL aggregation query.
Quick Start
Tell your AI: “Using OPENFINANCE_API_KEY, fetch my transactions for the last 30 days and return my top 10 merchants by spend.”