AgentSkillsCN

clawpify

通过GraphQL Admin API查询并管理Shopify店铺。可用于产品、订单、客户、库存、折扣等所有Shopify数据操作。

SKILL.md
--- frontmatter
name: clawpify
description: Query and manage Shopify stores via GraphQL Admin API. Use for products, orders, customers, inventory, discounts, and all Shopify data operations.

Shopify GraphQL Admin API

How to Use

  1. Use load_skill_reference to load the relevant reference FIRST
  2. Use shopify_graphql to execute queries based on the loaded reference
  3. Check for errors and userErrors in responses
  4. Format all IDs as: gid://shopify/Resource/123

Critical Operations Requiring Permission

IMPORTANT: Before executing any of the following, you MUST ask for explicit user permission:

  • Refunds, order cancellations, gift card deactivation
  • Inventory adjustments, product deletions, discount activations

Always show what will be changed and wait for confirmation.

Available References

Load the reference for your domain using load_skill_reference before writing queries:

Store: shop | locations | markets Catalog: products | collections | inventory Sales: orders | draft-orders | fulfillments | refunds Customers: customers | segments | gift-cards Pricing: discounts | subscriptions Content: pages | blogs | menus | translations | files Custom data: metafields Automation: webhooks | bulk-operations Growth: marketing | shipping