crypto-kline-analysis
Installation
SKILL.md
Crypto K-line Analysis Skill
An intelligent AI skill that performs comprehensive cryptocurrency technical analysis using real-time data from Binance API.
🚀 Quick Usage
For AI Agents calling this skill:
# Analyze BTC/USDT (default - full analysis)
python crypto_analyzer.py
# Analyze specific trading pair
python crypto_analyzer.py ETH/USDT
# Long-term analysis only (4h + daily)
python crypto_analyzer.py BTC/USDT long
# Short-term analysis only (15m + 1h)