Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Query Kraken crypto account balances, portfolio, trades, and staking positions.
Query Kraken crypto account balances, portfolio, trades, and staking positions.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Use the kraken_cli.py wrapper to query your Kraken account.
Export your Kraken API credentials. export KRAKEN_API_KEY="your_api_key" export KRAKEN_API_SECRET="your_api_secret" You can also create a .env file in the skill directory.
Use these commands for portfolio queries. They calculate totals automatically. CommandDescriptionsummaryPortfolio overview with correct totalsnet-worthTotal net worth calculationperformanceReturns compared to depositsholdingsAsset breakdown with USD valuesstakingStaking positions and rewards
TOTAL NET WORTH Main Wallet (Equity): $544.95 Earn Wallet (Bonded): $81.89 TOTAL: $626.84 AUTO EARN (Flexible) in Main Wallet BTC : $493.92 (rewards: $0.03) ETH : $50.66 (rewards: $0.11) BONDED STAKING in Earn Wallet SOL : $66.73 (rewards: $0.89) DOT : $15.16 (rewards: $0.55) Total Staking Rewards: $1.71 The wrapper separates Auto Earn from Bonded staking to avoid double counting.
These commands use kraken_api.py for detailed data. Use them for specific information not covered by primary commands.
CommandDescriptionUse Caseticker --pair XXBTZUSDCurrent price and 24h statsPrice checksohlc --pair XXBTZUSDHistorical candlesChart datadepth --pair XXBTZUSDOrder bookLiquidity analysisrecent-trades --pair XXBTZUSDLive tradesMarket activityassetsAsset names and decimalsAsset lookupspairsValid trading pairsPair discoverystatusExchange statusConnectivity checktimeServer timeAPI health check
CommandDescriptionUse CasebalanceRaw asset quantitiesDetailed holdingsbalance-exBalance with reserved fundsMargin analysisportfolioTrade balance in USDRaw equity dataopen-ordersActive ordersOrder managementclosed-ordersCompleted ordersOrder historytradesTrade execution historyTrade analysisledgerAll transactionsTransaction trackingledger --asset ZUSDFiltered by assetAsset historyvolume30 day volumeFee tier info
CommandDescriptionUse Caseearn-positionsRaw staking allocationsDetailed staking dataearn-strategiesAvailable yield programsStrategy discoveryearn-statusPending stakesAllocation monitoringearn-dealloc-status --refid IDPending unstakesDeallocation monitoring
CommandDescriptionUse Casedeposits-methodsAvailable deposit methodsDeposit optionsdeposits-address --asset BTCWallet addressReceiving crypto
Do not add balance and earn-positions together. Kraken has two staking types. Auto Earn Flexible assets stay in the Main wallet. These are included in portfolio equity. Bonded Staking assets move to the Earn wallet. These are not in portfolio equity. The summary command handles this correctly. If you use raw commands manually follow this logic. Correct calculation is Total equals Portfolio Equity plus Bonded Earn Only. Incorrect calculation is Total equals Portfolio Equity plus All Earn Allocations.
ohlc returns a list under the pair key. depth bids and asks are nested under the pair key. recent-trades returns a list containing price, volume, time, side, type, and misc. earn-strategies uses the items key with apr_estimate.
User RequestBot ActionWhat is my crypto portfolio?Run summaryWhat is my net worth?Run net-worthHow am I performing?Run performanceShow my holdingsRun holdingsShow my stakingRun stakingWhat is BTC price?Run ticker --pair XXBTZUSDShow my open ordersRun open-ordersShow my trade historyRun tradesGet my BTC deposit addressRun deposits-address --asset BTC
FeaturePermissionBalance and PortfolioQuery FundsOrders and Trades and LedgersQuery FundsEarn AllocationsEarnDeposit AddressesQuery FundsMarket DataNone
Data access, storage, extraction, analysis, reporting, and insight generation.
Largest current source with strong distribution and engagement signals.