From kraken-cli
Creates and manages Kraken subaccounts via CLI, transfers funds between accounts, and controls futures trading status for strategy isolation and risk management.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kraken-cli:kraken-subaccount-opsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for:
Use this skill for:
Subaccounts isolate balances and positions. Use them to:
kraken subaccount create "dca-bot" "[email protected]" -o json 2>/dev/null
Move funds from main account to subaccount (requires human approval):
kraken subaccount transfer USD 5000 --from <MAIN_IIBAN> --to <SUB_IIBAN> -o json 2>/dev/null
Move funds back:
kraken subaccount transfer USD 5000 --from <SUB_IIBAN> --to <MAIN_IIBAN> -o json 2>/dev/null
List futures subaccounts:
kraken futures subaccounts -o json 2>/dev/null
Check subaccount trading status:
kraken futures subaccount-status <UID> -o json 2>/dev/null
Enable or disable trading for a subaccount:
kraken futures set-subaccount-status <UID> true -o json 2>/dev/null
kraken futures set-subaccount-status <UID> false -o json 2>/dev/null
Transfer between futures wallets:
kraken futures wallet-transfer <FROM_WALLET> <TO_WALLET> USD 1000 -o json 2>/dev/null
Check all balances from the main account to see aggregate state. Individual subaccount balances are visible through their respective API keys.
For centralized monitoring, use the main account's credentials with query permissions across subaccounts.
npx claudepluginhub krakenfx/kraken-cliManages BingX sub-accounts: create/list them, handle API keys, freeze/unfreeze, perform internal asset transfers, query deposits and addresses. For master account sub-account ops.
Manages Kraken deposits, withdrawals, and wallet transfers via CLI commands with safety rules like fee checks and human approval for withdrawals.
Executes spot and perpetual futures trades on Hyperliquid with market (IOC) and limit (GTC) orders, sets leverage, manages positions/balances/orders, deposits USDC from Arbitrum.