analyse-comprehensive-crypto
Installation
SKILL.md
analyse-comprehensive-crypto (the full-stack orchestrator)
Pull live data from TradingView MCP, distribute it to five specialist analysis seats running in parallel, then synthesize their fixed-shape verdicts into a single quorum brief. The seats disagree with each other on purpose — the spread is the signal.
Prerequisite: Chrome must be running with --remote-debugging-port=9222 and TradingView open.
If CDP fails, run:
mkdir -p /tmp/chrome-cdp-profile && nohup /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \
--remote-debugging-port=9222 --user-data-dir=/tmp/chrome-cdp-profile --no-first-run \
"https://www.tradingview.com/chart/?symbol=BTCUSDT" > /tmp/chrome-cdp.log 2>&1 &
sleep 10