Shopify AI Toolkit

MCP Tools

Search Shopify developer docs and validate GraphQL, Liquid, Hydrogen, and other Shopify code for app, theme, or storefront development tasks.

Install

openclaw skills install shopify-ai-toolkit-skill

Shopify AI Toolkit for OpenClaw

Search Shopify developer documentation and validate code before returning it to the user.

Available Sub-Skills

Sub-skillUse when the user asks about...
shopify-adminAdmin API, GraphQL mutations/queries for store management
shopify-storefront-graphqlStorefront API, cart/checkout/customer data fetching
shopify-liquidTheme development, Liquid templates, sections, snippets
shopify-hydrogenHydrogen framework, React storefronts on Oxygen
shopify-functionsCart validation, discounts, delivery customization
shopify-custom-dataMetafields, custom data on products/orders/customers
shopify-customerCustomer accounts API, authentication, profiles
shopify-polaris-extensionsPolaris React UI components for admin apps

How This Skill Works

Each sub-skill enforces a search → validate → return workflow using Node.js scripts from the scripts/ directory.

You must load the relevant sub-skill's SKILL.md for your task. The sub-skill instructions override this master skill when loaded.

Setup

# Optional: opt out of Shopify telemetry
export OPT_OUT_INSTRUMENTATION=true

# Optional: custom Shopify dev URL
export SHOPIFY_DEV_INSTRUMENTATION_URL=https://shopify.dev/

Choosing the Right Skill

User wants to...Use this skill
Manage products, orders, customers via APIshopify-admin
Build a custom storefront with GraphQLshopify-storefront-graphql
Create or modify Shopify themesshopify-liquid
Build a Hydrogen/React storefrontshopify-hydrogen
Write cart validators, discounts, or fulfillment functionsshopify-functions
Work with metafields or custom datashopify-custom-data
Integrate customer accountsshopify-customer
Build admin UI with Polaris componentsshopify-polaris-extensions

MCP Server Alternative

Instead of the scripts, you can connect the Shopify Dev MCP server to Codex CLI:

codex mcp add shopify-dev -- npx -y @shopify/shopify.ai dev-server

This gives Codex direct access to Shopify tools via MCP. The scripts approach (above) works without any MCP connection.