This walks a non-technical Shopify merchant through CLI installation and store connection without exposing any developer concepts. It detects your OS, installs the CLI via npm or Homebrew, then guides you through either creating a new store or connecting an existing one. The auth flow requests a standard set of scopes covering products, inventory, orders, customers, and themes. Once connected, it offers a menu of merchant-focused tasks like adding products, checking inventory, or importing from Square or WooCommerce. The instructions are careful about normalizing store URLs and handling the OAuth callback. Useful if you're building merchant-facing tooling on top of the CLI and want to avoid making store owners think about GraphQL or scopes.
npx skills add https://github.com/shopify/shopify-ai-toolkit --skill shopify-onboarding-merchant