This bundles 29+ technical indicators into a single analysis pipeline with 7-tier signal scoring, divergence detection, and volume confirmation. You feed it OHLCV data, it runs the indicator stack via ta_analyzer.py, and you get deterministic output instead of narrative speculation. The workflow is explicit about normalization first, includes converters for CoinGecko and custom formats, and pushes you to explain indicator agreement and conflicts rather than cherry-picking one number. Useful when you need systematic TA across multiple timeframes or assets without manually running each indicator separately. The guardrails are sensible: it won't let you present signals as predictions, which is the right call for anything touching trading decisions.
npx -y skills add dkyazzentwatwa/chatgpt-skills --skill crypto-ta-analyzer --agent claude-codeInstalls into .claude/skills of the current project.
Use the bundled indicators when the user needs explicit technical analysis rather than a narrative market opinion.
scripts/data_converter.py or scripts/coingecko_converter.py when source formats need reshaping.scripts/ta_analyzer.py for the actual indicator stack and signal scoring.binance/binance-skills-hub
binance/binance-skills-hub