Jump to related tools in the same category or review the original source on GitHub.

Shopping & E-commerce @magnum-opus-v1 Updated 2/26/2026

Wpclaw Lite OpenClaw Skill - ClawHub

Do you want your AI agent to automate Wpclaw Lite workflows? This free skill from ClawHub helps with shopping & e-commerce tasks without building custom tools from scratch.

What this skill does

Connects to a WooCommerce store via the WPClaw Connector plugin to fetch orders and products.

Install

npx clawhub@latest install wpclaw-lite

Full SKILL.md

Open original
namedescriptionuser invocable
wpclaw-connectorConnects to a WooCommerce store via the WPClaw Connector plugin to fetch orders and products.true

WPClaw Connector

This skill allows you to interact with a WooCommerce store. You can check order status, search for products, and verify the store's connection health.

Configuration

The following environment variables are required:

  • WPCLAW_STORE_URL: The full URL of your WordPress site (e.g., https://example.com).
  • WPCLAW_STORE_SECRET: The Secret Key from the WPClaw Connector plugin settings.

Tools

check_order

Use this tool to retrieve detailed information about a specific order.

  • Input: id (integer) - The Order ID.
  • Output: Formatted string with Status, Total, Customer, and Items.

find_product

Use this tool to search for products by name or SKU.

  • Input: query (string) - The search term.
  • Output: List of matching products with IDs, Stock, and Price.

store_status

Use this tool to check if the store is reachable and the plugin is active.

  • Input: (None)
  • Output: Connection status message.
Original URL: https://github.com/openclaw/skills/blob/main/skills/magnum-opus-v1/wpclaw-lite

Related skills

If this matches your use case, these are close alternatives in the same category.