From kraken-cli
Executes trailing stop runner strategy on Kraken: enters spot position, attaches trailing stop, monitors ticker, verifies fills, reports P&L. For trend-following trades.
npx claudepluginhub krakenfx/kraken-cliThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Load the following skills to execute this recipe: `kraken-stop-take-profit`, `kraken-spot-execution`
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-stop-take-profit,kraken-spot-execution
Enter a position and attach a trailing stop to capture trend profits while limiting downside.
kraken ticker BTCUSD -o json 2>/dev/nullkraken order buy BTCUSD 0.01 --type market -o json 2>/dev/nullkraken trades-history -o json 2>/dev/nullkraken order sell BTCUSD 0.01 --type trailing-stop --price +500 -o json 2>/dev/nullkraken open-orders -o json 2>/dev/nullkraken ws ticker BTC/USD -o json 2>/dev/nullkraken trades-history -o json 2>/dev/null