What problem does it solve? Managing spending caps on a Circle agent wallet requires knowing the correct CLI commands and handling OTP verification safely. This Skill guides the agent through viewing current per-transaction, daily, weekly, and monthly USDC limits, and hands the user a verbatim command for setting or resetting limits 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 inspect current per-tx, daily, weekly, and monthly USDC caps with no OTP required. - Safe Limit Configuration: Generate a verbatim circle wallet limit set or reset command for the user to run in their own terminal, keeping the 6-digit OTP entirely outside the agent's context. - Validation & Troubleshooting: Enforce monotonic limits (per-tx ≤ daily ≤ weekly ≤ monthly), mainnet-only chains, and agent-wallet-only policies, with fixes for common OTP and chain errors. - Use Case: A user asks "what are my wallet's spending limits?" — the agent reads the current caps, then helps the user set a conservative 1/5/20/50 USDC tier structure by handing them a command to run themselves. ## Quick Start Ask the agent to show the current spending limits on your Circle agent wallet, or to help you set new per-transaction and monthly USDC caps.