From stripe-mpp
Validates MPP payment integrations against specs: HTTP 402 challenges, payment headers, Stripe/Tempo methods, OpenAPI discovery, security, and production readiness. For audits and launches.
npx claudepluginhub orcaqubits/agentic-commerce-skills-plugins --plugin stripe-mppThis skill is limited to using the following tools:
**Fetch live docs**:
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Acquire memory dumps from live systems/VMs and analyze with Volatility 3 for processes, networks, DLLs, injections in incident response or malware hunts.
Provides x86-64/ARM disassembly patterns, calling conventions, control flow recognition for static analysis of executables and compiled binaries.
Fetch live docs:
https://paymentauth.org/ for the canonical specification requirementshttps://datatracker.ietf.org/doc/draft-ryan-httpauth-payment/ for the IETF draft compliance requirementssite:docs.stripe.com payments machine mpp production for Stripe production readinesssite:paymentauth.org draft-payment-discovery for service discovery compliance402 Payment Required status code for unpaid requestsWWW-Authenticate: Payment <base64url-challenge> headerid, realm, method, intent, requestAuthorization: Payment <base64url-credential> headerPayment-Receipt: <base64url-receipt> on successful paymentCache-Control: no-store on responses with credentialsGET /openapi.json returns valid OpenAPI 3.x documentx-service-info extension present with categories and docsx-payment-info extension on each payable operation402 responseCache-Control: max-age=300 on discovery endpointsllms.txt available with service descriptionpayment-required for initial challengesverification-failed for invalid proofspayment-expired for expired challenges/credentialsmalformed-credential for unparseable credentialstype URLsFetch the latest specification and IETF draft for any newly added compliance requirements before running conformance checks.