Community-maintained AI agent skills for operating Shopify stores — workflows, optimization, reports and more
> /plugin marketplace add 40rty-ai/shopify-admin-skills> /plugin install shopify-admin-skills@shopify-admin-skills
What's inside
Any agent (Cursor, Cline, Copilot, Gemini CLI, Codex)
npx skills add 40RTY-ai/shopify-admin-skills
Claude Code
/plugin marketplace add 40RTY-ai/shopify-admin-skills
/plugin install shopify-admin-skills@shopify-admin-skills
116 skills across 11 categories:
| Category | Skills | Examples |
|---|---|---|
| Agentic | 10 | AI-agent readiness — remediates agentiq.report findings: product JSON-LD & GTIN backfill, image alt-text, metafields, taxonomy, AI-crawler access, llms.txt, Organization schema, policy readability |
| Marketing | 6 | Cart recovery, win-back, loyalty, VIP, promo codes, attribution |
| Merchandising | 25 | Pricing, stock, demand forecast, variant performance, COGS, vendor consolidation |
| Customer Support | 8 | Order lookup, refunds, returns, address correction, customer merge, timeline export |
| Customer Ops | 11 | RFM, churn risk, CAC, deliverability, chargeback watch, cohort, B2B |
| Conversion | 10 | FBT, cross-sell, discount ROI, traffic-by-page, post-purchase survey, gift messages |
| Fulfillment Ops | 11 | Digest, routing, tracking, SLA, shipping rates, carrier comparison, bundles |
| Finance | 12 | Profit, payout recon, gift card liability, MRR, discount trend, tax, AOV |
| Order Intelligence | 9 | Fraud, auto-tagging, attribution, cancellation, product affinity, partial-refund patterns |
| Returns | 6 | Reason analysis, fraud detection, restock, cost attribution, SLA |
| Store Management | 8 | Redirects, drafts, discounts, pages, staff audit, file storage, metafield definitions |
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.
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
Weekly: weekly-business-review, return-fraud-watch, discount-roi-weekly, catalog-health-weekly, customer-churn-watch, seo-coverage-weekly, dead-stock-weekly
Monthly / Quarterly: monthly-financial-close, staff-activity-monthly, inventory-aging-monthly, quarterly-business-review
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.
See routines/INSTALL.md for the smart install prompt, or routines/README.md for all install paths and per-routine details.
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.
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.
PRs welcome. See CONTRIBUTING.md.
.claude-plugin/
marketplace.json
plugin.json
.github/
workflows/
deploy.yml
.gitignore
CLAUDE.md
CONTRIBUTING.md
docs/
graphql-operations-index.md
skill-template.md
LICENSE
package.json
pnpm-lock.yaml
pnpm-workspace.yaml
README.md
routines/
abandoned-cart-patrol.md
agentic-readiness-monitor.md
catalog-health-weekly.md
customer-churn-watch.md
dead-stock-weekly.md
discount-roi-weekly.md
fraud-sentinel.md
fulfillment-sla-watchdog.md
INSTALL.md
inventory-aging-monthly.md
low-stock-watchdog.md
monthly-financial-close.md
morning-store-briefing.md
new-product-launch-tracker.md
payout-recon-daily.md
price-anomaly-scanner.md
quarterly-business-review.md
README.md
return-fraud-watch.md
seo-coverage-weekly.md
staff-activity-monthly.md
vip-customer-watcher.md
weekly-business-review.md
scripts/
build-signal-skill-map.mjs
dev-session.sh
install-routines.mjs
validate-operations-index.mjs
site/
.gitignore
.vscode/
extensions.json
launch.json
astro.config.mjs
package.json
public/
40rty-logo-black.png
40rty-logo-small.png
40rty-logo-white.png
40rty-logo.png
40rty-mark.png
claude-logo.svg
llms-full.txt
llms.txt
robots.txt
shopify-mono-black.png
shopify-mono-white.png
README.md
src/
components/
Footer.astro
Header.astro
illustrations/
RoutineFeed.css
RoutineFeed.tsx
TerminalDemo.css
TerminalDemo.tsx
UnifiedHero.css
UnifiedHero.tsx
SignupSection.astro
SkillCard.astro
layouts/
Base.astro
pages/
index.astro
routines/
index.astro
skills/
[category]/
[slug].astro
index.astro
scripts/
storeDomain.ts
styles/
global.css
tsconfig.json
SKILL.md
skills/
agentic/
README.md
shopify-admin-agentic-crawler-access/
SKILL.md
shopify-admin-agentic-description-enrichment/
SKILL.md
shopify-admin-agentic-image-alt-text/
SKILL.md
shopify-admin-agentic-llms-txt/
SKILL.md
shopify-admin-agentic-metafields-setup/
SKILL.md
shopify-admin-agentic-organization-schema/
SKILL.md
shopify-admin-agentic-policy-readability/
SKILL.md
shopify-admin-agentic-product-jsonld-backfill/
SKILL.md
shopify-admin-agentic-product-taxonomy/
SKILL.md
shopify-admin-agentic-readiness-audit/
SKILL.md
signal-skill-map.json
conversion-optimization/
shopify-admin-checkout-abandonment-report/
SKILL.md
shopify-admin-cross-sell-opportunity-finder/
SKILL.md
shopify-admin-discount-ab-analysis/
SKILL.md
shopify-admin-discount-roi-calculator/
SKILL.md
shopify-admin-frequently-bought-together/
SKILL.md
shopify-admin-gift-card-issuance/
SKILL.md
shopify-admin-gift-message-extraction/
SKILL.md
shopify-admin-post-purchase-survey-trigger/
SKILL.md
shopify-admin-top-product-performance/
SKILL.md
shopify-admin-traffic-by-page-report/
SKILL.md
customer-ops/
shopify-admin-b2b-company-overview/
SKILL.md
shopify-admin-chargeback-watchlist-tagger/
SKILL.md
shopify-admin-churn-risk-scorer/
SKILL.md
shopify-admin-customer-acquisition-cost-by-source/
SKILL.md
shopify-admin-customer-cohort-analysis/
SKILL.md
shopify-admin-customer-note-bulk-annotator/
SKILL.md
shopify-admin-customer-spend-tier-tagger/
SKILL.md
shopify-admin-duplicate-customer-finder/
SKILL.md
shopify-admin-email-deliverability-audit/
SKILL.md
shopify-admin-marketing-consent-report/
SKILL.md
shopify-admin-rfm-customer-segmentation/
SKILL.md
customer-support/
shopify-admin-address-correction/
SKILL.md
shopify-admin-bulk-customer-tag-update/
SKILL.md
shopify-admin-customer-merge/
SKILL.md
shopify-admin-customer-timeline-export/
SKILL.md
shopify-admin-order-lookup-and-summary/
SKILL.md
shopify-admin-refund-and-reorder/
SKILL.md
shopify-admin-return-initiation/
SKILL.md
shopify-admin-wismo-bulk-status-report/
SKILL.md
finance/
shopify-admin-average-order-value-trends/
SKILL.md
shopify-admin-discount-cost-trend/
SKILL.md
shopify-admin-gift-card-balance-report/
SKILL.md
shopify-admin-gift-card-liability-report/
SKILL.md
shopify-admin-payout-reconciliation/
SKILL.md
shopify-admin-profit-margin-calculator/
SKILL.md
shopify-admin-refund-rate-analysis/
SKILL.md
shopify-admin-revenue-by-location-report/
SKILL.md
shopify-admin-sales-by-channel-report/
SKILL.md
shopify-admin-shipping-cost-analysis/
SKILL.md
shopify-admin-subscription-mrr-tracker/
SKILL.md
shopify-admin-tax-liability-summary/
SKILL.md
fulfillment-ops/
shopify-admin-bulk-fulfillment-creation/
SKILL.md
shopify-admin-bundle-availability-check/
SKILL.md
shopify-admin-cancel-and-restock/
SKILL.md
shopify-admin-carrier-performance-comparison/
SKILL.md
shopify-admin-delivery-time-analysis/
SKILL.md
shopify-admin-fulfillment-location-routing/
SKILL.md
shopify-admin-fulfillment-status-digest/
SKILL.md
shopify-admin-order-hold-and-release/
SKILL.md
shopify-admin-shipping-rate-audit/
SKILL.md
shopify-admin-split-shipment-planner/
SKILL.md
shopify-admin-tracking-update-bulk/
SKILL.md
marketing/
shopify-admin-abandoned-cart-recovery/
SKILL.md
shopify-admin-customer-win-back/
SKILL.md
shopify-admin-loyalty-segment-export/
SKILL.md
shopify-admin-promo-code-bulk-generator/
SKILL.md
shopify-admin-referral-source-attribution/
SKILL.md
shopify-admin-vip-customer-identifier/
SKILL.md
merchandising/
shopify-admin-bulk-price-adjustment/
SKILL.md
shopify-admin-cogs-completeness-audit/
SKILL.md
shopify-admin-collection-membership-audit/
SKILL.md
shopify-admin-collection-reorganization/
SKILL.md
shopify-admin-compare-at-price-cleanup/
SKILL.md
shopify-admin-dead-stock-identifier/
SKILL.md
shopify-admin-demand-forecast-reorder/
SKILL.md
shopify-admin-duplicate-sku-barcode-detector/
SKILL.md
shopify-admin-inventory-adjustment/
SKILL.md
shopify-admin-inventory-aging-report/
SKILL.md
shopify-admin-inventory-transfer-between-locations/
SKILL.md
shopify-admin-inventory-valuation-report/
SKILL.md
shopify-admin-low-inventory-restock/
SKILL.md
shopify-admin-metafield-bulk-update/
SKILL.md
shopify-admin-multi-location-inventory-audit/
SKILL.md
shopify-admin-price-elasticity-analyzer/
SKILL.md
shopify-admin-product-data-completeness-score/
SKILL.md
shopify-admin-product-image-audit/
SKILL.md
shopify-admin-product-lifecycle-manager/
SKILL.md
shopify-admin-product-tag-bulk-update/
SKILL.md
shopify-admin-seo-metadata-audit/
SKILL.md
shopify-admin-stock-velocity-report/
SKILL.md
shopify-admin-variant-option-normalizer/
SKILL.md
shopify-admin-variant-performance-report/
SKILL.md
shopify-admin-vendor-consolidation/
SKILL.md
order-intelligence/
shopify-admin-automated-order-tagger/
SKILL.md
shopify-admin-high-risk-order-tagger/
SKILL.md
shopify-admin-order-attribution-report/
SKILL.md
shopify-admin-order-cancellation-analysis/
SKILL.md
shopify-admin-order-notes-and-attributes-report/
SKILL.md
shopify-admin-order-risk-report/
SKILL.md
shopify-admin-partial-refund-pattern-detector/
SKILL.md
shopify-admin-product-affinity-cross-sell/
SKILL.md
shopify-admin-repeat-purchase-rate/
SKILL.md
returns/
shopify-admin-exchange-vs-refund-ratio/
SKILL.md
shopify-admin-restock-on-return/
SKILL.md
shopify-admin-return-cost-attribution/
SKILL.md
shopify-admin-return-fraud-detector/
SKILL.md
shopify-admin-return-processing-sla/
SKILL.md
shopify-admin-return-reason-analysis/
SKILL.md
store-management/
shopify-admin-discount-hygiene-cleanup/
SKILL.md
shopify-admin-draft-order-cleanup/
SKILL.md
shopify-admin-file-storage-audit/
SKILL.md
shopify-admin-metafield-definition-audit/
SKILL.md
shopify-admin-page-content-audit/
SKILL.md
shopify-admin-publication-channel-audit/
SKILL.md
shopify-admin-staff-account-audit/
SKILL.md
shopify-admin-url-redirect-audit/
SKILL.md
vercel.jsonFAQ
shopify-admin-skills is a Claude Code plugin with 116 hand-picked skills for operations work, indexed on Flowy. Install it with the command on its page. It includes shopify-admin-agentic-crawler-access, shopify-admin-agentic-description-enrichment, shopify-admin-agentic-image-alt-text. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.