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.
npx claudepluginhub krakenfx/kraken-cliThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Load the following skills to execute this recipe: `kraken-market-intel`, `kraken-portfolio-intel`
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.
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/null