ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

crypto-market-analyzer

Cryptocurrency market analysis for Bitcoin and Ethereum. Fetches 4h (24h) and 1d (30-day) data from Binance API, calculates technical indicators (RSI, SMAs, support/resistance), and provides bullish/bearish sentiment analysis with reasoning. Use when user asks for crypto market reports, BTC/ETH analysis, or daily market summaries.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hmzo/crypto-market-analyzer
Or

What This Skill Does

The Crypto Market Analyzer skill provides in-depth market analysis for Bitcoin (BTC) and Ethereum (ETH). It connects to the Binance public API to fetch historical price data for both 4-hour (24-hour analysis) and daily (30-day analysis) intervals. The skill calculates key technical indicators including the Relative Strength Index (RSI), 20-day and 50-day Simple Moving Averages (SMAs), and identifies crucial support and resistance levels. It also tracks price changes over the past 24 hours and 7 days. Based on these technical indicators, the skill generates a sentiment analysis, classifying the market as Bullish, Bearish, or Neutral, and provides a confidence score for its assessment. The output is available in a structured JSON format, which can then be used to generate user-friendly, human-readable reports detailing the analysis and reasoning behind the sentiment.

Installation

To install the Crypto Market Analyzer skill, use the following command:

clawhub install openclaw/skills/skills/hmzo/crypto-market-analyzer

This command will download and set up the skill within your OpenClaw environment. For automated daily reports, configure OpenClaw's cron scheduler to run the analysis script and format the output as described in the skill's documentation.

Use Cases

This skill is ideal for traders, investors, or anyone interested in understanding the current market sentiment and technical outlook for Bitcoin and Ethereum. It automates the process of gathering and analyzing data, saving significant time and effort. The skill is particularly useful for:

  • Daily Market Summaries: Get a quick, yet comprehensive, overview of BTC and ETH market conditions.
  • Technical Analysis: Understand the key technical indicators and their implications for price movement.
  • Sentiment Gauging: Assess whether the market sentiment is leaning bullish or bearish.
  • Automated Reporting: Schedule daily reports to stay updated without manual intervention.

Example Prompts

  • "Can you give me a crypto market report for Bitcoin and Ethereum today?"
  • "Analyze the current market sentiment for BTC and ETH based on technical indicators."
  • "What's the 24-hour and 30-day outlook for Bitcoin?"

Tips & Limitations

  • Data Source: The skill relies on the Binance Public API. Ensure you are aware of any potential API changes or rate limits, although current usage is well within limits.
  • Timeframes: The analysis covers 24-hour and 30-day periods. For longer-term or very short-term (intraday) analysis, this skill might not be sufficient.
  • Indicator Interpretation: While the skill calculates standard indicators, market conditions can be complex. The sentiment is a derived output and should be considered alongside other market factors and your own analysis.
  • No Prediction: This skill provides analysis based on historical data and current indicators; it does not predict future prices with certainty.
  • Customization: For advanced customization or different coin support, you might need to modify the underlying script or explore other skills.

Metadata

Author@hmzo
Stars2387
Views17
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-hmzo-crypto-market-analyzer": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crypto#finance#market analysis#bitcoin#ethereum
Safety Score: 4/5

Flags: external-api, code-execution, data-collection