What problem does it solve? AI agents and developers need a programmatic USDC wallet to authenticate and pay for x402 services, but bootstrapping a Circle agent wallet involves CLI installation checks, Terms-of-Use consent, email OTP login, wallet creation, and balance inspection. This Skill walks through that entire bootstrap flow safely and non-interactively. ## Core Features & Use Cases - CLI Verification & Terms Gate: Checks that the circle CLI is installed and enforces explicit user consent before accepting Circle's Terms of Use. - Two-Step OTP Login: Handles email + OTP authentication designed for non-interactive agent contexts, including request ID parsing and expiry handling. - Wallet Creation & Inspection: Creates agent-controlled SCA wallets across EVM chains and checks USDC balances per chain. - Use Case: An AI agent needs to pay for a paid x402 service. This Skill logs the user into Circle, creates the agent wallet on BASE, checks the balance, and hands off to funding or payment skills. ## Quick Start Ask the agent to set up your Circle agent wallet and check its USDC balance on BASE.