View investment accounts, check portfolio performance, monitor retirement funds, and research Vanguard funds
Enables Claude to access Vanguard to view investment accounts, check portfolio performance, monitor retirement accounts, and research Vanguard's low-cost index funds. Note: Claude cannot execute trades.
curl -sSL https://canifi.com/skills/vanguard/install.sh | bash
Or manually:
cp -r skills/vanguard ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set VANGUARD_USERNAME "your-username"
Your credentials, your choice. Canifi LifeOS respects your privacy.
If you prefer not to share credentials with Claude Code:
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
User: "What's my Vanguard portfolio worth?"
Claude: I'll check your Vanguard accounts.
- Opens investor.vanguard.com via Playwright MCP
- Logs into account
- Returns: Total Balance: $567,890.12
- Traditional IRA: $234,567.89
- Roth IRA: $89,012.34
- Brokerage: $244,309.89
- Today: +$3,456.78 (+0.61%)
- YTD return: +8.9%
User: "What funds am I holding?"
Claude: I'll show your fund holdings.
- Navigates to holdings view
- Portfolio breakdown:
- VTSAX (Total Stock): $280,000 (49%)
- VTIAX (Int'l Stock): $120,000 (21%)
- VBTLX (Total Bond): $100,000 (18%)
- VFIAX (500 Index): $67,890 (12%)
- Weighted expense ratio: 0.05%
- Dividend yield: 1.8%
User: "Tell me about VTI"
Claude: I'll look up VTI details.
- Searches for VTI
- Vanguard Total Stock Market ETF
- Expense ratio: 0.03%
- AUM: $1.4 trillion
- 10-year return: 11.5% annualized
- Holdings: 4,000+ US stocks
- Top holdings: Apple, Microsoft, Amazon
After each interaction:
Suggest updates when: