crypto-regime-report
Generate market regime reports for crypto perpetuals using Supertrend and ADX indicators. Use when the user asks for a regime check, market report, trend analysis, or scheduled morning/evening crypto updates. Reports include price action, trend direction/strength, funding rates, open interest, volume analysis, and BTC correlation for a configurable watchlist.
Why use this skill?
Automate crypto market analysis with the crypto-regime-report skill for OpenClaw. Get real-time updates on Supertrend, ADX, funding rates, and volume.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/heyztb/crypto-regime-reportWhat This Skill Does
The crypto-regime-report skill is a specialized analytical tool designed for traders and quantitative researchers using the OpenClaw agent. It provides a comprehensive, data-driven snapshot of perpetual futures market conditions. By leveraging technical indicators such as Supertrend and ADX (Average Directional Index), the skill identifies trend direction, strength, and regime classification (e.g., strong bull, ranging, weak bear). It aggregates complex market metrics including funding rates, open interest, volume statistics, and BTC correlation into a concise, actionable report, allowing users to assess market sentiment at a glance without manually checking multiple exchanges.
Installation
To integrate this skill into your OpenClaw environment, execute the command: clawhub install openclaw/skills/skills/heyztb/crypto-regime-report. Once installed, navigate to the skill's base directory to locate the references/config.example.json file. Copy this to config.json and update the watchlist with your preferred assets using the standard OKX perpetual swap format (e.g., BTC-USDT-SWAP). Ensure your system environment has the necessary Python dependencies installed to run the scripts located in the scripts/ directory.
Use Cases
This skill is ideal for morning market briefing routines, institutional-grade trade monitoring, and rapid regime validation. It is particularly useful for traders who need to filter noise during volatile periods or maintain a neutral, objective view on market direction. Whether you are performing a technical analysis audit or setting up recurring alerts to track leverage trends via Open Interest and funding rate shifts, this tool automates the heavy lifting of data consolidation.
Example Prompts
- "What's the current regime for BTC and ETH? Run a full market report for me."
- "Generate a weekly summary of the crypto market trends and identify any assets showing strong momentum."
- "Is the market trending or ranging right now? Give me a report with the latest funding rates and volume data."
Tips & Limitations
The report output is generated via stdout and requires an active internet connection to pull real-time perpetuals data from OKX. For optimal performance, ensure the adx and supertrend thresholds are calibrated to your specific trading timeframe in the config.json file. Note that security restrictions prohibit absolute path access for configurations; always keep custom configs within the designated references/ folder. While the skill provides robust technical snapshots, it should be used in conjunction with broader fundamental analysis and risk management protocols.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-heyztb-crypto-regime-report": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, external-api, code-execution