MyClaw
HomeProductsUse CasesPricingSkillsResourcesCompany
HomeUse CasesPricingSkills
Sign In
Home
ProductsOpenClaw HostingHermes Agent Hosting
Use CasesPricingSkills
ResourcesCompareTutorialLearnBlogUpdatesResourcesCommunity
CompanyAboutSupport
Sign In
MyClaw.ai

Your AI agent, already running.

Product

OpenClaw HostingHermes Agent HostingUse CasesPricingCompareAlibaba Cloud

Resources

BlogUpdatesSkillsModelsSupportCommunityCapybara

Legal

TermsPrivacyCookieGDPRContact

© 2023 Cubo World Inc. All rights reserved.

← Back to Skills
CLI Utilities
🛍️

Shopify Toolkit

Connect your Shopify store and manage it through natural conversation. View products, check orders, track inventory, and look up customers

by v1.0.0
Connecting to VM...
Connecting to VM...
npx clawhub@latest install shopify-toolkit
140Current Installs
📦
v1.0.0Version

Shopify Toolkit Skill Overview

Shopify Toolkit connects directly to your Shopify store via the Admin API, letting you query and manage products, orders, inventory, and customers through natural language. It handles reads and writes — from checking today's sales to executing batch price updates — without leaving your MyClaw workspace. Install it to bring your store data and operations into your AI assistant, eliminating manual exports and dashboard-switching.

How to Use It

Step 1: Run in your terminal or install this skill on MyClaw

npx clawhub@latest install shopify-toolkit
or

Click the Install button at the top of this page for one-click setup

When to Use Shopify Toolkit

Best Fit

  • You want to ask questions like "What are my top-selling products this month?" or "Which SKUs are almost out of stock?" and get instant, accurate answers from live store data.
  • You need to run batch operations — such as reducing winter product prices by 20% or adding a tag to all products under $50 — with a confirmation step before anything is changed.
  • You want scheduled reports (daily revenue summary, weekly sales comparison, low-stock alerts) delivered automatically via cron without building custom integrations.
  • You need to draft customer service replies for complaints, refunds, or late shipments, pre-filled with real order and customer history data.

When Not to Use

  • Your store uses a Shopify plan or custom app setup that does not allow Private App or Custom App access tokens with the required Admin API scopes.
  • You need real-time storefront features (cart, checkout, theme editing) — this skill targets the Admin API only, not the Storefront API.
  • You require pre-aggregated analytics dashboards; this skill calculates analytics from raw order data, which may be slow for stores with very large order volumes.

Key Features

Live Store Queries — Products, Orders, Customers, Inventory

Execute Admin API calls directly against your connected store using GraphQL or REST. Retrieve product listings, recent orders, inventory levels, and customer records in natural language, with results formatted as tables, ranked lists, or status-highlighted summaries.

Sales Analytics & Revenue Reporting

Fetch raw order data for any date range and calculate totals in-agent: daily, weekly, and monthly revenue; order counts; average order value; top-selling products by quantity or revenue; and period-over-period trend comparisons with directional indicators.

Smart Inventory Insights

Identify low-stock variants, detect slow-moving overstock, and generate restock recommendations based on each product's 30-day sales velocity. Inventory value is calculated across all variants and presented with the highest-value items ranked.

Batch Operations with Confirmation Gate

Run bulk price changes, inventory status updates, and tag additions or removals across multiple products. Every batch operation shows a full preview table of affected records and requires explicit user approval before any mutation is executed.

Customer Intelligence & Segmentation

Rank customers by lifetime value, calculate repeat-buyer rates, and segment your customer base into VIP, Regular, Casual, New, and Lapsed tiers based on order count, total spend, and recency. All calculations are performed from live customer and order data.

Customer Service Draft Generation

Fetch full order details — items, fulfillment status, tracking, refunds — and generate ready-to-review reply drafts for late shipping, wrong item, or refund complaints. Customer history and VIP status are surfaced alongside each draft to inform tone and resolution.

Use Cases

Daily & Weekly Sales Briefings

Ask for yesterday's revenue, this week's order count, or a comparison to the prior period. The skill fetches all relevant orders, calculates totals, and delivers a formatted summary — or you can schedule it as a recurring cron report delivered every morning.

Inventory Health Check

Ask "Which products are almost out of stock?" or "What's my total inventory value?" The skill scans all variants, flags low-stock and overstock items, and produces restock quantity recommendations based on recent sales velocity.

Bulk Promotional Price Updates

Instruct the skill to reduce all products with a specific tag by a percentage. It retrieves matching products, shows a before/after price table for your review, and only executes the mutations after you confirm — with rate-limit-safe pacing between calls.

Customer Complaint Reply Drafting

Provide an order number and complaint type; the skill pulls the full order record, customer history, and fulfillment details, then drafts a personalized reply. You review and edit the draft before it is sent.

Requirements

Connected Shopify Store

  • A valid store_domain and Admin API access_token stored in ~/.openclaw/workspace/shopify/config.json.
  • Obtain the access token by creating a Custom App in your Shopify Admin under Settings → Apps → Develop apps.

Required API Scopes

  • read_orders, read_all_orders — order data and sales analytics
  • read_products, write_products — product listings, batch price updates, tag management
  • read_customers — customer records, lifetime value, segmentation
  • read_inventory, write_inventory — stock levels and inventory adjustments
  • read_analytics — supplementary analytics data

Runtime Dependencies

  • node (for doc search and GraphQL validation scripts bundled with the shopify-admin skill)
  • curl and python3 (standard on macOS/Linux; used for config parsing and API calls)
  • OpenClaw cron (optional, for scheduled reports)
Connecting to VM...
npx clawhub@latest install shopify-toolkit
140Current Installs
📦
v1.0.0Version

Reviews

0 reviews

Log in to write a review

No reviews yet. Be the first to share your experience!