analyzing-options-flow

Installation
SKILL.md

Analyzing Options Flow

Overview

Track and analyze crypto options flow on centralized derivatives exchanges (Deribit, OKX, Bybit) to identify institutional positioning, gauge market sentiment, and detect unusual activity in BTC and ETH options markets.

Prerequisites

  • API credentials for at least one crypto derivatives exchange (Deribit API key recommended; OKX or Bybit as alternatives)
  • Python 3.8+ with requests and websocket-client libraries installed
  • Optional: pandas and numpy for advanced statistical analysis of flow data
  • Understanding of options terminology: strike price, expiry, implied volatility, delta, gamma, open interest, and premium
  • Network access to exchange WebSocket feeds for real-time flow monitoring

Instructions

  1. Load exchange API credentials from ${CLAUDE_SKILL_DIR}/config/crypto-apis.env using the Read tool to authenticate against derivatives exchange endpoints.
  2. Run Bash(crypto:options-*) to connect to the Deribit options data feed and pull the current options chain for BTC or ETH, including all active strikes and expiries.
  3. Retrieve open interest data across all strike prices and expiration dates to build an open interest heatmap showing where positions are concentrated.
  4. Calculate the aggregate put/call ratio by volume and by open interest to assess overall market sentiment (ratio above 1.0 indicates bearish bias; below 1.0 indicates bullish).
Related skills
Installs
44
GitHub Stars
2.2K
First Seen
Feb 6, 2026