← ClaudeAtlas

options-flowlisted

Surface unusual options activity across a watchlist as a Cheddar Flow / FlowAlgo-style stream. Each notable print rendered as a three-line block with kind (sweep vs block), premium, volume vs avg, volume vs OI (opening vs closing), price relative to NBBO, and inferred direction. Use when a trader is scanning for unusual flow, monitoring smart money, or hunting for actionable setups. Real-time on Options Business; ~15-min delayed on Options Developer.
rgourley/quant-garage · ★ 6 · Data & Documents · score 66
Install: claude install-skill rgourley/quant-garage
# options-flow You hand over a watchlist. The skill scans each name's options chain, filters for unusual activity (high volume vs 30-day avg, volume above open interest, premium thresholds), classifies each print as a sweep or block, infers direction from where the trade printed in the NBBO, and emits a Cheddar Flow / FlowAlgo-style stream of the top N most actionable prints. This is the "what's smart money doing right now" workflow. Unlike a chain viewer or screener, options-flow ranks prints by signal quality rather than raw volume, ships the methodology with the output, and emits both JSON and human-readable formats from one analysis. ## When to invoke - A trader is starting their session and wants the day's unusual flow - A PM is checking whether options activity confirms a thesis - The user says "what's the flow on NVDA today", "any unusual options activity in TSLA", or "scan flow on my watchlist" - A discretionary trader is hunting for sympathy plays off a major print ## What you need - A watchlist of tickers (default: AAPL, NVDA, TSLA, AMD, SPY) - `MASSIVE_API_KEY` exported in the environment - Options Developer plan minimum (Options Business for real-time) The skill runs at three fidelity tiers. The chosen tier is flagged in the output JSON as `tier`. - **Tier A (real-time):** Options Business + Stocks Business. Tape is live, sweeps detected within seconds, IV and OI fresh. The output matches what Cheddar Flow / FlowAlgo show their subscribers. - **Tier