/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install options-flow-intelligence - 安装完成后,直接呼叫该 Skill 的名称或使用
/options-flow-intelligence触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 47 次。
如何安装 Options Flow Intelligence?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install options-flow-intelligence」即可一键安装,无需额外配置。
Options Flow Intelligence 是免费的吗?
是的,Options Flow Intelligence 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Options Flow Intelligence 支持哪些平台?
Options Flow Intelligence 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Options Flow Intelligence?
由 ssyopro(@ssidharhubble)开发并维护,当前版本 v1.0.0。