Help us improve
Share bugs, ideas, or general feedback.
From ap2-agentic-payments
Implements AP2 Shopping Agent to orchestrate user intents, create mandates, discover merchants, negotiate carts, coordinate credentials providers, and drive transaction flows.
npx claudepluginhub orcaqubits/agentic-commerce-skills-plugins --plugin ap2-agentic-paymentsHow this skill is triggered — by the user, by Claude, or both
Slash command
/ap2-agentic-payments:ap2-shopping-agentThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Fetch live docs**:
Implements AP2 Merchant Agent: receives shopping intents, searches product catalogs, creates signed cart mandates, handles clarifications for seller-side agentic commerce.
Implements UCP AP2 Mandates for autonomous agent payments using SD-JWT credentials, JWS merchant signatures, and Agent Payments Protocol in 7-step flow with security lock.
Guides BuyWhere MCP and API integration for product search, price comparison, and deal discovery in AI shopping agents using Cursor, Claude, or custom runtimes.
Share bugs, ideas, or general feedback.
Fetch live docs:
https://ap2-protocol.org/specification/ for Shopping Agent responsibilitiessite:github.com google-agentic-commerce AP2 samples roles shopping_agent for reference implementationsite:github.com google-agentic-commerce AP2 samples python src roles for source code structureThe Shopping Agent (SA) is the primary orchestrator of AP2 transactions. It acts as the user's representative, coordinating between all other roles:
Note: The Shopping Agent does not create Payment Mandates. Payment Mandates are constructed by the Merchant Payment Processor (MPP).
The Shopping Agent's Agent Card declares:
capabilities.extensions[]Critical security constraints:
The reference implementation uses Google ADK:
Include "verbose" in the initial prompt to enable:
Fetch the sample Shopping Agent source code for exact implementation patterns, ADK configuration, and A2A message handling before building.