skills/kraken-spot-execution/SKILL.md
Execute spot orders with validation, confirmation gates, and post-trade checks.
npx skillsauth add krakenfx/kraken-cli kraken-spot-executionInstall 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 for:
kraken ticker BTCUSD -o json 2>/dev/null
kraken order buy BTCUSD 0.001 --type limit --price 50000 --validate -o json 2>/dev/null
kraken order buy BTCUSD 0.001 --type limit --price 50000 -o json 2>/dev/null
kraken open-orders -o json 2>/dev/null
kraken order cancel <TXID> -o json 2>/dev/null
kraken order cancel-after 60 -o json 2>/dev/null
.error category.rate_limit, read suggestion and docs_url fields, then adapt strategy.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.