options-flow-analyzer

Track institutional options flow, unusual activity, and smart money movements

View on GitHub
Author Jeremy Longshore
Namespace @jeremylongshore/claude-code-plugins-plus
Category crypto
Version 1.0.0
Stars 1,193
Downloads 2
self.md verified
Table of content

Track institutional options flow, unusual activity, and smart money movements

Installation

npx claude-plugins install @jeremylongshore/claude-code-plugins-plus/options-flow-analyzer

Contents

Folders: commands, skills

Files: LICENSE, README.md

Documentation

Track institutional options flow, unusual options activity, and smart money movements with advanced flow analysis and gamma exposure calculations.

Features

Institutional Flow Tracking

Unusual Activity Detection

Gamma Analysis

Real-Time Alerts

Installation

/plugin install options-flow-analyzer@claude-code-plugins-plus

Usage

Analyze Options Flow

/analyze-flow

I'll analyze options flow for you. Configuration:
- Symbol: SPY
- Timeframe: 1 day
- Min Premium: $100,000
- Flow Type: Both calls and puts

Monitor Real-Time Flow

/monitor-flow SPY QQQ

Starting real-time flow monitoring for:
- SPY: S&P 500 ETF
- QQQ: NASDAQ ETF
- Alert threshold: $500K premium
- Update frequency: 5 seconds

Gamma Exposure Analysis

/gamma-analysis TSLA

Calculating gamma exposure for TSLA:
- Net dealer gamma
- Gamma flip points
- Critical hedging levels
- Max pain calculation

Configuration

Create a .options-flow.json configuration file:

{
  "flow": {
    "minPremium": 100000,
    "institutionalThreshold": 1000000,
    "unusualVolumeMultiple": 5,
    "sweepDetection": true,
    "darkPoolTracking": true
  },
  "monitoring": {
    "updateInterval": 5000,
    "symbols": ["SPY", "QQQ", "IWM", "AAPL", "TSLA"],
    "alertThresholds": {
      "premium": 500000,
      "volume": 10000,
      "volumeRatio": 10
    }
  },
  "gamma": {
    "calculateInterval": 60000,
    "criticalLevels": true,
    "hedgingZones": true,
    "vannaFlows": true
  },
  "alerts": {
    "console": true,
    "webhook": "https://your-webhook-url.com",
    "email": "alerts@yourdomain.com"
  }
}

Commands

Flow Analysis

CommandDescriptionShortcut
/analyze-flowComprehensive flow analysisaf
/monitor-flowReal-time flow monitoringmf
/unusual-optionsUnusual activity scanneruo

Gamma Analysis

CommandDescriptionShortcut
/gamma-analysisCalculate gamma exposurega
/max-painFind max pain levelsmp
/dealer-positioningAnalyze dealer hedgingdp

Smart Money

CommandDescriptionShortcut
/smart-moneyTrack institutional flowsm
/whale-tradesLarge premium tradeswt
/sweep-trackerMonitor sweep ordersst

Flow Metrics Explained

Put/Call Ratio

Premium Ratio

Ratio of call premium to put premium:

Volume Ratio

Current volume vs average:

Unusual Activity Signals

Sweep Orders

Block Trades

Opening Positions

Complex Spreads

Gamma Exposure Metrics

Net Gamma Exposure (GEX)

Positive GEX: Market makers long gamma → Volatility suppression
Negative GEX: Market makers short gamma → Volatility expansion

Gamma Flip Point

Price level where dealer gamma exposure flips from positive to negative:

Max Pain

Strike price where most options expire worthless:

…(truncated)

Included Skills

This plugin includes 1 skill definition:

analyzing-options-flow

|

View skill definition

Analyzing Options Flow

Overview

This skill provides automated assistance for the described functionality.

Prerequisites

Before using this skill, ensure you have:

Instructions

  1. Use Read tool to load API credentials from {baseDir}/config/crypto-apis.env
  2. Configure blockchain RPC endpoints for target networks
  3. Set up exchange API connections if required
  4. Verify rate limits and subscription tiers
  5. Test connectivity and authentication
  6. Use Bash(crypto:options-*) to execute crypto data queries
  7. Fetch real-time prices, volumes, and market cap data
  8. Query blockchain for on-chain metrics and transactions
  9. Retrieve exchange order book and trade history
  10. Aggregate data from multiple sources for accuracy

See {baseDir}/references/implementation.md for detailed implementation guide.

Output

Error Handling

See `{baseDir}

…(truncated)

Source

View on GitHub

Tags: crypto optionsflowinstitutionaltradingderivativessmart money