From kraken-cli
Fetches Kraken crypto market data via CLI for BTCUSD prices, bid/ask spreads, orderbook depth/imbalance, OHLC trends, with streaming updates. Use for real-time trading intel.
npx claudepluginhub krakenfx/kraken-cliThis skill uses the workspace's default tool permissions.
Use this skill to answer questions like:
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.
Use this skill to answer questions like:
kraken ticker BTCUSD -o json 2>/dev/null
kraken orderbook BTCUSD --count 10 -o json 2>/dev/null
kraken ohlc BTCUSD --interval 60 -o json 2>/dev/null
kraken ws ticker BTC/USD -o json 2>/dev/null
Parse NDJSON line by line. Do not treat stream output as one JSON object.
--count and --depth flags to limit payload size.