TerminatrX/agenticTrader

An agent-driven equity trading system for Robinhood, built on the Robinhood MCP server. Claude orchestrates; a deterministic Python core makes every decision.

2Stars on the repository
6Mods indexed here, across every type
7d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

analyze-trade

01

TerminatrX/agenticTrader

Skill Claude CodeCodex

Run one full trading cycle for one or more symbols — fetch market data via Robinhood MCP, evaluate through the deterministic core, and report what the system would do. Use when the user asks to analyze a symbol, check for setups, scan the universe, or run a trading cycle. Never places an order on its own.

2 7d ago A 70 tokens

critique-trade

02

TerminatrX/agenticTrader

Skill Claude CodeCodex

Adversarially review a proposed trade before it is placed — challenge the thesis, hunt for the failure mode, and try to talk the system out of it. Use after analyze-trade produces an actionable signal and before any live order. Returns a verdict that can veto the trade.

2 7d ago A 62 tokens

review-performance

03

TerminatrX/agenticTrader

Skill Claude CodeCodex

Analyze the trading journal — realized performance, which risk gates are firing, whether the strategy edge is real or noise, and what to change. Use when the user asks how the system is doing, wants a post-mortem, or asks whether to go live.

2 7d ago A 56 tokens