skills/recipe-track-orderbook-depth/SKILL.md
Monitor order book depth and bid-ask imbalance for liquidity signals.
npx skillsauth add krakenfx/kraken-cli recipe-track-orderbook-depthInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
PREREQUISITE: Load the following skills to execute this recipe:
kraken-market-intel,kraken-ws-streaming
Monitor order book depth for a pair and detect bid-ask imbalance as a liquidity signal.
kraken orderbook BTCUSD --count 25 -o json 2>/dev/nullkraken ws book BTC/USD --depth 10 -o json 2>/dev/nullkraken orderbook BTCUSD --count 10 -o json 2>/dev/null then kraken orderbook ETHUSD --count 10 -o json 2>/dev/nulltools
Connect MCP clients to kraken-cli for native tool calling without subprocess wrappers.
testing
Safely withdraw funds to a pre-approved cold storage address.
testing
Run a weekly portfolio rebalance to maintain target asset allocations.
testing
Ride a trend with a trailing stop that locks in profits on reversal.