Install
openclaw skills install openclaw-shopify-managerConnect OpenClaw to Shopify with guided setup, local `.env` secret storage, Shopify OAuth, webhook validation, product and content operations, and host or Docker-sidecar deployment support. Use when connecting a Shopify store to OpenClaw, completing Shopify app setup, reading store information, listing or finding products, updating approved Shopify content, or running a small local Shopify connector for OpenClaw.
openclaw skills install openclaw-shopify-managerUse 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.
references/setup.md for the canonical setup path.scripts/setup-runtime.mjs guided-setup to create the runtime directory, config files, .env, logs/state folders, and optional systemd unit template.references/tailscale.md when using Tailscale for public HTTPS callback exposure.references/systemd.md for host/systemd operation.references/docker.md for Docker or sidecar deployment.scripts/shopify-connector.mjs for auth URL generation, callback handling, webhook validation, and Shopify API calls.scripts/setup-runtime.mjs doctor to verify runtime completeness.scripts/install-host-runtime.sh when the user wants the canonical host-oriented setup flow..env, not in tracked config files.scripts/setup-runtime.mjs guided-setup..env.scripts/shopify-connector.mjs auth-url.shop-info.Supported helper commands include:
shop-infolist-productsfind-productsget-productlist-blogslist-articlesUse get-product --id ... for exact lookup and get-product --title ... or find-products --query ... for title-based lookup.
Supported mutation helpers include:
update-productcreate-articleupdate-articleUse write commands only after user confirmation.
references/setup.mdreferences/tailscale.mdreferences/systemd.mdreferences/docker.mdreferences/scopes-and-safety.mdscripts/setup-runtime.mjsscripts/install-host-runtime.shscripts/shopify-connector.mjsassets/shopify-connector.service.txtscripts/check-tailscale.sh