Clawpify for Openclaw

A powerful Openclaw Skills integration for managing Shopify store data, including products, orders, and inventory via the GraphQL Admin API.

alhwyn
v0.1.0
Feb 7, 2026
6
3.6k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install clawpify

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install clawpify using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Clawpify?

Clawpify is a dedicated Openclaw Skills module designed to bridge AI coding agents with the Shopify GraphQL Admin API. It enables developers and store managers to query, create, and update store resources directly through natural language or automated scripts. By leveraging this tool, users can efficiently handle everything from simple product lookups to complex bulk data operations within the Shopify ecosystem.

This skill simplifies the interaction with Shopify technical infrastructure, allowing for rapid development and store management workflows. As part of the Openclaw Skills library, it prioritizes safety and precision, ensuring that critical operations are handled with developer-grade care and explicit confirmation steps.

Clawpify Use Cases

  • Managing product listings, variants, and stock levels across multiple locations.
  • Automating order fulfillment, cancellations, and tracking updates.
  • Running complex customer segmentation and loyalty program audits.
  • Processing refunds and managing financial transactions with security.
  • Synchronizing inventory data between Shopify and external databases.
  • Generating detailed reports on sales performance and discount code usage.

How Clawpify Works

  1. The AI agent initializes the shopify_graphql tool to establish a connection with the Shopify Admin API.
  2. Users provide natural language requests which the agent translates into optimized GraphQL queries.
  3. For sensitive operations like refunds or deletions, the skill triggers a mandatory permission check.
  4. The agent executes the request and parses the JSON response, checking for both GraphQL syntax errors and business logic userErrors.
  5. Results are formatted and presented to the user, with pagination applied for large datasets.

Clawpify Setup

To get started with this Openclaw Skills component, follow these steps:

  1. Ensure you have an active Shopify Partner account and a custom app created for your store.
  2. Obtain your Admin API access token and store URL.
  3. Install the required MCP server or function:
npm install @openclaw/mcp-shopify
  1. Configure your environment variables with SHOPIFY_ACCESS_TOKEN and SHOPIFY_SHOP_DOMAIN.
  2. Add the clawpify skill to your agent configuration.

Clawpify Data Schema & Taxonomy

Resource Description ID Format
Products Core inventory items and variants gid://shopify/Product/123
Orders Customer purchases and financial data gid://shopify/Order/123
Customers User profiles and contact information gid://shopify/Customer/123
Inventory Stock levels at specific locations gid://shopify/InventoryItem/123
Metafields Custom metadata for extending Shopify gid://shopify/Metafield/123

Clawpify Advanced Features

  • Bulk operations support for processing millions of rows without timeouts.
  • Automated webhook subscription management for real-time event tracking.
  • Multi-market and internationalization support via the Markets API.
  • Comprehensive metafield management for complex product data structures.
  • Intelligent error handling with exponential backoff for Shopify rate limits.
  • Seamless integration with other Openclaw Skills for cross-platform workflows.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*