A straightforward read-only interface for querying TON blockchain wallets. You get balance checks, jetton (token) listings, transaction history, and status lookups without needing to confirm anything since it's all non-destructive reads. The tools cover the common cases: checking your TON balance, seeing what tokens you hold, looking up specific jettons by name through the known tokens list, and verifying transactions by hash. It returns both raw integer strings and human-readable decimals, which saves you from doing the conversion math yourself. If you're building anything that needs to display wallet state or verify TON transactions, this handles the boring query layer so you don't have to wire up the blockchain calls manually.
npx skills add https://github.com/ton-connect/kit --skill ton-balance