What problem does it solve? Circle agent wallets enforce per-transaction, daily, weekly, and monthly USDC spending caps, but setting or resetting those limits requires an interactive OTP flow that an AI agent must never touch. This Skill lets you inspect current limits directly and safely hands off limit changes to your own terminal without the OTP ever passing through the agent. ## Core Features & Use Cases - View spending limits: Run circle wallet limit --address <addr> --chain BASE --output json to read per-tx, daily, weekly, and monthly USDC caps with no OTP required. - Safe limit changes: Generates a verbatim circle wallet limit set or reset command for you to run in your own terminal, keeping the 6-digit email OTP entirely outside the agent's context. - Validation and troubleshooting: Enforces monotonic limits (per-tx ≤ daily ≤ weekly ≤ monthly), mainnet-only chains, and agent-wallet-only policies, with fixes for common OTP and prefix-mismatch errors. - Use Case: You want to cap an autonomous agent wallet at $1 per transaction and $50 per month. The Skill confirms the values with you, hands you the exact CLI command, and verifies the new caps after you complete the OTP prompt. ## Quick Start Ask the agent to show the current spending limits on your Circle agent wallet on Base mainnet.