shopify-management-ops

Run Shopify management from terminal with audit-first checks, product sync, storefront gate control, and optional live publish. Use when the user asks to manage Shopify products, storefront state, or monetization operations.

6 stars

Best use case

shopify-management-ops is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Run Shopify management from terminal with audit-first checks, product sync, storefront gate control, and optional live publish. Use when the user asks to manage Shopify products, storefront state, or monetization operations.

Teams using shopify-management-ops should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/shopify-management-ops/SKILL.md --create-dirs "https://raw.githubusercontent.com/issdandavis/SCBE-AETHERMOORE/main/external/codex-skills-live/shopify-management-ops/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/shopify-management-ops/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How shopify-management-ops Compares

Feature / Agentshopify-management-opsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Run Shopify management from terminal with audit-first checks, product sync, storefront gate control, and optional live publish. Use when the user asks to manage Shopify products, storefront state, or monetization operations.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Shopify Management Ops

## Overview
Use this skill to operate Shopify from terminal in a deterministic way: audit first, then publish. It reuses existing SCBE scripts and outputs artifact-backed reports.

## Trigger Conditions
Use when requests include:
- "post products to Shopify"
- "manage my Shopify store"
- "sync listings"
- "disable password gate"
- "run publish pipeline"

## Core Workflow
1. Run `audit` mode first to validate script health and storefront/admin status.
2. If healthy, run `publish` mode to sync products and images.
3. If storefront shows password gate, run `gate-disable` mode.
4. Run `full-live` mode for the full profit pipeline with live publish.

## Commands
From any shell:

```powershell
pwsh -ExecutionPolicy Bypass -File C:/Users/issda/.codex/skills/shopify-management-ops/scripts/run_shopify_management_ops.ps1 -Mode audit
```

Live product sync:

```powershell
pwsh -ExecutionPolicy Bypass -File C:/Users/issda/.codex/skills/shopify-management-ops/scripts/run_shopify_management_ops.ps1 -Mode publish
```

Disable storefront password gate:

```powershell
pwsh -ExecutionPolicy Bypass -File C:/Users/issda/.codex/skills/shopify-management-ops/scripts/run_shopify_management_ops.ps1 -Mode gate-disable
```

Full profit lane (includes fact gate + launch pack + live publish):

```powershell
pwsh -ExecutionPolicy Bypass -File C:/Users/issda/.codex/skills/shopify-management-ops/scripts/run_shopify_management_ops.ps1 -Mode full-live
```

Parallel tentacle mesh (code + visual + product/pricing + image lanes):

```powershell
pwsh -ExecutionPolicy Bypass -File C:/Users/issda/.codex/skills/shopify-management-ops/scripts/run_shopify_management_ops.ps1 -Mode mesh-audit
```

## Shopify App Connection Notes
You can connect through your Shopify apps by using their Admin API credentials in env secrets.
Required keys for this skill:
- `SHOPIFY_SHOP` (or `SHOPIFY_SHOP_DOMAIN`)
- `SHOPIFY_ACCESS_TOKEN` (or `SHOPIFY_ADMIN_TOKEN`)

If app credentials are saved at User/Machine scope, the runner loads them into the current process before executing scripts.

## Evidence Standard
Always return the report path from the run (JSON artifact under `artifacts/`).
Do not claim live success unless `live_sync.ok=true` in output JSON.

Related Skills

scbe-document-management

6
from issdandavis/SCBE-AETHERMOORE

Consolidate overlapping docs, classify files by authority, and keep SCBE repo documents aligned with runtime truth. Use when the repo has drift between canonical docs, public docs, proposal notes, research branches, and generated evidence.

cloud-storage-local-storage-management

6
from issdandavis/SCBE-AETHERMOORE

Audit, sort, route, and back up large Windows workspaces across local disks and cloud-sync folders without recursive mirror failures. Use when the user wants the filesystem cleaned up, cloud storage organized, backup targets chosen by free space and route quality, or hardware/storage bottlenecks identified before moving data.

scbe-shopify-money-flow

6
from issdandavis/SCBE-AETHERMOORE

Execute revenue-focused Shopify operations using SCBE and HYDRA command lanes with deterministic evidence, cross-talk dispatch, and workflow tuning. Use when the goal is to improve Shopify conversion, publish or refresh digital offers, coordinate monetization agents, or run pre-launch smoke checks before live store actions.

scbe-self-improvement-skill-management

6
from issdandavis/SCBE-AETHERMOORE

Run the SCBE self-improvement loop by documenting completed work, creating new skills, updating existing skills, and propagating SCBE knowledge to other AI systems via context documents and structured knowledge files. Use when users ask to create/update skills, formalize repeated SCBE workflows, enforce skill approval gates, generate transfer prompts for Claude/Gemini/custom agents, or publish SCBE knowledge artifacts to Hugging Face datasets.

gumroad-upload-management

6
from issdandavis/SCBE-AETHERMOORE

Automate Gumroad product image uploads and listing maintenance with Selenium and Chrome profile sessions. Use when users ask to upload or replace Gumroad product images, map local image files to product pages, run `gumroad_image_uploader.py`, troubleshoot Chrome/Selenium session failures, or verify upload results from logs.

aetherbrowser-shopify-nav

6
from issdandavis/SCBE-AETHERMOORE

Navigate Shopify admin and storefront pages through AetherBrowser for merchandising and operations tasks. Use when working on products, collections, orders, settings, or marketing surfaces in browser mode.

scbe-shopify-cli-windows

6
from issdandavis/SCBE-AETHERMOORE

Bootstrap and operate Shopify CLI on Windows for theme and app development, then bridge Shopify credentials into SCBE connector registration. Use when asked to install Shopify CLI, validate Node/npm/Git prerequisites, run theme/app workflows, troubleshoot CLI issues, or wire Shopify Admin token flows into SCBE automation.

scbe-training-pair-authoring

6
from issdandavis/SCBE-AETHERMOORE

Create prompt and response and metadata training pairs from SCBE documents, repair traces, terminal sessions, and operational workflows using the repository's canonical dataset contract and provenance rules.

scbe-spin-conversation-engine

6
from issdandavis/SCBE-AETHERMOORE

Generate SFT training data via radial matrix conversation pivots with D&D-style combat research mode. Produces diverse, cost-effective training pairs with Sacred Tongue encoding, golden spiral problem distribution, and harmonic re-attunement.

scbe-research-training-bridge

6
from issdandavis/SCBE-AETHERMOORE

Stage arXiv evidence and Obsidian markdown into source-grounded Hugging Face training bundles for research, review, and later SFT runs.

scbe-colab-bridge

6
from issdandavis/SCBE-AETHERMOORE

Control Google Colab notebooks from Claude Code via Chrome extension. Execute cells, run terminal commands, read outputs, and manage GPU compute remotely.

scbe-claim-to-code-evidence

6
from issdandavis/SCBE-AETHERMOORE

Map SCBE Notion technical claims, proof pages, and patent-facing architecture notes to concrete repository evidence such as code paths, tests, demos, and docs. Use when Codex needs to build a due-diligence packet, claim-to-code audit, implementation crosswalk, patent support note, or proof summary from local Notion exports and repo artifacts.