LaunchKit · 2026
Back to Skills

crypto-regime-report

Generate market regime reports for crypto perpetuals using Supertrend and ADX indicators.

0
0 downloads
by @heyztb

Setup & Installation

openclaw skills install @heyztb/crypto-regime-report

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install crypto-regime-report

What This Skill Does

Generates market regime reports for crypto perpetual futures using Supertrend and ADX indicators. Each report covers price action, trend direction and strength, funding rates, open interest, volume, and BTC correlation for a configurable asset watchlist. Supports daily and weekly report modes with optional scheduled delivery.

Pulls trend direction, trend strength, funding rates, and open interest into one formatted report using free public APIs with no key required.

When to use it

  • Morning check on whether BTC is trending or ranging before opening trades
  • Reviewing funding rates and open interest across a custom altcoin watchlist
  • Scheduling automated regime reports at 6am and 3pm daily
  • Getting a Friday weekly summary of trend conditions across perpetuals
  • Quickly checking if ETH is in a strong bull, weak bull, or ranging regime

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: What's the regime on BTC and ETH right now?

AGENT
  1. 1Runs regime_report.py for the configured watchlist
  2. 2Fetches daily OHLCV data from OKX API for each asset
  3. 3Calculates Supertrend direction and ADX strength
  4. 4Fetches current funding rates and open interest from OKX
  5. 5Outputs formatted report with regime classification, volume, and correlation data
OUTPUT

Formatted report showing BTC as Strong Bull (ADX 31, +2.1% from Supertrend), ETH as Weak Bull (ADX 22), funding rates, OI in $B, and BTC correlation for each asset