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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hmzo/crypto-market-analyzerWhat 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
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-hmzo-crypto-market-analyzer": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, code-execution, data-collection
Related Skills
crypto-4h-trade-brief
每4小时输出一次 BTC/ETH 行情复盘与可执行建议。基于 crypto-market-analyzer 的最新4h+1d数据,给出欧易(OKX)合约与现货网格的手填参数(区间、触发条件、止损止盈、仓位建议)。当用户要求“每4小时分析”“给欧易手填参数”“合约+网格参数建议”时使用。
x-hot-topics-daily
每日追踪并推送 X(x.com)热点话题新闻简报。用于用户要求“每天定时看 X 热点”“按指定话题抓取热门帖”“用 browser 方式监控 X 趋势”时。默认覆盖 AI、LLM、社会热点(中国/新加坡/美国)五个主题。重点输出“最低成本 know-what 版”:2 条必知 + 3 条可忽略 + 10 分钟行动,帮助用户抗 FOMO,而不是只罗列标题。
crypto-learning
加密货币自学系统。每天早上9点自动推送学习内容;每次调用都必须产出小白友好、可直接学习的详细报告(不是只给标题),并通过 web_search 检索并整合最新资料。包含完整学习大纲(小白向、投资向、进阶投资三个阶段),支持进度跟踪、跳过与重置。
macro-monitor
每日宏观数据监控和推送。自动浏览免费数据源(Trading Economics、FRED、国家统计局、央行官网、财联社等),整理整合过去24小时发布的宏观数据和政策信息,并推送给用户。通过 cron 每天晚上10点自动触发。