Crypto Market Monitor
by @kjjjj0
Comprehensive cryptocurrency market monitoring and economic data analysis. Use when tracking crypto prices, market sentiment, economic data releases, or anal...
clawhub install crypto-market-publishš About This Skill
name: crypto-market description: Comprehensive cryptocurrency market monitoring and economic data analysis. Use when tracking crypto prices, market sentiment, economic data releases, or analyzing how economic indicators impact crypto markets. Supports price alerts, economic calendar management, actual value updates, and automated reporting. After installation, run from your crypto workspace (default path in INSTALL.md).
Crypto Market Monitor
Complete cryptocurrency market monitoring system with price tracking, economic data releases, and impact analysis.
Installation
Quick install:
clawhub install crypto-market
For manual installation, see INSTALL.md.
Quick Start
Price Monitoring
Monitor 13 major cryptocurrencies (BTC, ETH, XRP, BNB, SOL, ADA, AVAX, DOGE, TRX, LINK, SUI, WLFI, XAUT) with real-time prices, volatility alerts (±5%), market sentiment analysis, and EMA technical indicators.From your crypto workspace:
cd scripts
python3 crypto_monitor_telegram.py
Economic Data Reports
View upcoming economic data releases (7-day forecast) with importance levels (high/medium) and countdown timers.From your crypto workspace:
cd economic
python3 daily_economic_report_v2.py
Economic Data Analysis
Update Actual Values
When economic data is released, update actual values to trigger automatic bullish/bearish analysis.From your crypto workspace:
cd economic
python3 update_economic_data.py update "ę°ę®åē§°" "å®é
å¼" --datetime "ååøę¶é“"
Examples:
# CPI data (lower is bullish)
python3 update_economic_data.py update "CPI ę¶č“¹č
ä»·ę ¼ęę°" "2.1%" --datetime "2026-03-13 21:30"NFP data (higher is bullish)
python3 update_economic_data.py update "éåå°±äøę°ę®" "+280K" --datetime "2026-03-14 21:30"GDP data (higher is bullish)
python3 update_economic_data.py update "GDP å£åŗ¦ę„å" "1.8%" --datetime "2026-03-20 21:30"Unemployment rate (lower is bullish)
python3 update_economic_data.py update "失äøē" "4.0%" --datetime "2026-03-14 21:30"
Quick Analysis (No Save)
Analyze data impact without saving to database.python3 update_economic_data.py analyze "ę°ę®åē§°" "å®é
å¼" "é¢ęå¼" "åå¼"
Example:
python3 update_economic_data.py analyze "CPI" "2.1%" "2.3%" "2.4%"
View Updated Data
Check all economic data with actual values.python3 update_economic_data.py list
Bullish/Bearish Analysis
Bullish Indicators (Higher is Bullish) š¢
Rule: Actual > Expected (+2%+) = Bullish
Bearish Indicators (Lower is Bullish) š¢
Rule: Actual < Expected (-2%+) = Bullish (pressure relief)
Scheduled Reports
Daily Economic Report
Comprehensive Monitoring
Default Workspace Structure
crypto/ # Your crypto workspace
āāā economic/ # Economic data scripts
āāā scripts/ # Monitoring scripts
āāā data/ # Data storage (actual_data.json)
āāā logs/ # Log files
Data Types
High Importance
Medium Importance
See data-types.md for detailed information on each indicator.
Scripts
Core modules (in economic/):
economic_calendar.py - Economic calendar managementeconomic_analyzer.py - Bullish/bearish analysis engineupdate_economic_data.py - Actual value managementMonitoring (in scripts/):
crypto_monitor_telegram.py - Price monitoring + economic dataReferences:
Customization
Change Workspace
Edit paths in scripts or create a config file. See INSTALL.md for details.Modify Alert Threshold
Editscripts/crypto_monitor_telegram.py:
ALERT_THRESHOLD = 5.0 # Change to your preferred threshold
Add/Remove Tokens
Editscripts/crypto_monitor_telegram.py TOKENS dictionary.Important Notes
1. Timezone: All times are Asia/Shanghai (Beijing Time)
2. Data Storage: Actual values saved to data/actual_data.json
3. Impact Analysis: Automatic bullish/bearish determination based on actual vs expected deviation
4. Alert Thresholds: Price volatility alerts trigger at ±5% change
For detailed installation, customization, and usage scenarios, see INSTALL.md and usage-examples.md.
š” Examples
Price Monitoring
Monitor 13 major cryptocurrencies (BTC, ETH, XRP, BNB, SOL, ADA, AVAX, DOGE, TRX, LINK, SUI, WLFI, XAUT) with real-time prices, volatility alerts (±5%), market sentiment analysis, and EMA technical indicators.From your crypto workspace:
cd scripts
python3 crypto_monitor_telegram.py
Economic Data Reports
View upcoming economic data releases (7-day forecast) with importance levels (high/medium) and countdown timers.From your crypto workspace:
cd economic
python3 daily_economic_report_v2.py