# Bank Sync

> >

- **Type:** Skill
- **Install:** `agentstack add skill-openaccountant-skills-bank-sync`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [openaccountant](https://agentstack.voostack.com/s/openaccountant)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [openaccountant](https://github.com/openaccountant)
- **Source:** https://github.com/openaccountant/skills/tree/main/shared/bank-sync

## Install

```sh
agentstack add skill-openaccountant-skills-bank-sync
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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 duplicates
- `categorize` — auto-categorize newly synced transactions

## Workflow
1. Verify the user has a valid Wilson Pro license.
2. 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
3. Store the Plaid access token securely in the local database.
4. Perform an initial sync to pull the last 30 days of transactions.
5. Deduplicate against any previously imported transactions.
6. Run `categorize` on newly synced transactions.
7. Report sync results: new transactions, duplicates skipped, accounts connected.
8. 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-transactions` skill 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](https://github.com/openaccountant)
- **Source:** [openaccountant/skills](https://github.com/openaccountant/skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-openaccountant-skills-bank-sync
- Seller: https://agentstack.voostack.com/s/openaccountant
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
