skills/recipe-withdrawal-to-cold-storage/SKILL.md
Safely withdraw funds to a pre-approved cold storage address.
npx skillsauth add krakenfx/kraken-cli recipe-withdrawal-to-cold-storageInstall 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.
PREREQUISITE: Load the following skill to execute this recipe:
kraken-funding-ops
Withdraw crypto to a pre-approved hardware wallet address with fee checks and status tracking.
CAUTION: Withdrawals are irreversible once confirmed on-chain. Triple-check the address.
kraken balance -o json 2>/dev/nullkraken withdrawal addresses --asset BTC --verified true -o json 2>/dev/nullkraken withdrawal info BTC "cold-storage-btc" 0.5 -o json 2>/dev/nullkraken withdraw BTC "cold-storage-btc" 0.5 -o json 2>/dev/nullkraken withdrawal status --asset BTC -o json 2>/dev/nullkraken balance -o json 2>/dev/nulltools
Connect MCP clients to kraken-cli for native tool calling without subprocess wrappers.
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.
testing
Monitor order book depth and bid-ask imbalance for liquidity signals.