clawpify

Manage Shopify store data via the GraphQL Admin API.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Maosixian/selfused-xavier-lobsterop --skill clawpify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawpify
Source: https://github.com/Maosixian/selfused-xavier-lobsterop/tree/main/skills/clawpify
Command: npx skills add https://github.com/Maosixian/selfused-xavier-lobsterop --skill clawpify

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies managing Shopify stores through GraphQL Admin API, providing a unified interface for querying and manipulating data.

Core Features & Use Cases

  • Shopify Store Management: Handle products, orders, customers, inventory, discounts, and other store data.
  • GraphQL API Interaction: Execute GraphQL queries for retrieving and updating store information.
  • Use Case: When a user wants to update product listings in bulk or retrieve recent orders, this Skill automates the process with minimal manual input.

Quick Start

Use the clawpify skill to list all products in the Shopify store.

Frequently Asked Questions about clawpify

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

FAQPage Schema
How do I manage Shopify store data using the GraphQL Admin API?

To manage Shopify store data using the GraphQL Admin API, you can execute queries and mutations to perform CRUD operations on products, orders, customers, and inventory through a unified automated interface.

Can I update Shopify product listings in bulk with GraphQL?

Yes, you can update Shopify product listings in bulk with GraphQL by executing automated queries against the Admin API, which streamlines manipulating product data with minimal manual input.

What do I need to retrieve recent orders from a Shopify store?

To retrieve recent orders from a Shopify store, you need store access and appropriate API permissions configured, allowing the GraphQL queries to successfully fetch and read order data.

Does this approach support managing Shopify customers and inventory?

Yes, this approach supports managing Shopify customers and inventory by interacting directly with the GraphQL Admin API to handle various store resources and perform necessary CRUD operations.

What are the limitations of using GraphQL for Shopify store management?

Limitations of using GraphQL for Shopify store management include strict dependency on having correct API permissions and active store access, without which data queries and CRUD operations will fail.

What is the best way to automate Shopify data operations?

The best way to automate Shopify data operations is by using the GraphQL Admin API to streamline querying and manipulating store data, providing a unified interface for managing resources like products and orders.