
from shopify-ai-toolkit208
Helper for authoring and validating GraphQL queries against Shopify's Customer Account API (orders, addresses, payment methods).
This skill guides an assistant to generate correct GraphQL queries and mutations for the Shopify Customer Account API. It enforces a search-then-validate workflow: run the provided documentation search script, author the GraphQL code using the results, then run the validation script before returning code. Typical use cases are fetching customer orders, updating addresses, and managing payment method references in customer context.
Use this skill when you need to produce accurate, runnable GraphQL operations for customer-scoped functionality (order history, profile updates, address management, payment methods). It's intended for developer-facing assistants that can execute the included search and validation scripts and must validate code artifacts before returning them.
Designed for developer-focused agent environments: Claude Code, Cursor, and other code-capable assistants that can run local node scripts and shell commands.
Shopify's official skill for authoring and validating GraphQL queries against the Customer Account API. SKILL.md is well-structured with mandatory search-before-code and validate-before-return workflows. Both scripts are Node.js (.mjs) so couldn't be run by the Python-based runner. Telemetry to shopify.dev is disclosed with opt-out option. Clean, professional skill from a trusted source.
node (required for .mjs scripts, not tested by runner)Official Shopify skill from shopify/Shopify-AI-Toolkit repo. Telemetry is transparent and opt-out-able. No security concerns beyond expected analytics reporting. Scripts are well-structured ESM modules.