shopify

Manage Shopify store products, orders, customers, and inventory via Admin REST API.

3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/jholhewres/devclaw-skills --skill shopify-jholhewres
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopify
Source: https://github.com/jholhewres/devclaw-skills/tree/main/skills/shopify
Command: npx skills add https://github.com/jholhewres/devclaw-skills --skill shopify-jholhewres

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows for the management of various aspects of a Shopify store, including products, orders, customers, and inventory, directly through an AI agent.

Core Features & Use Cases

  • Product Management: List, view details, create, and update products.
  • Order Management: List recent or unfulfilled orders, and view order details.
  • Customer Management: List and search for customers.
  • Inventory Control: Adjust inventory levels for products.
  • Refunds: Calculate refund amounts for orders.

Quick Start

Use the shopify skill to list the 10 most recent orders.

Frequently Asked Questions about shopify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Shopify store inventory and products through an AI agent?

To manage Shopify store inventory and products, you can use an AI agent to interact with the Shopify Admin REST API for listing, creating, updating, and adjusting inventory levels. This requires setting up SHOPIFY_STORE and SHOPIFY_ACCESS_TOKEN environment variables for authentication.

What do I need to connect an AI agent to my Shopify Admin API?

To connect an AI agent to the Shopify Admin API, you need to configure two environment variables: SHOPIFY_STORE and SHOPIFY_ACCESS_TOKEN. These credentials authenticate your requests when performing operations like managing orders or updating products.

Can I list and search for specific customers in my Shopify store?

You can list and search for customers in your Shopify store by interacting with the Admin REST API through an AI agent. This allows direct retrieval of customer details alongside managing products, orders, and inventory.

How do I calculate refund amounts for Shopify orders?

To calculate refund amounts for Shopify orders, the AI agent interacts with the Shopify Admin REST API to process order details and determine the correct refund values. This is part of the full order management capability including listing unfulfilled orders.

What is the best way to list unfulfilled Shopify orders automatically?

The best way to list unfulfilled Shopify orders automatically is by using an AI agent to query the Shopify Admin REST API. It can retrieve recent and unfulfilled orders directly, requiring only valid SHOPIFY_STORE and SHOPIFY_ACCESS_TOKEN environment variables.

Does Shopify API management work without manual dashboard updates?

Shopify API management works without manual dashboard updates by using an AI agent to perform operations on products, orders, customers, and inventory directly. It handles tasks like adjusting inventory levels and creating products programmatically via the Admin REST API.