shopify-admin

Generate Shopify Admin GraphQL queries and mutations validated against the latest schema.

491|60|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/Shopify/Shopify-AI-Toolkit --skill shopify-admin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopify-admin
Source: https://github.com/Shopify/Shopify-AI-Toolkit/tree/main/skills/shopify-admin
Command: npx skills add https://github.com/Shopify/Shopify-AI-Toolkit --skill shopify-admin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Developers often struggle to write correct Shopify Admin GraphQL queries and mutations, leading to errors, wasted time, and broken integrations.

Core Features & Use Cases

  • Documentation Search: Automatically searches the latest Shopify Admin API docs for relevant examples before code generation.
  • Query/Mutation Generation: Produces ready‑to‑use GraphQL operations tailored to the developer's intent.
  • Validation Loop: Runs built‑in validation, retries up to three times, and provides fixes based on error feedback.
  • Optional Execution: Can invoke the shopify-admin-execution skill to run the operation directly against a store.

Quick Start

Ask the shopify-admin skill to generate a productUpdate mutation for a given product ID.

Frequently Asked Questions about shopify-admin

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

FAQPage Schema
How do I generate and validate Shopify Admin GraphQL queries?

To generate and validate Shopify Admin GraphQL queries, you can use a tool that automatically searches the latest API docs, builds the operation, and runs a validation loop against the schema to ensure correctness before execution.

How do I write a productUpdate mutation for Shopify?

Writing a productUpdate mutation for Shopify involves generating the correct GraphQL structure and validating it against the latest Shopify Admin API schema to ensure the operation executes without errors.

Why does my Shopify Admin GraphQL query keep failing?

Your Shopify Admin GraphQL query might keep failing if it is not validated against the latest API schema, but you can resolve this by using a validation loop that retries and provides fixes based on error feedback.

Can I execute Shopify Admin GraphQL mutations directly against a store?

You can execute Shopify Admin GraphQL mutations directly against a store by invoking a dedicated execution skill after the query generation and validation process is successfully completed.

What is the best way to build Shopify Admin API integrations without errors?

The best way to build Shopify Admin API integrations without errors is to generate queries from the latest API documentation and enforce a validation loop that automatically retries and fixes schema mismatches.

Do I need to manually check the Shopify Admin API docs before writing mutations?

You do not need to manually check the Shopify Admin API docs before writing mutations, because the generation process automatically searches the latest documentation for relevant examples to build the operation.