From kraken-cli
Backtests trading strategies by running multiple Kraken paper trading sessions to validate win rate, P&L, drawdown, and consistency before live deployment.
npx claudepluginhub krakenfx/kraken-cliThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Load the following skill to execute this recipe: `kraken-paper-strategy`
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 skill to execute this recipe:
kraken-paper-strategy
Run a strategy through multiple paper sessions to validate consistency before live deployment.
Paper trading fills at the exact quoted price with no fees, no slippage, and no partial fills. Live trading on Kraken incurs maker/taker fees (0.16%/0.26% at base tier), slippage on market orders, and possible partial fills on limit orders. When comparing session results in step 9 below, subtract at least 0.26% per fill from paper returns to get a more realistic estimate. A strategy that is only marginally profitable on paper is likely unprofitable live.
kraken paper init --balance 10000 -o json 2>/dev/nullkraken paper status -o json 2>/dev/null + kraken paper history -o json 2>/dev/nullkraken paper reset -o json 2>/dev/null