From kraken-cli
Monitors multiple Kraken cryptocurrency pairs for price breakouts from user-defined support/resistance levels using WebSocket ticker streams, OHLC data, and volume checks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kraken-cli:recipe-multi-pair-breakout-watchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `kraken-multi-pair`, `kraken-alert-patterns`
PREREQUISITE: Load the following skills to execute this recipe:
kraken-multi-pair,kraken-alert-patterns
Watch a set of pairs for breakouts above resistance or below support levels.
kraken ohlc BTCUSD --interval 60 -o json 2>/dev/nullkraken ws ticker BTC/USD ETH/USD SOL/USD -o json 2>/dev/nullkraken ticker BTCUSD ETHUSD SOLUSD -o json 2>/dev/nullnpx claudepluginhub krakenfx/kraken-cliSets up alerts notifying when crypto prices cross upper or lower levels using Kraken ticker stream and CLI. Useful for monitoring trading breakouts or breakdowns.
Monitors Revolut X live prices and technical indicators (RSI, EMA crossover, MACD, Bollinger Bands, volume). Runs as a long-running background process with alert notifications.
Creates one-shot desktop price alerts for Solana tokens via launchd/cron. Checks every 5 minutes and disables itself after trigger. macOS and Linux notifications.