Skip to main content
The CDP Agentic Wallet skill gives your AI agent a managed wallet on Base authenticated via email OTP — no private keys in the agent’s context. The skill bundle includes seven capabilities covering authentication, funding, sending, trading, and x402 payments.

Install

Terminal
npx skills add coinbase/agentic-wallet-skills

What the skill covers

SkillWhat it does
authenticate-walletSign in via email OTP — no private key required
fundAdd USDC via Coinbase Onramp
send-usdcSend USDC to an Ethereum address or ENS name
tradeSwap tokens on Base
search-for-serviceFind x402-compatible APIs in the Bazaar marketplace
pay-for-serviceMake a paid x402 request automatically
monetize-serviceDeploy a paid endpoint that charges other agents

Example prompts

Sign in to my wallet with your@email.com
Send 10 USDC to 0xRecipientAddress
Trade 0.01 ETH for USDC
Find a weather API and get the forecast for New York
Set up a paid endpoint for my market data at $0.01 per request

Reference