openclaw-connector

Integrates WooCommerce stores with OpenClaw bot via Connector Lite plugin for automated order/product management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies integrating WooCommerce store operations directly into OpenClaw bot workflows, enabling efficient order and product management.

Core Features & Use Cases

  • WooCommerce Integration: Connects to your WooCommerce store through the OpenClaw Connector Lite plugin.
  • Order Management: Retrieve and manage order details programmatically.
  • Product Information: Fetch product details by name or SKU, including stock and pricing.
  • Store Health Check: Quickly verify the connection status with your store.
  • Use Case: Enhance your bot's ability to automate inventory updates and sales management within OpenClaw.

Quick Start

Use the openclaw-connector skill to check the status of order with ID '12345'.

Frequently Asked Questions about openclaw-connector

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

FAQPage Schema
How do I manage WooCommerce orders using an OpenClaw bot?

To automate WooCommerce order management, this Skill connects your OpenClaw bot to your store via the OpenClaw Connector Lite plugin, enabling programmatic retrieval and handling of order details.

Can I fetch WooCommerce product information by SKU within an automated workflow?

Yes, you can fetch WooCommerce product information by name or SKU. The integration retrieves specific product details including stock levels and pricing data directly within your automated bot workflows.

What do I need to set up before connecting my WooCommerce store to an OpenClaw bot?

You need the OpenClaw Connector Lite plugin installed on your WooCommerce store and environment variables configured with your store URL and secret key to enable secure HMAC-SHA256 communication.

How does WooCommerce store integration verify the connection health for automated workflows?

WooCommerce store integration verifies connection health by running a store health check. This programmatically tests the connection status between the OpenClaw bot and your WooCommerce store environment.

Does WooCommerce store integration with OpenClaw require manual authentication for each API request?

No, it uses HMAC-SHA256 for secure communication. You configure environment variables for your store URL and secret key once, allowing the OpenClaw bot to authenticate API requests automatically.