From kraken-cli
Sets up alerts notifying when crypto prices cross upper or lower levels using Kraken ticker stream and CLI. Useful for monitoring trading breakouts or breakdowns.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kraken-cli:recipe-price-level-alertsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skill to execute this recipe: `kraken-alert-patterns`
PREREQUISITE: Load the following skill to execute this recipe:
kraken-alert-patterns
Define upper and lower price levels for a pair and get notified when they are crossed.
kraken ticker BTCUSD -o json 2>/dev/nullkraken ws ticker BTC/USD --event-trigger bbo -o json 2>/dev/nullnpx claudepluginhub krakenfx/kraken-cliMonitors multiple Kraken cryptocurrency pairs for price breakouts from user-defined support/resistance levels using WebSocket ticker streams, OHLC data, and volume checks.
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.
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.