

I made Claude my trading analyst, not my trader — here's the Skill (open source)
I open-sourced my personal trading setup: Agentic Trading Desk — a Claude Code Skill for short-term technical analysis on stocks and ETFs via the Robinhood MCP protocol.
The core idea: The AI fetches data and presents analysis. Python scripts do the math. You decide and approve every order.
Claude doesn't estimate indicators — it calls deterministic Python scripts (stdlib only, no dependencies) that calculate EMAs, RSI (Wilder's), MACD, TRIX, Bollinger Bands, and a cross-asset macro regime from 7 ETFs + the yield curve. Everything is scored through a Three-Pillar Framework (Trend / Momentum / Macro-Sentiment, each -2 to +2) that outputs a concrete decision: EXIT, RE-ENTRY, TACTICAL REBOUND, WAIT, STAY OUT, etc.
No hallucinated math. No blind automation. Guardrails are non-negotiable (protected positions, T+1 settlement, simulation before every order).
🔗 Repo with full docs + architecture: github.com/Oft3r/agentic-trading-desk
Not financial advice — every decision passes through you.