LaunchKit · 2026
Back to Skills

shopify-admin

Shopify Admin API CLI for orders, products, customers, and store management.

0
508 downloads
by @robsannaa

Setup & Installation

openclaw skills install @robsannaa/shopify-admin

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install shopify-admin

Version History

v1.1.2Feb 22, 2026 - Version note by skill developer:

Security: script no longer sources any env file; uses process env only. Declared required bins (curl, jq). Docs clarify environment and prerequisites.

What This Skill Does

CLI interface for the Shopify Admin API covering orders, products, customers, and store analytics. Supports both REST and GraphQL endpoints with environment-based authentication.

Lets an agent query and manage Shopify data directly without opening the admin dashboard or building a custom integration.

When to use it

  • Pulling recent orders by fulfillment status
  • Looking up a customer's purchase history by ID
  • Searching and deleting discontinued products
  • Tracking UTM attribution on incoming orders
  • Querying store session counts and marketing event performance

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Which orders this week came from our Facebook campaign?

AGENT
  1. 1Fetches recent orders with attribution fields via REST API
  2. 2Filters results by source_name and referring_site for Facebook entries
  3. 3Queries marketing events to match UTM campaign parameters
  4. 4Returns matched orders with IDs, totals, and campaign attribution
OUTPUT

A list of orders with order IDs, totals, and confirmed Facebook campaign attribution data

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

SHOPIFY_STORE_DOMAIN environment variableSHOPIFY_ACCESS_TOKEN environment variable (generate via Shopify Admin under Apps > Custom apps)