This pulls real-time data from Binance, runs technical indicators like RSI and MACD through a Python script, and combines everything with sentiment scores from crypto news feeds to generate trading recommendations. You'd use it when you want Claude to analyze a coin and suggest entry points, stop losses, or whether to hold based on multiple signals instead of just price action. The workflow is straightforward: fetch market data, calculate indicators, aggregate sentiment, then output a strategy with risk parameters. One thing to note is that it leans on external scripts for the heavy lifting, so you're effectively getting a structured framework that ties together APIs and analysis rather than pure LLM reasoning. It explicitly disclaims being financial advice, which is the right call.
npx skills add https://github.com/kukapay/crypto-skills --skill trading-strategist