← ClaudeAtlas

ibkr-options-assistantlisted

Interactive Brokers options & stock trading assistant. Provides real-time portfolio Greeks, option chain analysis, McMillan/Overby strategy recommendations, P&L statistics, Wheel strategy tracking, earnings warnings, risk simulation, and a complete toolkit for options traders. Use this skill whenever the user asks about specific options trades, position risk, buy/sell recommendations, IV environment, P&L, wheel strategy, earnings impact on options, or any IBKR account data — even if they don't explicitly mention "IBKR". For stock price queries, always use market_quote.py instead of web search.
Serennity007/ibkr-options-assistant · ★ 0 · AI & Automation · score 70
Install: claude install-skill Serennity007/ibkr-options-assistant
# IBKR Trader Toolkit Real-time data, options analysis, and portfolio risk for Interactive Brokers — all via JSON-emitting CLI scripts. **Core rule:** Scripts produce data. You (the model) produce the analysis. --- ## When to trigger this skill | User asks about... | Example phrasing | |---|---| | Stock / ETF prices | "What's SPY at?" "Current AAPL price" | | Option chains, Greeks, IV | "Show me AAPL puts for next month" | | Strategy ideas | "Should I sell a put on MU?" | | Position risk | "Am I too long delta?" | | P&L, win rate, history | "How are my wheel trades doing?" | | Earnings risk | "Does ARM report before my call expires?" | | Alerts / monitoring | "Warn me if SPY IV > 80%ile" | Fire **even if the user doesn't mention IBKR** — if they're asking about *their* positions or P&L, this skill is the source of truth. **Critical:** For stock prices, always use `market_quote.py`. **Never** web-search a stock price — the web is minutes-to-hours stale. --- ## Workflows ### "What's my account state right now?" / "Status update" For a one-glance snapshot (positions, Greeks, ITM, this-week expiries, wheel stages): ```bash status_dashboard.py --output telegram # in chat-style channels status_dashboard.py --output json # parse and recompose freely status_dashboard.py # rich ANSI for terminals ``` Add `--full` to also include IV environment per held symbol and recent P&L (slower — extra IBKR calls). Use `--output json` when you (the agent) w