View portfolio, check stock prices, research investments, and monitor positions on Robinhood
Enables Claude to access Robinhood to view portfolio performance, check stock and crypto prices, research investments, and monitor positions. Note: Claude cannot execute trades or transfer funds.
curl -sSL https://canifi.com/skills/robinhood/install.sh | bash
Or manually:
cp -r skills/robinhood ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set ROBINHOOD_EMAIL "[email protected]"
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: "How's my Robinhood portfolio doing?"
Claude: I'll check your Robinhood portfolio.
- Opens robinhood.com via Playwright MCP
- Navigates to portfolio view
- Returns: Total value: $24,567.89
- Today's change: +$312.45 (+1.29%)
- Top gainers: AAPL +3.2%, NVDA +2.8%
- Top losers: TSLA -1.5%
- All-time return: +$4,234 (+20.8%)
User: "What's the price of Apple stock?"
Claude: I'll look up AAPL on Robinhood.
- Searches for AAPL
- Returns: Apple Inc (AAPL)
- Current price: $178.45
- Today's change: +$5.67 (+3.28%)
- 52-week range: $142.00 - $199.62
- Market cap: $2.81T
- P/E ratio: 28.5
User: "When are my next dividends?"
Claude: I'll check your dividend calendar.
- Navigates to dividends section
- Upcoming dividends:
- AAPL: $0.24/share on Feb 15 (12 shares = $2.88)
- VTI: $0.85/share on March 20 (45 shares = $38.25)
- KO: $0.46/share on April 1 (20 shares = $9.20)
- Total expected next 90 days: $50.33
After each interaction:
Suggest updates when: