Personal trading desk for short-term technical analysis on stocks/ETFs via Robinhood MCP. ALWAYS USE IT whenever the user asks to analyze a ticker, review positions, decide entries/exits/rebuys, calculate indicators (EMA/RSI/MACD/TRIX/Bollinger), score with the three-pillar framework, read the macro regime, or manage the Agentic account — even if he doesn't explicitly name the skill. Compute all indicators using deterministic code (never by eye) from raw Robinhood bars, apply the exit-on-exhaustion / re-enter-on-rebound logic, and respect account guardrails. Do not execute orders without explicit confirmation from the user.
$npx -y skills add oft3r/agentic-trading-desk --skill agentic-trading-deskInstalls into the current project.
Run `npx skills use "https://github.com/oft3r/agentic-trading-desk" --skill "oft3r/agentic-trading-desk"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/oft3r/agentic-trading-desk" that are relevant to the current task. Run `npx skills add "https://github.com/oft3r/agentic-trading-desk"` and select the relevant skills, then follow their instructions.