openclaw-connector
Connects to a WooCommerce store via the OpenClaw Connector Lite plugin to fetch orders and products.
Why use this skill?
Connect your WooCommerce store to OpenClaw. Fetch order details, search products, and check store status with the openclaw-connector skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/magnum-opus-v1/wooclaw-liteWhat This Skill Does
The openclaw-connector skill serves as a robust bridge between the OpenClaw AI agent and your WooCommerce-powered e-commerce store. By leveraging the OpenClaw Connector Lite plugin, this skill facilitates real-time data retrieval, allowing users to query order details, search product catalogs by SKU or name, and monitor store connectivity status directly through natural language commands. It acts as an abstraction layer, handling authentication and API requests so that you can focus on managing your store operations efficiently.
Installation
To integrate this skill into your environment, use the command line interface provided by OpenClaw:
clawhub install openclaw/skills/skills/magnum-opus-v1/wooclaw-lite
After installation, you must configure the following environment variables in your workspace:
OPENCLAW_STORE_URL: The base URL of your WordPress installation.OPENCLAW_STORE_SECRET: The unique authentication key generated by the OpenClaw Connector Lite plugin settings page.
Use Cases
This skill is designed for store owners, support staff, and administrative assistants who need immediate access to store data without logging into the WordPress dashboard. Common use cases include:
- Providing real-time updates to customers about their order status.
- Quickly identifying stock levels or product pricing during customer inquiries.
- Validating that the store backend is responsive and synchronized with the OpenClaw agent.
- Streamlining repetitive administrative tasks related to order management.
Example Prompts
- "Can you check the current status and total for order #5421?"
- "Search for the 'Leather Office Chair' in my store and tell me how many units are left in stock."
- "Is the store connection currently active, and can you look up the price for SKU: BK-992?"
Tips & Limitations
- Security: Ensure your
OPENCLAW_STORE_SECRETis stored in a secure secrets manager; never hard-code it into scripts. - Data Privacy: This tool handles sensitive customer data. Ensure that only authorized personnel have access to the agent environment.
- Rate Limiting: If your store receives high traffic, excessive querying may trigger API rate limits set by your hosting provider or the plugin.
- Accuracy: Always verify critical order modifications inside the WordPress dashboard directly, as this tool is primarily for data retrieval.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-magnum-opus-v1-wooclaw-lite": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api