by40rty-ai· 56 skills
Master skill collection for Shopify store operators. Provides access to all merchandising, marketing, support, and operations capabilities.
$npx -y skills add 40rty-ai/shopify-admin-skills --skill shopify-admin-skillsInstalls into the current project.
Run `npx skills use "https://github.com/40rty-ai/shopify-admin-skills" --skill "40rty-ai/shopify-admin-skills"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/40rty-ai/shopify-admin-skills" that are relevant to the current task. Run `npx skills add "https://github.com/40rty-ai/shopify-admin-skills"` and select the relevant skills, then follow their instructions.
| 1 | <h1 align="center">Shopify Admin Skills.</h1> |
| 2 | |
| 3 | <img width="1788" height="744" alt="Screenshot 2026-04-13 at 14 25 45 (1)" src="https://github.com/user-attachments/assets/e52d1227-dddf-4e19-a5b9-5f7379caf8e0" /> |
| 4 | |
| 5 | |
| 6 | <p align="center"> |
| 7 | <strong>AI agent skills + scheduled routines to operate your Shopify store.</strong> |
| 8 | <br /> |
| 9 | 116 skills across 11 categories, plus 21 always-on routines that monitor inventory, fraud, fulfillment, finance, customer health, and AI-agent readiness on a schedule. |
| 10 | </p> |
| 11 | |
| 12 | <p align="center"> |
| 13 | <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-green?style=flat-square" alt="License" /></a> |
| 14 | <a href="CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen?style=flat-square" alt="PRs Welcome" /></a> |
| 15 | </p> |
| 16 | |
| 17 | --- |
| 18 | |
| 19 | ## Install |
| 20 | |
| 21 | **Any agent (Cursor, Cline, Copilot, Gemini CLI, Codex)** |
| 22 | |
| 23 | ```bash |
| 24 | npx skills add 40RTY-ai/shopify-admin-skills |
| 25 | ``` |
| 26 | |
| 27 | **Claude Code** |
| 28 | |
| 29 | ``` |
| 30 | /plugin marketplace add 40RTY-ai/shopify-admin-skills |
| 31 | /plugin install shopify-admin-skills@shopify-admin-skills |
| 32 | ``` |
| 33 | |
| 34 | ## Skills |
| 35 | |
| 36 | 116 skills across 11 categories: |
| 37 | |
| 38 | | Category | Skills | Examples | |
| 39 | |---|---|---| |
| 40 | | [Agentic](skills/agentic/) | 10 | AI-agent readiness — remediates [agentiq.report](https://agentiq.report) findings: product JSON-LD & GTIN backfill, image alt-text, metafields, taxonomy, AI-crawler access, llms.txt, Organization schema, policy readability | |
| 41 | | [Marketing](skills/marketing/) | 6 | Cart recovery, win-back, loyalty, VIP, promo codes, attribution | |
| 42 | | [Merchandising](skills/merchandising/) | 25 | Pricing, stock, demand forecast, variant performance, COGS, vendor consolidation | |
| 43 | | [Customer Support](skills/customer-support/) | 8 | Order lookup, refunds, returns, address correction, customer merge, timeline export | |
| 44 | | [Customer Ops](skills/customer-ops/) | 11 | RFM, churn risk, CAC, deliverability, chargeback watch, cohort, B2B | |
| 45 | | [Conversion](skills/conversion-optimization/) | 10 | FBT, cross-sell, discount ROI, traffic-by-page, post-purchase survey, gift messages | |
| 46 | | [Fulfillment Ops](skills/fulfillment-ops/) | 11 | Digest, routing, tracking, SLA, shipping rates, carrier comparison, bundles | |
| 47 | | [Finance](skills/finance/) | 12 | Profit, payout recon, gift card liability, MRR, discount trend, tax, AOV | |
| 48 | | [Order Intelligence](skills/order-intelligence/) | 9 | Fraud, auto-tagging, attribution, cancellation, product affinity, partial-refund patterns | |
| 49 | | [Returns](skills/returns/) | 6 | Reason analysis, fraud detection, restock, cost attribution, SLA | |
| 50 | | [Store Management](skills/store-management/) | 8 | Redirects, drafts, discounts, pages, staff audit, file storage, metafield definitions | |
| 51 | |
| 52 | ## Routines |
| 53 | |
| 54 | 20 ready-to-use **scheduled routines** that run autonomously on Claude Code's infrastructure. Each routine fires on a cron schedule, invokes one or more skills, and reports back via Slack or file output. |
| 55 | |
| 56 | **Daily / High-frequency:** `morning-store-briefing`, `low-stock-watchdog`, `abandoned-cart-patrol`, `fraud-sentinel`, `fulfillment-sla-watchdog`, `price-anomaly-scanner`, `vip-customer-watcher`, `payout-recon-daily`, `new-product-launch-tracker` |
| 57 | |
| 58 | **Weekly:** `weekly-business-review`, `return-fraud-watch`, `discount-roi-weekly`, `catalog-health-weekly`, `customer-churn-watch`, `seo-coverage-weekly`, `dead-stock-weekly` |
| 59 | |
| 60 | **Monthly / Quarterly:** `monthly-financial-close`, `staff-activity-monthly`, `inventory-aging-monthly`, `quarterly-business-review` |
| 61 | |
| 62 | ### Smart install (recommended) |
| 63 | |
| 64 | Don't dump all 20 routines on a store that doesn't need them. The smart installer profiles your store, asks 3 questions, and installs only the routines that fit. |
| 65 | |
| 66 | See [routines/INSTALL.md](routines/INSTALL.md) for the smart install prompt, or [routines/README.md](routines/README.md) for all install paths and per-routine details. |
| 67 | |
| 68 | ## How it works |
| 69 | |
| 70 | **Skills** — each is a `SKILL.md` file that teaches your agent a complete workflow against the Shopify Admin GraphQL API. When invoked, the agent queries your store, previews mutations with `dry_run: true`, executes on confirmation, and reports exactly what happened. |
| 71 | |
| 72 | **Routines** — pre-built scheduled-task definitions that combine skills into automated workflows. Install once via Claude Code, then they fire on schedule autonomously — no machine needs to stay on. |
| 73 | |
| 74 | ## Contributing |
| 75 | |
| 76 | PRs welcome. See [CONTRIBUTING.md](CONTRIBUTING.md). |
| 77 | |
| 78 | ## License |
| 79 | |
| 80 | [MIT](LICENSE) |