npx skills add ...
npx skills add kukapay/crypto-skills --skill trading-strategist
Provides trading strategies for cryptocurrencies based on Binance market data, calculated technical analysis indicators, and aggregated market sentiment from crypto RSS news feeds. Use when users ask for trading advice, strategy recommendations, or analysis combining price data, TA, and sentiment for crypto assets like ETH, BTC, or altcoins.
npx skills add kukapay/crypto-skills --skill trading-strategist
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:
→ Fetch ETH data, calculate TA, get sentiment, output strategy.
→ 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.md