AI AGENT ADDONS

Shopify Admin Execution

shopify/shopify-ai-toolkit
Backend & APIs
1,844installs

Shopify developers can run validated Admin GraphQL commands directly on a store using Shopify CLI. This skill turns a validated query or mutation into a ready-to-execute workflow. You do not need to write raw GraphQL or switch tools. Just ask for a store action like showing products, checking inventory, or updating stock. The skill handles authentication and execution for you.

Always use the shopify-admin skill first to search the documentation and validate the operation. Then this skill wraps it in the correct CLI commands. The result is a safe and repeatable store workflow.

Examples include listing the first 10 products, finding low-inventory items, or setting inventory at a specific warehouse. The skill stays in execution mode even for read-only requests. It also keeps pagination and threshold changes as CLI command variants.

Add Shopify Admin Execution skill to your workflow

Global

mkdir -p ~/.claude/skills/shopify-admin-execution

Project

mkdir -p .claude/skills/shopify-admin-execution

Source Repository

Stars
420
Forks
47
Watchers
420
License
MIT
Last Push
25 days ago
Created
3 months ago