What problem does it solve?
Monitoring a Robinhood Agentic brokerage account and executing occasional trades normally requires manual dashboard checks and order entry. This Skill connects to the Robinhood Trading MCP server to report portfolio value, buying power, positions, and order history on demand, and can place a single explicitly instructed trade.
Core Features & Use Cases
- Portfolio Reporting: Reads portfolio value, buying power, positions with cost basis and unrealized P/L, and open orders, then delivers a concise notification.
- Order History: Retrieves the most recent N orders with status, side, symbol, quantity, and fill price via the
orders[:N] branch.
- Guarded Trade Execution: Places exactly one order only when the input explicitly starts with
trade:, with validation of side, symbol, and size, plus sanity checks against positions and buying power.
- Use Case: Ask for a morning portfolio snapshot to see day change and concentration, or issue
trade: buy $50 of AAPL to place a single market order with the order ID captured verbatim.
Quick Start
Ask the agent to show my Robinhood portfolio report including positions, buying power, and open orders.