What problem does it solve? Operating a sandbox-bound custodial wallet requires knowing its addresses, reading on-chain balances, and safely signing and broadcasting transactions without ever touching private key material. This Skill provides the exact command surface and safety rules for doing all of that through the baked tribes-wallet CLI. ## Core Features & Use Cases - Wallet Discovery: List the sandbox's bound EVM and Solana wallet addresses and Privy wallet IDs with a single read-only command. - Balance Queries: Read raw on-chain token balances across Ethereum, Optimism, BSC, Polygon, Base, Arbitrum, and Solana. - Signed Transfers and Transactions: Send EVM native/ERC-20 and Solana SOL/SPL transfers, broadcast arbitrary contract calls or atomic batches, and check confirmation status. - Use Case: A user asks the agent to send 5 USDC on Arbitrum to a vendor address; the Skill guides the agent to confirm the amount and destination, convert to base units, and execute the transfer in one signed command. ## Quick Start Ask the agent to list this sandbox's wallet addresses and current token balances using the wallet skill.