Agent Plugins Marketplace
All plugins

shopify

v3.0.0

Shopify for ChatGPT makes store building and management as easy as having a conversation. Effortlessly connect your existing store or create a new online store by describing your business. Simply chat to add products, adjust inventory across locations, create discount codes, browse recent orders, view customer details, or pull analytics on your store’s performance.

Codex20 Skills1 MCP serverStreamable HTTP

By Shopify7.1k GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Codex
Parsed components
21 skill or MCP entries
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install shopify for Codex

Installs for the current user
codex plugin marketplace add openai/plugins
codex plugin marketplace upgrade openai-curated
codex plugin add shopify@openai-curated

Paste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.

Compatibility: the page URL and API slug “shopify” remain stable.

  • Codex: shopify@agent-plugin-marketplaceshopify@openai-curated

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/openai/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/shopify/.

Plugin files

plugins/shopify/
├── .codex-plugin/plugin.json
├── skills/shopify-admin/SKILL.md
├── skills/shopify-app-store-review/SKILL.md
├── skills/shopify-custom-data/SKILL.md
├── skills/shopify-customer/SKILL.md
├── skills/shopify-dev/SKILL.md
├── skills/shopify-functions/SKILL.md
├── skills/shopify-hydrogen/SKILL.md
├── skills/shopify-liquid/SKILL.md
├── skills/shopify-onboarding-dev/SKILL.md
├── skills/shopify-onboarding-merchant/SKILL.md
├── skills/shopify-partner/SKILL.md
├── skills/shopify-payments-apps/SKILL.md
├── skills/shopify-polaris-admin-extensions/SKILL.md
├── skills/shopify-polaris-app-home/SKILL.md
├── skills/shopify-polaris-checkout-extensions/SKILL.md
├── skills/shopify-polaris-customer-account-extensions/SKILL.md
├── skills/shopify-pos-ui/SKILL.md
├── skills/shopify-storefront-graphql/SKILL.md
├── skills/shopify-use-shopify-cli/SKILL.md
├── skills/ucp/SKILL.md
└── .mcp.json

Included Skills20

shopify-adminskills/shopify-admin/SKILL.md

Write or explain **Admin GraphQL** queries and mutations for apps and integrations that extend the Shopify admin. Use when the user wants to **understand, design, or generate** the operation itself—even before deciding how to run it. Do **not** choose `admin` first for **app or extension config validation** —use **`use-shopify-cli`**. Do **not** choose `admin` first to **execute** Admin GraphQL **now via Shopify CLI** or for CLI setup/troubleshooting on store workflows—use **`use-shopify-cli`** (store auth/execute, handle/SKU/location lookups, inventory changes).

shopify-app-store-reviewskills/shopify-app-store-review/SKILL.md

Run a pre-submission compliance check against your Shopify app's codebase. Reviews App Store requirements and surfaces likely issues before you submit for official review.

shopify-custom-dataskills/shopify-custom-data/SKILL.md

MUST be used first when prompts mention Metafields or Metaobjects. Use Metafields and Metaobjects to model and store custom data for your app. Metafields extend built-in Shopify data types like products or customers, Metaobjects are custom data types that can be used to store bespoke data structures. Metafield and Metaobject definitions provide a schema and configuration for values to follow.

shopify-customerskills/shopify-customer/SKILL.md

The Customer Account API allows customers to access their own data including orders, payment methods, and addresses.

shopify-devskills/shopify-dev/SKILL.md

Search Shopify developer documentation across all APIs. Use only when no API-specific skill applies.

shopify-functionsskills/shopify-functions/SKILL.md

Shopify Functions allow developers to customize the backend logic that powers parts of Shopify. Available APIs: Discount, Cart and Checkout Validation, Cart Transform, Pickup Point Delivery Option Generator, Delivery Customization, Fulfillment Constraints, Local Pickup Delivery Option Generator, Order Routing Location Rule, Payment Customization

shopify-hydrogenskills/shopify-hydrogen/SKILL.md

Hydrogen storefront implementation cookbooks. Some of the available recipes are: B2B Commerce, Bundles, Combined Listings, Custom Cart Method, Dynamic Content with Metaobjects, Express Server, Google Tag Manager Integration, Infinite Scroll, Legacy Customer Account Flow, Markets, Partytown + Google Tag Manager, Subscriptions, Third-party API Queries and Caching. MANDATORY: Use this API for ANY Hydrogen storefront question - do NOT use Storefront GraphQL when 'Hydrogen' is mentioned.

shopify-liquidskills/shopify-liquid/SKILL.md

Liquid is an open-source templating language created by Shopify. It is the backbone of Shopify themes and is used to load dynamic content on storefronts. Keywords: liquid, theme, shopify-theme, liquid-component, liquid-block, liquid-section, liquid-snippet, liquid-schemas, shopify-theme-schemas

shopify-onboarding-devskills/shopify-onboarding-dev/SKILL.md

Get started building on Shopify. Use when a developer asks to build an app, build a theme, create a dev store, set up a partner account, scaffold a project, or get started developing for Shopify. NOT for merchants managing stores.

shopify-onboarding-merchantskills/shopify-onboarding-merchant/SKILL.md

Set up and connect a Shopify store from your AI assistant. Use when the user wants to: set up my Shopify store, connect my store, install Shopify plugin, get started with Shopify, manage my store, add products to my store, merchant onboarding, start selling online, Shopify setup help, create my first store, how do I set up an online store, import products, migrate from Square, migrate from WooCommerce, migrate from Etsy, migrate from Amazon, migrate from eBay, migrate from Wix, import from Google Merchant Center, migrate from Clover, migrate from Lightspeed, move products to Shopify, import catalog, replatform to Shopify. This is for store owners — not developers.

shopify-partnerskills/shopify-partner/SKILL.md

The Partner API lets you programmatically access data about your Partner Dashboard, including your apps, themes, and affiliate referrals.

shopify-payments-appsskills/shopify-payments-apps/SKILL.md

The Payments Apps API enables payment providers to integrate their payment solutions with Shopify's checkout.

shopify-polaris-admin-extensionsskills/shopify-polaris-admin-extensions/SKILL.md

Add custom actions and blocks from your app at contextually relevant spots throughout the Shopify Admin. Admin UI Extensions also supports scaffolding new adminextensions using Shopify CLI commands.

shopify-polaris-app-homeskills/shopify-polaris-app-home/SKILL.md

Build your app's primary user interface embedded in the Shopify admin. If the prompt just mentions `Polaris` and you can't tell based off of the context what API they meant, assume they meant this API.

shopify-polaris-checkout-extensionsskills/shopify-polaris-checkout-extensions/SKILL.md

Build custom functionality that merchants can install at defined points in the checkout flow, including product information, shipping, payment, order summary, and Shop Pay. Checkout UI Extensions also supports scaffolding new checkout extensions using Shopify CLI commands.

shopify-polaris-customer-account-extensionsskills/shopify-polaris-customer-account-extensions/SKILL.md

Build custom functionality that merchants can install at defined points on the Order index, Order status, and Profile pages in customer accounts. Customer Account UI Extensions also supports scaffolding new customer account extensions using Shopify CLI commands.

shopify-pos-uiskills/shopify-pos-ui/SKILL.md

Build retail point-of-sale applications using Shopify's POS UI components. These components provide a consistent and familiar interface for POS applications. POS UI Extensions also supports scaffolding new POS extensions using Shopify CLI commands. Keywords: POS, Retail, smart grid

shopify-storefront-graphqlskills/shopify-storefront-graphql/SKILL.md

Use for custom storefronts requiring direct GraphQL queries/mutations for data fetching and cart operations. Choose this when you need full control over data fetching and rendering your own UI. NOT for Web Components - if the prompt mentions HTML tags like <shopify-store>, <shopify-cart>, use storefront-web-components instead.

shopify-use-shopify-cliskills/shopify-use-shopify-cli/SKILL.md

Choose when the user needs **Shopify CLI** to run or fix something now: validate app or extension config on disk (`shopify.app.toml`, `shopify.app.<name>.toml`, `shopify.extension.toml`); run or troubleshoot store workflows (`shopify store auth`, `shopify store execute`); inventory or product changes by handle, SKU, or location name; or CLI setup, auth, upgrade issues. Emphasize **commands and operational steps**, not only authoring GraphQL. Skip for API-only understanding or codegen with no CLI execution. Examples: validate configuration before deploy; run an existing query via CLI; list products; missing `shopify store execute`.

ucpskills/ucp/SKILL.md

Use when the user wants to use the UCP CLI to find, compare, buy, or track products from online merchants, or to set up and troubleshoot the local UCP profile required for merchant-scoped operations. Covers global catalog search ("find me X under $Y"), named-merchant transactions ("buy this from Z.com"), order tracking, `ucp profile init`, `ucp doctor`, carts, checkout, orders, and UCP setup/help. Falls back to merchant-hosted handoff when direct in-protocol checkout isn't available.

MCP servers1

shopifyStreamable HTTP
url
https://setup.shopify.com/mcp

Plugin manifests1

plugins/shopify/.codex-plugin/plugin.json
{
  "apps": "./.app.json",
  "author": {
    "name": "Shopify"
  },
  "description": "Shopify for ChatGPT makes store building and management as easy as having a conversation. Effortlessly connect your existing store or create a new online store by describing your business. Simply chat to add products, adjust inventory across locations, create discount codes, browse recent orders, view customer details, or pull analytics on your store’s performance.",
  "interface": {
    "capabilities": [],
    "category": "Business & Operations",
    "composerIcon": "./assets/composer-icon.svg",
    "defaultPrompt": [
      "Upload and add this product to my store.",
      "Show me the products I have in my store.",
      "Show me my store's sales for the past three weeks."
    ],
    "developerName": "Shopify",
    "displayName": "Shopify",
    "logo": "./assets/logo.png",
    "longDescription": "Shopify for ChatGPT makes store building and management as easy as having a conversation. Effortlessly connect your existing store or create a new online store by describing your business. Simply chat to add products, adjust inventory across locations, create discount codes, browse recent orders, view customer details, or pull analytics on your store’s performance.",
    "privacyPolicyURL": "https://www.shopify.com/legal/privacy",
    "shortDescription": "Build and manage your store",
    "supportURL": "https://help.shopify.com",
    "termsOfServiceURL": "https://www.shopify.com/legal/terms",
    "websiteURL": "https://shopify.com"
  },
  "name": "shopify",
  "skills": "./skills/",
  "version": "3.0.0"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[shopify on Agent Plugins Marketplace](https://pluginsmp.com/plugins/shopify)