Skip to main content
Agent Skills are pre-built capabilities that enable AI agents to perform wallet operations using the awal CLI.

Available skills

SkillDescription
authenticate-walletSign in to the wallet via email OTP
fundAdd money to the wallet via Coinbase Onramp
send-usdcSend USDC to Ethereum addresses or ENS names
tradeTrade tokens on Base
search-for-serviceSearch the x402 bazaar for paid API services
pay-for-serviceMake paid API requests via x402
monetize-serviceBuild and deploy a paid API that other agents can use via x402

Installation

Install skills using Vercel’s Skills CLI:
npx skills add coinbase/agentic-wallet-skills
Once installed, your agent gains wallet capabilities with no additional wiring required.

Example prompts

Once skills are installed, agents respond to wallet-related requests:
"Sign in to my wallet with [email protected]"
→ Uses authenticate-wallet skill

"Send 10 USDC to vitalik.eth"
→ Uses send-usdc skill

"Buy $5 of ETH"
→ Uses trade skill

"Find APIs for sentiment analysis"
→ Uses search-for-service skill

"Call that weather API"
→ Uses pay-for-service skill

"Set up a paid endpoint for my data"
→ Uses monetize-service skill

Skill structure

Each skill includes:
  • Name: Unique identifier
  • Description: Trigger phrases and when to use
  • Instructions: Step-by-step guidance
  • CLI Commands: Specific awal commands
  • Allowed Tools: Commands the agent can run without prompting