acp-conformance

Validate Agentic Commerce Protocol implementations against the official specification.

35|16|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/OrcaQubits/agentic-commerce-claude-plugins --skill acp-conformance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acp-conformance
Source: https://github.com/OrcaQubits/agentic-commerce-claude-plugins/tree/main/acp-agentic-commerce/skills/acp-conformance
Command: npx skills add https://github.com/OrcaQubits/agentic-commerce-claude-plugins --skill acp-conformance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that an Agentic Commerce Protocol (ACP) implementation meets the rigorous standards of the protocol specification, preventing costly errors and ensuring smooth integration.

Core Features & Use Cases

  • Protocol Validation: Verifies adherence to ACP schemas, state transitions, and API contract.
  • Production Readiness: Checks for critical elements like idempotency, error handling, and security best practices.
  • Use Case: Before launching a new e-commerce agent, use this Skill to run a comprehensive suite of tests that simulate real-world interactions and confirm the agent's compliance with ACP standards.

Quick Start

Use the acp-conformance skill to validate the ACP implementation against the latest specification.

Frequently Asked Questions about acp-conformance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate my Agentic Commerce Protocol implementation against the official specification?

To validate an Agentic Commerce Protocol (ACP) implementation, you run a conformance test suite that checks schema validation, checkout flows, state machine compliance, and security to ensure production readiness.

What does ACP conformance testing check for production readiness?

ACP conformance testing checks for production readiness by verifying critical operational aspects like idempotency, header validation, error response formatting, webhook signature verification, and security best practices.

Can I test checkout flow state machine compliance for my e-commerce agent?

Yes, you can test checkout flow state machine compliance for an e-commerce agent by simulating real-world interactions to confirm adherence to ACP standards and state transition rules.

When do I need to run protocol validation tests on my ACP integration?

You need to run protocol validation tests on your ACP integration before launching a new e-commerce agent to prevent costly errors, verify webhook signatures, and ensure smooth integration.

What is the best way to verify ACP webhook signature and security compliance?

The best way to verify ACP webhook signature and security compliance is to use a dedicated conformance skill that validates webhook signatures and performs security checks against the official specification.