What problem does it solve? Checking balances, open positions, realized P&L, and moving funds between OKX sub-accounts normally requires navigating the exchange UI or writing raw API calls; this Skill exposes all of it through simple natural-language requests backed by the okx CLI. ## Core Features & Use Cases - Balance & Asset Overview: Query trading account equity, funding account balances, and total asset valuation across trading, funding, and earn accounts in USDT or BTC. - Positions & P&L Tracking: List open contract positions with unrealized PnL, closed position history with realized PnL, and account bills for full transaction history. - Fund Management: Transfer funds between funding (6) and trading (18) accounts, check max order size, max withdrawable amounts, fee tiers, and switch position modes. - Use Case: A user asks "how much USDT do I have in total?" — the Skill runs okx account asset-balance --valuation, shows the breakdown across accounts, and offers to transfer idle funding-account USDT into the trading account. ## Quick Start Ask the assistant to show your total OKX asset valuation and current open positions, and it will run the appropriate okx account commands after confirming live or demo mode.