ibkr-options-assistantlisted
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