From ap2-agentic-payments
Implements AP2 Merchant Agent: receives shopping intents, searches product catalogs, creates signed cart mandates, handles clarifications for seller-side agentic commerce.
npx claudepluginhub orcaqubits/agentic-commerce-skills-plugins --plugin ap2-agentic-paymentsThis skill is limited to using the following tools:
**Fetch live docs**:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
Fetch live docs:
https://ap2-protocol.org/specification/ for Merchant Endpoint responsibilitiessite:github.com google-agentic-commerce AP2 samples roles merchant_agent for reference implementationsite:github.com google-agentic-commerce AP2 merchant cart mandate for Cart Mandate creationThe Merchant Agent (ME) represents the seller in AP2 transactions:
The Merchant Agent's Agent Card advertises:
The merchant signature is critical:
When facing ambiguous intent, the merchant can:
The Merchant Agent needs access to:
Cart Mandates include supported payment methods:
"method_data": [
{
"supportedMethods": "https://processor.example.com/pay",
"data": { "merchant_id": "..." }
}
]
A Shopping Agent may contact multiple merchants:
Fetch the specification for exact Merchant Agent requirements, Cart Mandate creation process, and signing formats before implementing.