wpclaw-connector

Fetch orders, products, and store status from WooCommerce via WPClaw.

1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/xukrutdonut/openclaw-skills --skill wpclaw-connector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wpclaw-connector
Source: https://github.com/xukrutdonut/openclaw-skills/tree/main/wpclaw-lite
Command: npx skills add https://github.com/xukrutdonut/openclaw-skills --skill wpclaw-connector

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill bridges AI agents with a WooCommerce store by exposing a simple, secure interface to fetch orders and products without manual API work.

Core Features & Use Cases

  • WPClaw Connector integration: Retrieve orders, customers, and products from a WordPress/WooCommerce store using REST APIs.
  • Tools: check_order, find_product, store_status to support common e-commerce workflows and store health checks.
  • Use Case: A support assistant checks the status of a customer order or locates a product by name or SKU directly from chat.

Quick Start

Place the wpclaw folder in your OpenClaw skills directory, install dependencies with npm install inside the skill folder, and configure WPCLAW_STORE_URL and WPCLAW_STORE_SECRET before invoking tools like check_order or find_product.

Frequently Asked Questions about wpclaw-connector

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

FAQPage Schema
How do I connect an AI agent to a WooCommerce store to check orders?

To connect an AI agent to a WooCommerce store, you configure the wpclaw-connector with your Store URL and Secret Key. It uses HMAC-SHA256 to sign requests, enabling the agent to securely check orders and locate products via REST APIs.

How does HMAC-SHA256 authentication work for WooCommerce API requests?

HMAC-SHA256 authentication secures WooCommerce API requests by signing them with a configured WPCLAW_STORE_SECRET. This cryptographic signature validates that the AI agent accessing store data is authorized via the WPClaw ecosystem.

Can I use an AI assistant to find a WooCommerce product by name or SKU?

Yes, you can find a WooCommerce product by name or SKU using the find_product tool provided by the integration. This allows a support assistant to locate store items directly from chat without manual API work.

What is the best way to check the connectivity status of a WordPress store from a chat agent?

The best way to check WordPress store connectivity from a chat agent is using the store_status tool. It queries your WPClaw Store URL to monitor integration health and verify that your WooCommerce REST APIs are reachable.

Do I need to install axios to run the WPClaw connector?

Yes, you need to install axios to run the WPClaw connector because it is a required dependency. You must run npm install inside the skill folder to execute the scripts that fetch your WooCommerce store data.