← Back to Skills Marketplace
WordPress/WooCommerce Connector Lite
by
magnum-opus-v1
· GitHub ↗
· v1.0.1
2395
Downloads
1
Stars
3
Active Installs
2
Versions
Install in OpenClaw
/install wooclaw-lite
Description
Connects to a WooCommerce store via the OpenClaw Connector Lite plugin to fetch orders and products.
Usage Guidance
Before installing: 1) Resolve the metadata mismatch — confirm with the publisher why the registry lists no required env vars while SKILL.md and the code require OPENCLAW_STORE_URL and OPENCLAW_STORE_SECRET. 2) Only provide your Store Secret to this skill if you trust the OpenClaw Connector Lite plugin installed on your WordPress site — that secret grants API access to your store endpoints. 3) Review the WordPress plugin code and the plugin's endpoint (/wp-json/openclaw/v1/*) on your site to ensure they behave as expected; if the plugin is from an unknown source, do not share secrets. 4) Expect to run npm install (axios dependency) in the skill directory; run this in an isolated environment if you have concerns. 5) If possible, create a scoped or read-only secret for agent access, and monitor store logs for unexpected requests. If you cannot verify the plugin and the source, treat this skill as untrusted.
Capability Analysis
Type: OpenClaw Skill
Name: wooclaw-lite
Version: 1.0.1
The skill is designed to connect to a user-configured WooCommerce store to fetch order and product information and check store status. It requires `OPENCLAW_STORE_URL` and `OPENCLAW_STORE_SECRET` from environment variables, which are used to make authenticated API calls to the specified store. All network requests are directed to the user's own store URL, and requests are secured with HMAC-SHA256 signatures. There is no evidence of data exfiltration to unauthorized third parties, malicious execution, persistence mechanisms, or prompt injection attempts against the agent in `SKILL.md` or other files. The dependencies are standard and appropriate for the stated functionality.
Capability Assessment
Purpose & Capability
The code and SKILL.md clearly implement a WooCommerce/OpenClaw connector and legitimately require the store URL and a store secret. However, the registry metadata claims no required environment variables or primary credential while SKILL.md and scripts/index.js require OPENCLAW_STORE_URL and OPENCLAW_STORE_SECRET. This metadata mismatch is an incoherence that should be fixed or explained.
Instruction Scope
The SKILL.md and exported tools limit behavior to fetching orders/products and checking store status. Instructions and code do not attempt to read local files or unrelated environment variables; network calls are targeted at the store's wp-json/openclaw endpoints and requests are HMAC-signed with the provided secret.
Install Mechanism
There is no explicit install spec in the registry (instruction-only), but package.json and README instruct running npm install to fetch axios. This is a normal npm dependency (axios) and there are no downloads from arbitrary URLs or extract steps. The lack of an install spec in the registry is an operational inconsistency to be aware of.
Credentials
The environment access the code actually needs (OPENCLAW_STORE_URL and OPENCLAW_STORE_SECRET) is proportionate to the stated purpose. However, the registry metadata omits these required env vars entirely — a mismatch that could mislead users into installing without providing needed secrets or understanding what will be accessed.
Persistence & Privilege
The skill is user-invocable, not marked always:true, and does not modify other skills or system-wide settings. It does not request elevated persistence or cross-skill configuration changes.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wooclaw-lite - After installation, invoke the skill by name or use
/wooclaw-lite - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Renamed the skill from "wooclaw-connector" to "openclaw-connector."
- Updated description and documentation to reference the "OpenClaw Connector Lite" plugin instead of "WooClaw Connector."
- Changed required environment variable names from WOOCLAW_* to OPENCLAW_*.
v1.0.0
Initial release of wooclaw-connector skill.
- Connects to WooCommerce stores via the WooClaw Connector plugin.
- Fetches order details with status, total, customer, and items.
- Searches for products by name or SKU, returning IDs, stock, and price.
- Checks the store’s connection health and plugin status.
- Requires store URL and secret key for configuration.
Metadata
Frequently Asked Questions
What is WordPress/WooCommerce Connector Lite?
Connects to a WooCommerce store via the OpenClaw Connector Lite plugin to fetch orders and products. It is an AI Agent Skill for Claude Code / OpenClaw, with 2395 downloads so far.
How do I install WordPress/WooCommerce Connector Lite?
Run "/install wooclaw-lite" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WordPress/WooCommerce Connector Lite free?
Yes, WordPress/WooCommerce Connector Lite is completely free (open-source). You can download, install and use it at no cost.
Which platforms does WordPress/WooCommerce Connector Lite support?
WordPress/WooCommerce Connector Lite is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WordPress/WooCommerce Connector Lite?
It is built and maintained by magnum-opus-v1 (@magnum-opus-v1); the current version is v1.0.1.
More Skills