What problem does it solve?
This Skill provides a ready-to-use framework for building Python-based A2A agents that interact with UCP merchants, enabling automated discovery, checkout session management, and payments.
Core Features & Use Cases
- Automated agent scaffolding: bootstrap a shopping agent capable of discovering merchants, negotiating capabilities, creating checkout sessions, and completing payments.
- Payment workflow patterns: demonstrates Google Pay, direct tokenization, and AP2 mandates within sample handlers and templates.
- Template-driven development: includes scaffolding scripts, reference docs, and a basic agent profile to accelerate integration with UCP commerce.
Quick Start
To scaffold a new agent from the template, run the included script and follow the on-screen steps. Example:
python scripts/create_ucp_agent.py my-shopping-agent --path ./agents
Then navigate to the new agent directory and start configuring environment and dependencies.