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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openaccountant-skills:import-transactionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.npx claudepluginhub openaccountant/skillsImports Wise (TransferWise) CSV transaction exports into accounting systems, handling multi-currency transfers, conversion fees, deduplication by ID, and categorization.
Records Japanese journal entries (shiwake), imports transactions from CSV/receipts/invoices via CLI, manages ledger with init/search/update/delete. For bookkeeping workflows.
Categorizes uncategorized bank transactions, matches payments to invoices, verifies bookkeeping entries for freelance or SME accounts via Norman Finance APIs. Use for reconciling accounts or expense categorization.