From acp-agentic-commerce
Generates and submits product feeds for OpenAI ACP commerce in CSV/JSON/XML/TSV formats with validation, eligibility fields, and push-based catalog sync.
How this skill is triggered — by the user, by Claude, or both
Slash command
/acp-agentic-commerce:acp-product-feedThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Fetch live docs**: Fetch `https://developers.openai.com/commerce/product-feeds/spec` for the exact feed field specifications, supported formats, required vs optional fields, and submission endpoint.
Fetch live docs: Fetch https://developers.openai.com/commerce/product-feeds/spec for the exact feed field specifications, supported formats, required vs optional fields, and submission endpoint.
Also web-search site:developers.openai.com commerce feed for any updates to feed requirements.
ACP uses a push model for product discovery. Merchants generate structured product data files and push them to the agent platform's ingestion endpoint. The agent (ChatGPT) indexes this data to surface products in conversational shopping.
Four supported formats:
Key field categories include:
is_eligible_search (controls ChatGPT search visibility), is_eligible_checkout (controls ChatGPT checkout visibility) — both are critical required fieldsseller_name, seller_url, target_countries, store_country — required fields identifying the merchant and marketFeeds can be refreshed up to every 15 minutes. Merchants should refresh more frequently for volatile data (pricing, stock) and less frequently for static data (descriptions, images).
in_stock, out_of_stock, pre_order, backorder, unknownFetch the feed spec for exact field names, types, constraints, validation rules, and the submission endpoint URL before implementing.
npx claudepluginhub orcaqubits/agentic-commerce-skills-plugins --plugin acp-agentic-commerceDesigns e-commerce product catalogs for headless platforms (Shopify, Medusa, Saleor), PIM integration (Akeneo, Pimcore), data modeling (products, variants), dynamic pricing, reviews, feeds, and schema.org markup.
Creates and manages Shopify products via GraphQL Admin API or CSV imports. Bulk import/update variants, inventory, images, assign to collections.
Backfills missing GTIN, SKU, vendor, and product type fields on Shopify products/variants so AI shopping agents can present complete, in-stock items.