A sophisticated AI skill that classifies crypto market conditions into specific risk regimes to inform trading strategy and portfolio allocation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install crypto-macro-regime
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install crypto-macro-regime using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Crypto Macro Regime Classifier is a specialized tool designed to provide institutional-grade market context for cryptocurrency traders and developers. By synthesizing data from multiple sources like the Fear & Greed Index, Reddit sentiment, and BTC dominance, this Openclaw Skills entry helps users determine whether the market is in a Risk-On, Risk-Off, Neutral, or Extreme Fear phase.
This skill is essential for anyone looking to automate their market analysis and ensure their trading bias aligns with the prevailing macro environment. It reduces the noise of short-term volatility by focusing on high-level signals that drive long-term price action, making it a vital part of any developer's Openclaw Skills library.
To get started with this skill, ensure your environment is configured to support external API calls for sentiment data. Use the following commands to integrate it into your workflow:
# Install the crypto-macro-regime skill using the skill manager
openclaw install crypto-macro-regime
# Run a test classification to ensure data sources are reachable
openclaw run crypto-macro-regime --test
The skill organizes market data into a structured taxonomy to ensure clear decision-making. The output follows this schema:
| Field | Description | Type |
|---|---|---|
| regime | Current label (Risk On, Neutral, Risk Off, Extreme Fear) | String |
| fg_index | Fear & Greed numerical value (0-100) | Integer |
| bias_adjustment | Numerical multiplier for position sizing (e.g., +0.10) | Float |
| macro_drivers | Key drivers such as Fed policy or hack risks | Array |
| portfolio_alloc | Recommended percentage of capital to deploy | String |
Loading
A high-performance technical analysis tool that scans 20 Binance spot pairs and ranks them by real-time signal strength.

A sophisticated prediction market betting engine designed to identify edge and optimize stakes using the Kelly criterion.

A comprehensive AI agent tool for managing Bitcoin Lightning Network wallets via the LNbits API with integrated safety protocols.

A pre-install security gate that scans ClawHub skills for prompt injections and malicious payloads using mcp-scan.

A comprehensive daily crypto market intelligence tool providing TA signals, sentiment analysis, and trade ideas.

An autonomous scanner that analyzes and ranks DeFi yield opportunities across multiple protocols and Layer 2 networks.








































