skills/kraken-risk-operations/SKILL.md
Operational risk controls for live agent trading sessions.
npx skillsauth add krakenfx/kraken-cli kraken-risk-operationsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.tools
Connect MCP clients to kraken-cli for native tool calling without subprocess wrappers.
testing
Safely withdraw funds to a pre-approved cold storage address.
testing
Run a weekly portfolio rebalance to maintain target asset allocations.
testing
Ride a trend with a trailing stop that locks in profits on reversal.