Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: What's the regime on BTC and ETH right now?
- 1Runs regime_report.py for the configured watchlist
- 2Fetches daily OHLCV data from OKX API for each asset
- 3Calculates Supertrend direction and ADX strength
- 4Fetches current funding rates and open interest from OKX
- 5Outputs formatted report with regime classification, volume, and correlation data
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