robinhood

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Robinhood Skill

Robinhood Skill

Overview

概述

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.
让Claude能够访问Robinhood以查看投资组合表现、查询股票和加密货币价格、研究投资项目以及监控持仓情况。注意:Claude无法执行交易或转账操作。

Quick Install

快速安装

bash
curl -sSL https://canifi.com/skills/robinhood/install.sh | bash
Or manually:
bash
cp -r skills/robinhood ~/.canifi/skills/
bash
curl -sSL https://canifi.com/skills/robinhood/install.sh | bash
或手动安装:
bash
cp -r skills/robinhood ~/.canifi/skills/

Setup

配置

Configure via canifi-env:
bash
undefined
通过canifi-env进行配置:
bash
undefined

First, ensure canifi-env is installed:

首先,确保已安装canifi-env:

canifi-env set ROBINHOOD_EMAIL "your-email@example.com"
undefined
canifi-env set ROBINHOOD_EMAIL "your-email@example.com"
undefined

Privacy & Authentication

隐私与认证

Your credentials, your choice. Canifi LifeOS respects your privacy.
您的凭证,由您掌控。Canifi LifeOS尊重您的隐私。

Option 1: Manual Browser Login (Recommended)

选项1:手动浏览器登录(推荐)

If you prefer not to share credentials with Claude Code:
  1. Complete the Browser Automation Setup using CDP mode
  2. Login to the service manually in the Playwright-controlled Chrome window
  3. Claude will use your authenticated session without ever seeing your password
如果您不想与Claude Code共享凭证:
  1. 使用CDP模式完成浏览器自动化配置
  2. 在Playwright控制的Chrome窗口中手动登录该服务
  3. Claude将使用您的已认证会话,且绝不会看到您的密码

Option 2: Environment Variables

选项2:环境变量

If you're comfortable sharing credentials, you can store them locally:
bash
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.
如果您愿意共享凭证,可以将其存储在本地:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
注意:存储在canifi-env中的凭证仅能在您的本地机器上访问,绝不会被传输。

Capabilities

功能

  • View portfolio value and performance
  • Check individual stock and crypto prices
  • Research company fundamentals
  • View watchlists and price alerts
  • Check dividend history and upcoming payments
  • Monitor options positions and values
  • 查看投资组合价值及表现
  • 查询个股和加密货币价格
  • 研究公司基本面
  • 查看关注列表和价格提醒
  • 查询股息历史记录及即将到账的分红
  • 监控期权持仓及价值

Usage Examples

使用示例

Example 1: Check Portfolio

示例1:查看投资组合

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%)
用户:“我的Robinhood投资组合情况如何?”
Claude:我将为您查看Robinhood投资组合。
- 通过Playwright MCP打开robinhood.com
- 导航至投资组合视图
- 返回结果:总价值:24,567.89美元
- 当日变动:+312.45美元(+1.29%)
- 涨幅最高:AAPL +3.2%,NVDA +2.8%
- 跌幅最高:TSLA -1.5%
- 历史总回报:+4,234美元(+20.8%)

Example 2: Check Stock Price

示例2:查询股票价格

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
用户:“苹果股票的价格是多少?”
Claude:我将在Robinhood上查询AAPL的价格。
- 搜索AAPL
- 返回结果:苹果公司(AAPL)
- 当前价格:178.45美元
- 当日变动:+5.67美元(+3.28%)
- 52周价格区间:142.00美元 - 199.62美元
- 市值:2.81万亿美元
- 市盈率:28.5

Example 3: View Dividend Schedule

示例3:查看股息日程

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
用户:“我的下一笔股息什么时候到账?”
Claude:我将为您查看股息日历。
- 导航至股息板块
- 即将到账的股息:
  - AAPL:2月15日每股0.24美元(12股=2.88美元)
  - VTI:3月20日每股0.85美元(45股=38.25美元)
  - KO:4月1日每股0.46美元(20股=9.20美元)
- 未来90天预计总股息:50.33美元

Authentication Flow

认证流程

  1. Navigate to robinhood.com via Playwright MCP
  2. Click "Log In" and enter email
  3. Enter password
  4. Handle 2FA via SMS or authenticator (required)
  5. May require device verification
  6. Maintain session for read-only access
  1. 通过Playwright MCP导航至robinhood.com
  2. 点击“登录”并输入邮箱
  3. 输入密码
  4. 通过短信或认证器完成二次验证(必填)
  5. 可能需要设备验证
  6. 维持会话以进行只读访问

Error Handling

错误处理

  • Login Failed: Retry, may need device approval
  • 2FA Required: Must complete - no bypass
  • Account Locked: Direct user to Robinhood support
  • Session Expired: Re-authenticate (frequent for security)
  • Rate Limited: Wait 2 minutes, retry
  • Market Closed: Show after-hours pricing
  • 登录失败:重试,可能需要设备授权
  • 需二次验证:必须完成,无法绕过
  • 账户锁定:引导用户联系Robinhood支持
  • 会话过期:重新认证(出于安全考虑,会话过期频繁)
  • 请求受限:等待2分钟后重试
  • 市场休市:显示盘后价格

Self-Improvement Instructions

自我优化说明

After each interaction:
  • Track common portfolio queries
  • Note price alert patterns
  • Log dividend tracking accuracy
  • Document UI changes
Suggest updates when:
  • Robinhood updates interface
  • New investment types added
  • Feature limitations change
  • Auth requirements update
每次交互后:
  • 记录常见的投资组合查询
  • 记录价格提醒模式
  • 记录股息追踪的准确性
  • 记录UI变更
在以下情况时建议更新:
  • Robinhood更新界面
  • 添加新的投资类型
  • 功能限制发生变化
  • 认证要求更新

Notes

注意事项

  • Claude CANNOT execute trades or transfers
  • All access is read-only for security
  • Robinhood has strict security requirements
  • Options data may be delayed
  • Crypto trades 24/7 but stocks have market hours
  • Fractional shares may show odd quantities
  • Tax documents available in February
  • Claude 无法执行交易或转账操作
  • 所有访问均为只读模式,以保障安全
  • Robinhood有严格的安全要求
  • 期权数据可能存在延迟
  • 加密货币可24/7交易,但股票有固定交易时间
  • 零碎股可能显示非整数数量
  • 税务文件将于2月提供