From wealth
Accesses Fidelity brokerage and retirement account data via Playwright with Chrome cookie authentication. Downloads balances, holdings, performance, statements, and tax documents for investment review and net worth tracking.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wealth:app-fidelity.portalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Auth:** Playwright + Chrome cookies (cookie-based session; headless=False required)
Auth: Playwright + Chrome cookies (cookie-based session; headless=False required)
URL: https://www.fidelity.com
Configuration: Set Chrome profile path in vault/wealth/config.md
| Data Type | Navigation Path | Notes |
|---|---|---|
| Account balances | Accounts → Portfolio | All accounts: brokerage, IRA, 401k rollover, HSA |
| Holdings | Accounts → Positions | Ticker, shares, current price, market value, cost basis |
| Performance | Accounts → Performance | Time-weighted return: 1-day, 1-month, YTD, 1-year, 3-year, 5-year |
| Transaction history | Accounts → History | Trades, dividends, contributions, withdrawals |
| Monthly statements | Accounts → Statements & Documents → Statements | PDF per account per month |
| Tax documents | Accounts → Statements & Documents → Tax Forms | 1099-R (IRA distributions), 1099-B (brokerage gains/losses), 1099-DIV |
| Pending dividends | Accounts → Pending Activity | Scheduled dividend reinvestments |
Add to vault/wealth/config.md:
fidelity_chrome_profile: /Users/YOU/Library/Application Support/Google/Chrome/Profile 1
fidelity_accounts:
- nickname: "Fidelity 401k Rollover"
type: ira-traditional
- nickname: "Fidelity Roth IRA"
type: ira-roth
- nickname: "Fidelity Brokerage"
type: brokerage
wealth-investment-review — pull account balances, holdings, and performance datawealth-net-worth-review — contribute retirement and brokerage balances to net worthvault/wealth/00_current/fidelity/ — holdings snapshots and performance recordsvault/wealth/00_current/fidelity/statements/ — monthly statement PDFsvault/wealth/00_current/fidelity/tax-docs/ — 1099-R, 1099-B, 1099-DIVCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub fru-dev3/ai-ready-life --plugin wealth