Install
openclaw skills install @kyma-api/kyma-check-spend-and-creditsReport the Kyma API account balance, this connection's spend cap, amount spent, remaining budget and reset date, plus recent credit ledger entries, and hand back the top-up link when the balance is low. Use when the user asks about their balance, credits, budget, spend cap, what a call cost, why a request was refused for funds, or before running anything that is billed such as send_message.
openclaw skills install @kyma-api/kyma-check-spend-and-creditsEverything here is read-only. No tool in this skill moves money or creates a key.
get_credits for the account balance in USD.get_spend for this connection's own limits: the cap, spent so far, remaining, and the reset date. This is a per-connection budget separate from the account balance — a connection can be capped out while the account still has credits, and vice versa.get_transactions for the recent ledger rows and read the amounts and types back. Each row is one credit movement; usage rows are charges, top-up rows are additions.get_topup_link and give them the link. It returns the billing page, never a checkout — the user completes payment themselves.Run this check first, state the balance and remaining cap, then ask for the go-ahead. Do not chain straight from a balance check into send_message.