crypto-market-analyzerCryptocurrency 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 ClawdBot CLI:
clawdbot install hmzo/crypto-market-analyzerThis skill provides automated cryptocurrency market analysis for Bitcoin (BTC) and Ethereum (ETH).
Run the analysis script:
python3 scripts/fetch_crypto_data.py
Output format (JSON):
{
"BTCUSDT": {
"indicators": {
"current_price": 43250.50,
"sma_20": 42800.00,
"sma_50": 41500.00,
"rsi": 58.3,
"support": 42000.00,
"resistance": 44000.00,
"price_change_24h": 2.5,
"price_change_7d": 5.8
},
"sentiment": {
"sentiment": "Bullish (看涨)",
"confidence": 0.75,
"reasons": [
"RSI (58.3) shows bullish momentum",
"Price above both SMAs (20d and 50d) - bullish trend",
"Strong 24h gain (2.50%) - bullish"
]
},
"timestamp": "2026-02-11T14:38:00"
},
"ETHUSDT": { ... }
}
To create a user-friendly report, use the JSON output and format it:
📊 加密货币市场分析报告
生成时间: 2026-02-11 14:38
## 比特币 (BTC)
💰 当前价格: $43,250.50
📈 24h涨跌: +2.5%
📊 7日涨跌: +5.8%
### 技术指标
- RSI (14): 58.3
- SMA 20: $42,800
- SMA 50: $41,500
- 支撑位: $42,000
- 阻力位: $44,000
### 市场判断
🎯 趋势: 看涨 (Bullish)
📊 置信度: 75%
📝 分析理由:
- RSI (58.3) 显示多头动能
- 价格位于20日和50日均线上方 - 上升趋势
- 24小时涨幅强劲 (2.50%) - 多头信号
## 以太坊 (ETH)
...
This skill is designed for daily automated execution at 10:00 AM (UTC+8).
To schedule via OpenClaw cron:
# Create a cron job to run daily at 10:00 AM UTC+8
# This corresponds to 02:00 UTC
The cron job should:
/api/v3/klinesSentiment is determined by combining multiple signals:
Each signal contributes to a bullish/bearish score, which determines:
To add more cryptocurrencies:
Edit scripts/fetch_crypto_data.py and modify the symbols list:
symbols = ["BTCUSDT", "ETHUSDT", "SOLUSDT", "ADAUSDT"]
To add more indicators:
Extend the calculate_technical_indicators() function with additional calculations (MACD, Bollinger Bands, etc.).
To customize sentiment logic:
Modify the analyze_sentiment() function to adjust weighting and thresholds.
Generated Mar 1, 2026
Provides automated daily market analysis reports for Bitcoin and Ethereum, helping retail investors track trends and sentiment without manual technical analysis. It can be integrated into investment apps or newsletters to deliver structured insights on price movements, indicators, and confidence levels.
Enhances automated trading bots by supplying real-time technical indicators like RSI and SMAs to inform buy/sell decisions. The sentiment analysis can trigger alerts or adjust trading parameters based on bullish/bearish signals, improving strategy responsiveness.
Generates data-driven market summaries for news platforms or blogs, offering up-to-date analysis on BTC and ETH. The human-readable report format can be automated to produce daily articles or social media posts, saving editorial time.
Integrates into dashboards used by crypto funds or asset managers to monitor key metrics and sentiment for Bitcoin and Ethereum. It supports decision-making with automated reports on trends, support/resistance levels, and confidence scores.
Serves as a teaching aid in online courses or workshops, demonstrating real-world technical analysis with live data from Binance. Students can analyze outputs to learn about indicators, sentiment logic, and market reporting.
Offers the analysis as a paid API, charging monthly fees for access to structured JSON reports and sentiment data. Targets fintech startups or trading platforms needing reliable crypto insights without building in-house tools.
Provides basic Bitcoin and Ethereum analysis for free, with premium tiers unlocking more cryptocurrencies, advanced indicators, or higher-frequency data. Monetizes through upgrades and enterprise licenses.
Licenses the skill as a customizable white-label product for banks, brokers, or investment apps to embed crypto analysis. Revenue comes from one-time setup fees and ongoing support contracts.
💬 Integration Tip
Use the provided JSON output format to easily integrate with web apps or dashboards, and schedule execution via cron jobs for automated daily reports.
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock scoring, viral trend detection (Hot Scanner), and rumor/early signal detection. Use for stock analysis, portfolio tracking, earnings reactions, crypto monitoring, trending stocks, or finding rumors before they hit mainstream.
Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.
Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
Become an autonomous prediction market trader on Polymarket with AI-powered analysis and a performance-backed token on Base. Trade real markets, build a track record, and let the buyback flywheel run.
Get cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API. Use when user asks for token price, crypto price, price chart, or cryptocurrency market data.
Trade and monitor Hyperliquid perpetual futures. Check balances, view positions with P&L, place/cancel orders, execute market trades. Use when the user asks about Hyperliquid trading, portfolio status, crypto positions, or wants to execute trades on Hyperliquid.