From wealth
Downloads M1 Finance portfolio data (value, allocation, holdings, dividends, statements, tax docs) via Playwright with Chrome cookie auth. Used for investment review and allocation drift analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wealth:app-m1-finance.portalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Auth:** Playwright + Chrome cookies (headless=False required)
Auth: Playwright + Chrome cookies (headless=False required)
URL: https://app.m1.com
Configuration: Set Chrome profile path in vault/wealth/config.md
| Data Type | Navigation Path | Notes |
|---|---|---|
| Portfolio total value | Dashboard | Total portfolio value, today's change, all-time return |
| Pie allocation | Invest → Pie | Target vs. actual allocation % per slice |
| Holdings | Invest → Holdings | Each position: shares, current price, value, cost basis, unrealized P&L |
| Dividend history | Invest → Activity → Dividends | Date, amount, reinvested flag |
| Portfolio performance | Invest → Performance | Time-weighted return chart; export not always available |
| Monthly statements | Account → Documents | PDF per month |
| Tax documents | Account → Documents → Tax Documents | 1099-B (gains/losses), 1099-DIV |
| Account history | Account → Activity | All transactions: trades, transfers, dividends |
Add to vault/wealth/config.md:
m1_chrome_profile: /Users/YOU/Library/Application Support/Google/Chrome/Profile 2
m1_accounts:
- nickname: "M1 Brokerage"
type: brokerage
- nickname: "M1 IRA"
type: ira-roth
wealth-investment-review — pull portfolio value, allocation, and dividend incomewealth-net-worth-review — contribute brokerage value to net worth snapshotvault/wealth/00_current/m1/ — holdings snapshots, pie allocation recordsvault/wealth/00_current/m1/statements/ — monthly statement PDFsvault/wealth/00_current/m1/tax-docs/ — 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