options-flowlisted
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