wpclaw-connector

Verified·Scanned 2/18/2026

This skill connects an AI agent to a WooCommerce store and provides check_order, find_product, and store_status tools. It reads WPCLAW_STORE_URL and WPCLAW_STORE_SECRET from the environment and makes HTTP requests to ${WPCLAW_STORE_URL}/wp-json/wpclaw/v1.

from clawhub.ai·v919fdd1·6.7 KB·0 installs
Scanned from 1.0.0 at 919fdd1 · Transparency log ↗
$ vett add clawhub.ai/magnum-opus-v1/wpclaw-connector

WPClaw Connector Skill 🦞

This is an OpenClaw Skill designed to bridge the gap between your AI agents and your WooCommerce store. It works in tandem with the WPClaw Connector WordPress plugin.

🛠 Prerequisites

To use this skill, you must have the WPClaw Connector plugin installed and active on your WordPress site.

  1. Install the plugin on your WordPress site.
  2. Go to WPClaw Lite (or WooCommerce > Settings > WPClaw).
  3. Copy your Store Secret Key.

🚀 Installation (Skill)

  1. Place the wpclaw folder in your OpenClaw skills directory.
  2. Open a terminal in the folder and run:
    npm install
    

⚙️ Configuration

Configure your bot environment with the following variables:

VariableDescriptionExample
WPCLAW_STORE_URLYour website base URLhttps://yourstore.com
WPCLAW_STORE_SECRETThe sk_live_... key from the pluginsk_live_abc123...

🧰 Available Tools

Once installed, your agent will have access to:

  • check_order: Retrieve status, totals, customer info, and line items for any Order ID.
  • find_product: Search for products by name or SKU to check stock and pricing.
  • store_status: Quickly verify if the connection between the bot and the site is healthy.

🔒 Security

Connection is secured via HMAC-SHA256 signature verification. Every request sent by this skill is signed with your Store Secret, ensuring that your data can only be accessed by authorized bots.