
from multiuserclaw255
GraphQL-first Shopify helper: curl-based recipes to list products, manage inventory, read orders/customers, and work with metafields and bulk operations.
Provides curl-based GraphQL examples and operational guidance for interacting with Shopify Admin and Storefront APIs. Includes discovery queries, pagination patterns, product/order/customer/inventory mutations, metafields, bulk operations, webhook setup, and safety notes for destructive mutations.
Use this skill when you need programmatic, scriptable access to a Shopify store without an SDK — for quickly querying products, adjusting inventory, exporting large datasets via bulk operations, or automating customer/order lookups via shell scripts. Good for ops, migrations, small integrations, and CI tasks.
Likely useful to agents with CLI and HTTP capabilities (Copilot/CLI-focused agents, Shell-capable agents) — any agent that can run curl/jq or produce shell snippets.
Shopify Admin & Storefront GraphQL skill using curl-based recipes. No bundled scripts — purely instructional SKILL.md with well-structured GraphQL examples for products, orders, customers, inventory, metafields, bulk operations, and webhooks. Clear safety warnings about mutations and rate limits. Shell interpolation pattern in shop_gql() example is standard curl usage, low real-world risk.
Clean, well-organized skill. No scripts to test. GraphQL-first approach is correct given REST API is frozen. Good pitfall section and safety guidance. Noted 2026-01 custom app deprecation warning is helpful.