From kraken-cli
Monitors Kraken portfolio value, updates peak high-water mark, calculates drawdown percentage, and cancels all open orders if threshold exceeded (e.g., 10%).
npx claudepluginhub krakenfx/kraken-cliThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Load the following skills to execute this recipe: `kraken-risk-operations`, `kraken-alert-patterns`
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-risk-operations,kraken-alert-patterns
Monitor portfolio value and halt trading if cumulative drawdown from peak exceeds a limit (e.g., 10%).
kraken balance -o json 2>/dev/null + kraken ticker BTCUSD ETHUSD SOLUSD -o json 2>/dev/null (calculate total USD value)kraken-rate-limits for tier budgets):
kraken order cancel-all -o json 2>/dev/nullkraken futures cancel-all -o json 2>/dev/null