Imports financial transactions from CSV, OFX, or QIF bank exports. Detects format and banks (Chase, Amex, BofA), previews first 5, deduplicates by date/amount/description, and inserts new records into database.
npx claudepluginhub openaccountant/skillsThis skill uses the workspace's default tool permissions.
Import financial transactions from bank export files. Automatically detects file format by extension (.csv, .ofx, .qif) and identifies the bank (Chase, Amex, BofA, or generic) by inspecting column headers. Previews parsed transactions, deduplicates against existing data, and inserts new records.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
Import financial transactions from bank export files. Automatically detects file format by extension (.csv, .ofx, .qif) and identifies the bank (Chase, Amex, BofA, or generic) by inspecting column headers. Previews parsed transactions, deduplicates against existing data, and inserts new records.
transaction_search — check for existing transactions to prevent duplicatescategorize — apply categorization rules to newly imported transactions.csv — parse as CSV, inspect headers to identify bank.ofx / .qfx — parse as OFX (Open Financial Exchange).qif — parse as QIF (Quicken Interchange Format)Transaction Date,Post Date,Description,Category,Type,Amount,MemoDate,Description,Amount (or Reference,Date,Description,Card Member,Amount)Date,Description,Amount,Running Bal.categorize on the newly imported transactions.You can import transactions manually into any spreadsheet or accounting tool:
Chase:
American Express:
Bank of America:
Generic / Other Banks: Most banks offer CSV or OFX export from their transaction history page. Look for "Download," "Export," or a download icon near the date range selector.
Date, Description, Amount, Category.=UNIQUE() function (Sheets).D (date), T (amount), P (payee). You can convert QIF to CSV with online tools like qif2csv.com.