Install
$ agentstack add skill-openaccountant-skills-bank-sync ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Bank Sync
Overview
Connect your bank accounts for automatic, recurring transaction imports using the Plaid API. Once connected, Wilson pulls new transactions daily without manual CSV exports. Supports checking, savings, and credit card accounts from thousands of financial institutions.
Note: Plaid integration requires a Wilson Pro license.
Wilson Tools Used
transaction_search— verify imported transactions and check for duplicatescategorize— auto-categorize newly synced transactions
Workflow
- Verify the user has a valid Wilson Pro license.
- Launch the Plaid Link flow to connect a bank account:
- User selects their financial institution
- User authenticates with their bank credentials
- User selects which accounts to sync
- Store the Plaid access token securely in the local database.
- Perform an initial sync to pull the last 30 days of transactions.
- Deduplicate against any previously imported transactions.
- Run
categorizeon newly synced transactions. - Report sync results: new transactions, duplicates skipped, accounts connected.
- Set up daily automatic sync (runs on next Wilson session start).
Without Wilson
If you don't have Wilson Pro or prefer manual imports, here are alternatives for each major bank:
Manual Export Schedule (Recommended Monthly)
Chase:
- chase.com > Account > Download account activity > CSV
- Or set up Chase email alerts for transactions over a threshold
Bank of America:
- bankofamerica.com > Account > Information & Services > Download transactions > CSV
- BofA also supports auto-export to Quicken/QuickBooks
Wells Fargo:
- wellsfargo.com > Account > Download Account Activity > Comma Delimited
Citi:
- citibank.com > Account > View Activity > Download (CSV, OFX, QIF)
Capital One:
- capitalone.com > Account > Download Transactions > CSV
American Express:
- americanexpress.com > Statements & Activity > Download your Transactions > CSV
Free Plaid Alternatives
- Monarch Money ($9.99/mo): Automatic bank sync with budgeting
- Lunch Money ($10/mo): Developer-friendly, CSV import + Plaid sync
- Actual Budget (free, self-hosted): Manual import with OFX support
- GnuCash (free): OFX direct download from some banks
Automation Without Plaid
- Set calendar reminders to export CSV monthly from each bank
- Use the
import-transactionsskill to import each file - Some banks support OFX Direct Connect — GnuCash and KMyMoney can pull transactions automatically without Plaid
Important Notes
- Plaid credentials are stored locally in your Wilson database — they never leave your machine.
- Bank sync uses Plaid's transaction sync API, which handles deduplication server-side.
- Some institutions require re-authentication every 90 days (Plaid will prompt you).
- Plaid supports 12,000+ financial institutions in the US, Canada, and UK.
- If a bank connection breaks, Wilson will notify you and offer to re-authenticate or fall back to manual CSV import.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: openaccountant
- Source: openaccountant/skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.