From kraken-cli
Tracks Kraken order book depth for pairs like BTCUSD, calculates bid-ask imbalance ratios to detect buying/selling pressure via CLI snapshots and WebSocket streaming.
npx claudepluginhub krakenfx/kraken-cliThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Load the following skills to execute this recipe: `kraken-market-intel`, `kraken-ws-streaming`
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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/null