Handles viewing and setting spending caps on Circle agent wallets through the CLI. You can check current per-transaction, daily, weekly, and monthly USDC limits freely, but setting or resetting them requires an OTP sent to the user's email. The skill deliberately hands off that interactive step with a verbatim command for the user to run in their own terminal, keeping the one-time password out of the agent's context entirely. Mainnet only, agent wallets only, and limits have to be monotonic or the CLI rejects them. If you're building agents that hold real money, this is the guard rail you wire up before the first payment goes out.
npx skills add https://github.com/circlefin/skills --skill agent-wallet-policy