/install options-flow-intelligence
Options Flow Intelligence
Fetches real-time institutional options flow data from the OptionWhales API to detect whale trades, momentum shifts, and abnormal activity across US equities.
Setup
Set your API key:
export OPTIONWHALES_API_KEY="your_key_here"
Commands
# Market-wide flow (top 20 by momentum)
python scripts/optionflow.py flow
# Top momentum stocks
python scripts/optionflow.py momentum
# Abnormal trades (potential insider activity)
python scripts/optionflow.py abnormal
# Specific ticker deep dive
python scripts/optionflow.py ticker AAPL
python scripts/optionflow.py ticker TSLA
python scripts/optionflow.py ticker NVDA
Output Interpretation
- Signal scores range from 0-100, higher = stronger institutional conviction
- Direction shows whether smart money is buying calls (bullish) or puts (bearish)
- Premium shows total dollar value of options activity
- Momentum rankings show which stocks have the strongest options activity today
Integration with Trading Systems
The JSON output can be piped to other tools:
python scripts/optionflow.py flow | grep "BULLISH" | head -5
Use in automated alerting by setting up cron jobs or integrating with notification systems.
Data Freshness
Data refreshes every few minutes. For real-time streaming, consider the WebSocket API which is available on OptionWhales Pro plans. The current script focuses on REST API polling which is suitable for most use cases without requiring WebSocket infrastructure.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install options-flow-intelligence - After installation, invoke the skill by name or use
/options-flow-intelligence - Provide required inputs per the skill's parameter spec and get structured output
What is Options Flow Intelligence?
Real-time institutional options flow intelligence and momentum analysis for AI agents. Fetches live option flow data from OptionWhales API including current... It is an AI Agent Skill for Claude Code / OpenClaw, with 47 downloads so far.
How do I install Options Flow Intelligence?
Run "/install options-flow-intelligence" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Options Flow Intelligence free?
Yes, Options Flow Intelligence is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Options Flow Intelligence support?
Options Flow Intelligence is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Options Flow Intelligence?
It is built and maintained by ssyopro (@ssidharhubble); the current version is v1.0.0.