acp-conformance
Installation
SKILL.md
ACP Conformance & Production Readiness
Before writing code
Fetch live docs:
- Fetch
https://developers.openai.com/commerce/guides/production/for OpenAI's production readiness checklist - Web-search
site:github.com agentic-commerce-protocol spec openapifor the latest OpenAPI specs to validate against - Web-search
site:github.com agentic-commerce-protocol spec json-schemafor JSON schemas - Fetch
https://developers.openai.com/commerce/guides/get-started/for onboarding requirements
Conformance Test Categories
1. Schema Validation
- Validate all request/response payloads against the ACP JSON schemas
- Ensure monetary amounts are integers in minor currency units (no floats)
- Verify all required fields are present
- Check field types match the spec (string, integer, enum values)