From rozo-intents
Check wallet USDC and USDT balances across all supported chains via the Rozo balance API. Supports EVM wallets (Ethereum, Arbitrum, Base, BSC, Polygon), Solana, and Stellar (G-wallet and C-wallet). Use when user says "check balance", "how much do I have", "show my balance", "wallet balance", or "what's my USDC balance". Auto-detects chain from address.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rozo-intents:check-balanceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
All `node scripts/dist/*.js` commands below MUST run from the **plugin root**
All node scripts/dist/*.js commands below MUST run from the plugin root
(the directory containing .claude-plugin/plugin.json), not from this
skill's directory. When installed as a Claude Code plugin, the plugin root
is ${CLAUDE_PLUGIN_ROOT}. If that env var isn't set, cd to the directory
that contains scripts/dist/, skills/, and .claude-plugin/.
Fetch all USDC and USDT balances for a wallet address using the Rozo balance API.
The user provides their wallet address. If not provided, ask:
"What is your wallet address?"
node scripts/dist/check-balance.js --address <wallet_address>
The API auto-detects chain type from the address format:
0x... (42 chars) → EVM — returns balances across Ethereum, Arbitrum, Polygon, BSC, BaseG... or C... (56 chars) → Stellar — returns USDC balanceDisplay balances in a clear table format:
Wallet: 0xa9E3...567dB (EVM)
| Chain | USDC | USDT |
|----------|-----------|----------|
| Ethereum | 1,155.83 | 53.63 |
| Arbitrum | 9.86 | 6.45 |
| Polygon | 37.75 | 0.00 |
| BSC | 1.61 | 22.74 |
| Base | 100.81 | — |
User: "Check my balance for 0xa9E3Da13EF5eADFC6EcB2BB6BDddE95016B567dB"
User: "What's my balance?" (wallet known from context)
User: "Show balance for GC56BXCNEWL6JSGKHD3RJ5HJRNKFEJQ53D3YY3SMD6XK7YPDI75BQ7FD"
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub rozoai/rozo-intents-skills --plugin rozo-intents