Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
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.
User asks: Which orders this week came from our Facebook campaign?
- 1Fetches recent orders with attribution fields via REST API
- 2Filters results by source_name and referring_site for Facebook entries
- 3Queries marketing events to match UTM campaign parameters
- 4Returns matched orders with IDs, totals, and campaign attribution
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.