From kraken-cli
Executes safe crypto withdrawals from Kraken to pre-approved cold storage addresses with balance checks, fee estimation, human approval, status tracking, and verification.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kraken-cli:recipe-withdrawal-to-cold-storageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skill to execute this recipe: `kraken-funding-ops`
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/nullnpx claudepluginhub krakenfx/kraken-cliManages Kraken deposits, withdrawals, and wallet transfers via CLI commands with safety rules like fee checks and human approval for withdrawals.
Manages crypto wallet operations via cdcx CLI: generates deposit addresses, lists networks per currency, queries deposit/withdrawal histories, executes gated withdrawals to whitelisted addresses.
Queries BingX spot wallet deposit/withdrawal history, coin network configs/limits/fees, deposit addresses, and initiates withdrawals.