From kraken-cli
Cancels all Kraken spot and futures orders and closes all positions at market prices in emergencies. Verifies completion and warns of slippage risks.
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-liquidation-guard`
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-liquidation-guard
Immediately cancel all orders and close all positions across spot and futures.
CAUTION: This closes everything at market prices. Slippage may be significant. The
--yesflag skips confirmation prompts and is only appropriate at autonomy level 4+ (seekraken-autonomy-levels). At lower levels, omit--yesand confirm each cancel with the user.
kraken order cancel-all --yes -o json 2>/dev/nullkraken futures cancel-all --yes -o json 2>/dev/nullkraken positions -o json 2>/dev/nullkraken futures positions -o json 2>/dev/null (parse each position's size and side fields)sell for longs, buy for shorts): e.g., kraken futures order sell PF_XBTUSD 1 --reduce-only -o json 2>/dev/nullkraken open-orders -o json 2>/dev/nullkraken futures open-orders -o json 2>/dev/nullkraken futures positions -o json 2>/dev/nullkraken balance -o json 2>/dev/null