From ap2-agentic-payments
Implements AP2 dispute resolution and accountability with cryptographic evidence, liability allocation, chargeback handling, and audit trails for agentic payment systems.
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 the accountability modelhttps://ap2-protocol.org/topics/core-concepts/ for dispute resolution detailsap2 protocol dispute accountability liability mandate evidence for accountability frameworkap2 protocol chargeback fraud resolution for dispute handling patternsIn agentic commerce, the traditional dispute model breaks down:
AP2's VDC-based accountability model provides cryptographic evidence for every dispute scenario.
| Scenario | Key Evidence | Accountability |
|---|---|---|
| First-party misuse | User-signed Cart/Intent Mandate | User — signature proves authorization |
| Agent mispick (user approved cart) | Cart Mandate shows item, user signed | User — they approved the specific cart |
| Agent mispick (unapproved) | Intent Mandate vs cart discrepancy | Shopping Agent/Platform — exceeded intent |
| Merchant non-fulfillment | Valid mandate + payment confirmation vs absent delivery | Merchant — committed via signature |
| Account takeover | Authentication signals during session | CP/User — depends on auth strength evidence |
| Man-in-the-middle | Digital signature verification | Attack prevented — signatures invalid if tampered |
| Price discrepancy | Merchant-signed Cart Mandate vs charged amount | Merchant — signed specific prices |
| Unauthorized transaction | Absence of user signature on mandate | Platform/Agent — no valid user authorization |
For every transaction, AP2 preserves:
Store for the full retention period (at least the refund period):
When a chargeback is filed:
AI Agent Fraud Prevention:
Merchant Fraud Prevention:
Fetch the specification for exact accountability rules, evidence requirements, and retention policies before implementing dispute handling.