
from shopify-admin-skills138
A master collection of Shopify admin capabilities for merchants: merchandising, support, marketing, operations, and analytics workflows.
This repository bundles a master skill that exposes a suite of Shopify admin sub-skills. It guides agents to select and run focused sub-capabilities for merchandising, customer support, marketing, fulfillment, finance, and conversion optimization. The SKILL.md provides high-level instructions and decision logic for choosing the right sub-skill.
Use this master skill when a merchant requests help managing their Shopify store — for tasks like inventory updates, bulk pricing changes, refunds, abandoned-cart recovery, and reporting. The skill instructs agents to confirm destructive operations before executing.
Suitable for agents with e-commerce and HTTP API capabilities (Python/Node agents, Copilot-style code assistants) that can call Shopify admin APIs or orchestrate sub-skill modules.
Shopify admin master skill that routes to sub-skills for merchandising, marketing, support, and operations. SKILL.md is thin — mainly a capability list with brief routing instructions. dev-session.sh failed due to missing shopify CLI. Two .mjs scripts were skipped by the runner. Scripts are functional but narrowly scoped: dev setup, routine installation, and GraphQL operations index validation.
shopify-cligray-matter (npm)glob (npm)Master skill pattern (router/index) for a family of Shopify admin sub-skills. Clean from a security perspective — no network calls to suspicious hosts, no credential leaks, no destructive patterns. The SKILL.md itself is quite minimal and could benefit from more detailed instructions on each sub-skill's invocation. The .mjs scripts use ESM imports which weren't recognized by the script runner.