← 返回 Skills 市场
ssidharhubble

Options Flow Intelligence

作者 ssyopro · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
47
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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.

安全使用建议
Before installing, confirm you are comfortable giving the skill access to an OptionWhales API key. The code appears purpose-aligned and only calls the stated OptionWhales API, but the source is unknown and the credential requirement is not fully reflected in registry metadata.
功能分析
Type: OpenClaw Skill Name: options-flow-intelligence Version: 1.0.0 The skill is a straightforward API client for fetching financial market data from 'api.optionwhales.com'. The Python script (scripts/optionflow.py) uses only standard libraries to perform authenticated GET requests and contains no evidence of data exfiltration, malicious execution, or prompt injection.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The bundled script is coherent with the stated purpose: it fetches market-wide, ticker, momentum, and abnormal-options-flow data from OptionWhales. It does require external API access and a provider API key.
Instruction Scope
The skill instructs the agent/user to run a local Python script through Bash, which is expected for this command-line data-fetching skill. No destructive or account-mutating actions are shown.
Install Mechanism
There is no install script or dependency installation, and the included Python code uses only the standard library. The source/homepage are not provided, so users should verify the publisher before supplying credentials.
Credentials
The skill requires OPTIONWHALES_API_KEY and sends it to api.optionwhales.com, which is proportionate to the stated OptionWhales integration. Registry requirements list no env vars or primary credential, so the credential requirement is under-declared in metadata.
Persistence & Privilege
The code does not install persistence, request elevated privileges, modify local state, or create background jobs. Documentation mentions cron only as a user-directed optional alerting setup.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install options-flow-intelligence
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /options-flow-intelligence 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of options-flow-intelligence - Provides real-time institutional options flow and momentum analytics for US equities. - Integrates with OptionWhales API to surface whale trades, momentum shifts, and abnormal activity. - Supports commands for market-wide flow, momentum rankings, abnormal trades, and single ticker analysis. - Outputs include intent_momentum scores, premium volumes, direction bias, and momentum rankings. - Simple setup with only Python 3.7+ and an OptionWhales API key required (no additional dependencies).
元数据
Slug options-flow-intelligence
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论