robinhood-connector
Installation
SKILL.md
Robinhood Connector (track D)
Routes the stock desk's orders to Robinhood agentic trading — notification-first, live behind a hard
gate. No order is placed that did not pass strategy-discovery-backtest (invariant #1).
Educational analysis, not financial advice. The agent proposes; a human disposes.
What Robinhood agentic trading is
Robinhood lets you connect a third-party AI agent to a dedicated Robinhood Agentic account over
MCP (Model Context Protocol). Endpoint: https://agent.robinhood.com/mcp/trading.
- Add to Claude Code:
claude mcp add robinhood-trading --transport http https://agent.robinhood.com/mcp/trading - Onboarding (user, desktop): authenticate the agent + create the Agentic account. The agent can then read all accounts/positions/orders and place trades. "You are ultimately responsible for the trades your AI agent places." Trades are confined to the dedicated Agentic account.
- The agent CAN execute without human approval if configured that way — we deliberately do NOT; we run notification-first and keep code-side caps.