Imports transactions from bank files (CSV, OFX, QIF). Detects the file format and bank automatically, parses transactions, deduplicates against existing data, and inserts new records. Trigger when user says "import", "load transactions", "add bank file", provides a file path, or mentions CSV/OFX/QIF.
$npx -y skills add openaccountant/wilson --skill import-transactionsInstalls into the current project.
Run `npx skills use "https://github.com/openaccountant/wilson" --skill "openaccountant/wilson/import-transactions"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/openaccountant/wilson" that are relevant to the current task. Run `npx skills add "https://github.com/openaccountant/wilson"` and select the relevant skills, then follow their instructions.