From kraken-cli
Generates concise morning market summary with Kraken prices, volumes, 24h OHLC changes, portfolio balances, open orders, futures P&L, and earn allocations via CLI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kraken-cli:recipe-morning-market-briefThe 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-market-intel`, `kraken-portfolio-intel`
PREREQUISITE: Load the following skills to execute this recipe:
kraken-market-intel,kraken-portfolio-intel
Generate a concise morning summary covering market conditions and portfolio state.
kraken status -o json 2>/dev/nullkraken ticker BTCUSD ETHUSD SOLUSD -o json 2>/dev/nullkraken ohlc BTCUSD --interval 1440 -o json 2>/dev/nullkraken balance -o json 2>/dev/nullkraken open-orders -o json 2>/dev/nullkraken futures positions -o json 2>/dev/nullkraken earn allocations --hide-zero-allocations -o json 2>/dev/nullnpx claudepluginhub krakenfx/kraken-cliGenerates morning market and portfolio briefing report with top movers, prices, positions, P&L, overnight orders using CDCX CLI and jq. For daily trading status checks.
Generates daily P&L reports for Kraken portfolios from trades, balances, ledger entries, prices, and futures data to track realized gains, fees, and value changes.
Reports current portfolio status, open trades, and performance stats using MCP tools for crypto trading analysis.