Generates trading strategies for cryptocurrencies using Binance market data, technical analysis indicators, and aggregated market sentiment from crypto RSS feeds.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kukapay-crypto-skills:trading-strategistThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill generates data-driven trading strategies for cryptocurrencies by integrating multiple data sources and analytical tools.
This skill generates data-driven trading strategies for cryptocurrencies by integrating multiple data sources and analytical tools.
/api/v3/ticker/price and /api/v3/ticker/24hr)/api/v3/klines with 30-100 days of data)Use the scripts/calculate_ta.py script to compute indicators from historical data.
Combine TA signals, price action, and sentiment score to recommend:
For ETH, generate a trading strategy based on current market data.
→ Fetch ETH data, calculate TA, get sentiment, output strategy.
Analyze BTC with 50-day history, include sentiment, recommend swing trade.
→ Use longer history, focus on swing signals.
scripts/calculate_ta.py: Python script for TA indicator calculationsscripts/fetch_binance.py: Helper for Binance API calls
./skills/trading-strategies/SKILL.mdnpx claudepluginhub kukapay/crypto-skillsGenerates BUY/SELL trading signals with confidence scores using RSI, MACD, Bollinger Bands and more for crypto/stocks watchlists. Scans, ranks opportunities, adds stop-loss/take-profit.
Analyzes cryptocurrency markets using 78 indicators and 62 candlestick patterns via pandas-ta-classic. Computes RSI, MACD, EMA, Bollinger Bands, KDJ, SuperTrend, support/resistance, divergence, and multi-timeframe scores.
Aggregates Binance market data, Fear & Greed index, and news RSS into unified trading signals for crypto trend hunting.