From kraken-cli
Enforces operational risk controls for live Kraken trading sessions with dead-man switches, mass cancels, position checks, and failure handling. Use before automating live trades.
npx claudepluginhub krakenfx/kraken-cliThis skill uses the workspace's default tool permissions.
Use this skill to reduce live-trading risk during automation.
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.
Use this skill to reduce live-trading risk during automation.
--validate.Dead-man switch:
kraken order cancel-after 60 -o json 2>/dev/null
Mass cancel:
kraken order cancel-all -o json 2>/dev/null
kraken futures cancel-all -o json 2>/dev/null
Position visibility:
kraken open-orders -o json 2>/dev/null
kraken positions -o json 2>/dev/null
kraken futures positions -o json 2>/dev/null
network: exponential backoff retryrate_limit: read suggestion and docs_url fields, reduce call frequency or switch to WebSocketauth: stop and refresh credentialsvalidation or api: stop, fix request, do not blind retrycancel-after) is also dangerous; confirm the timeout value with the user.