Analyze cryptocurrency support and resistance levels. Use when users ask about crypto price analysis, support/resistance levels, technical analysis for BTC, ETH, or other cryptocurrencies. Provides current price, key levels, and trading insights for crypto pairs like BTC-USDT, ETH-USDT.
69
Quality
67%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./public/skills/362224222/crypto-levels/SKILL.mdAsk about any cryptocurrency pair:
BTC-USDT 支撑位压力位
ETH-USDT 技术分析
SOL-USDT 当前价格和关键水平Note: Full list in SUPPORTED_PAIRS.md
The skill uses multiple data sources to calculate support and resistance levels:
1. Fetch current price and 24h data
2. Calculate recent highs/lows
3. Apply technical indicators
4. Generate support/resistance levels
5. Provide trading insightsUser: "BTC-USDT 支撑位压力位"
Response:
📊 BTC-USDT 技术分析
💰 当前价格: $67,500
📈 24h变化: +2.5%
🔴 压力位 (Resistance):
• R1: $68,200 (近期高点)
• R2: $69,500 (心理关口)
• R3: $71,000 (历史阻力)
🟢 支撑位 (Support):
• S1: $66,800 (日内低点)
• S2: $65,500 (MA50)
• S3: $64,000 (强支撑)
💡 交易建议: 短期看涨,关注$68,200突破User: "ETH-USDT 详细技术分析"
Response:
📊 ETH-USDT 详细技术分析
💰 当前价格: $3,450
📈 24h变化: +3.2%
📉 7d变化: -1.5%
🔴 压力位 (Resistance):
• R1: $3,500 (心理关口)
• R2: $3,600 (近期高点)
• R3: $3,750 (斐波那契扩展)
🟢 支撑位 (Support):
• S1: $3,400 (日内支撑)
• S2: $3,300 (MA100)
• S3: $3,200 (强支撑区)
📊 技术指标:
• RSI: 62 (中性偏强)
• MACD: 金叉向上
• MA50: $3,350 (支撑)
💡 市场情绪: 看涨
💡 交易建议: 回调买入,突破追涨User: "BTC, ETH, SOL 的支撑位"
Response:
📊 多币种支撑位分析
BTC-USDT ($67,500)
• 支撑: $66,800, $65,500, $64,000
• 压力: $68,200, $69,500, $71,000
ETH-USDT ($3,450)
• 支撑: $3,400, $3,300, $3,200
• 压力: $3,500, $3,600, $3,750
SOL-USDT ($175)
• 支撑: $170, $165, $160
• 压力: $180, $185, $195The skill analyzes volume to confirm levels:
Based on technical indicators:
This is not financial advice. The skill provides technical analysis for educational purposes only.
The skill can be configured to use different data sources:
{
"crypto-levels": {
"dataSource": "coingecko", // or "binance", "coinmarketcap"
"updateInterval": 60, // seconds
"cacheDuration": 300, // seconds
"defaultTimeframe": "4h"
}
}See CONFIGURATION.md for details.
SYMBOL-USDT"Invalid pair format"
SYMBOL-USDT (e.g., BTC-USDT)"API rate limit exceeded"
"Network timeout"
Combine with other indicators
Risk management
Time frame alignment
Long-term perspective
Portfolio management
Important: This skill is for educational purposes only. It does not constitute financial advice, investment recommendation, or trading strategy. Cryptocurrency trading involves substantial risk of loss. Past performance is not indicative of future results. Always consult with a qualified financial advisor before making investment decisions.
By using this skill, you acknowledge that you understand these risks and agree to hold the skill provider harmless for any losses incurred.
45f9fac
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.