openclaw-shopify-manager
Installation
SKILL.md
OpenClaw Shopify Manager
Use this skill to connect OpenClaw to Shopify with a guided setup flow, local secret storage, and a small local connector for OAuth, webhooks, and Shopify Admin API operations.
Core workflow
- Read
references/setup.mdfor the canonical setup path. - Use
scripts/setup-runtime.mjs guided-setupto create the runtime directory, config files,.env, logs/state folders, and optional systemd unit template. - Read
references/tailscale.mdwhen using Tailscale for public HTTPS callback exposure. - Read
references/systemd.mdfor host/systemd operation. - Read
references/docker.mdfor Docker or sidecar deployment. - Use
scripts/shopify-connector.mjsfor auth URL generation, callback handling, webhook validation, and Shopify API calls. - Use
scripts/setup-runtime.mjs doctorto verify runtime completeness. - Use
scripts/install-host-runtime.shwhen the user wants the canonical host-oriented setup flow.