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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kraken-cli:kraken-market-intelThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to answer questions like:
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.npx claudepluginhub krakenfx/kraken-cliStreams real-time Kraken spot/futures data via WebSocket: tickers, trades, order books, OHLC, balances, executions. Handles authenticated feeds and low-latency order mutations via CLI.
Fetches crypto market data: current prices, orderbook depth, candlesticks, recent trades, instrument metadata, and valuations. Useful for price checks, liquidity assessment, market scans, and trading prep.
Fetches real-time crypto market data from AiCoin Open API v3 across 200+ exchanges: prices, K-lines, funding rates, open interest, liquidations, order-book depth, news, Twitter/X posts, trending coins, airdrops, project analysis, exchange listings, crypto stocks, treasury/Grayscale holdings, fear & greed indices, and AI coin picks.