woocommerce
WooCommerce REST API integration with managed OAuth. Access products, orders, customers, coupons, shipping, taxes, reports, and webhooks. Use this skill when users want to manage e-commerce operations, process orders, or integrate with WooCommerce stores. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/byungkyu/woocommerceWhat This Skill Does
The WooCommerce skill for OpenClaw provides a powerful, secure interface for interacting with your e-commerce store via the WooCommerce REST API. By leveraging managed OAuth authentication, this skill removes the complexity of manual key management, allowing your AI agent to seamlessly perform CRUD operations on products, manage order lifecycles, track customer data, and configure store settings like taxes and shipping. The skill acts as a proxy through the Maton gateway, ensuring that your API calls are authenticated and routed correctly to your specific store instance without exposing sensitive credentials directly in your automation scripts.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface:
clawhub install openclaw/skills/skills/byungkyu/woocommerce
After installation, you must configure your environment by setting the MATON_API_KEY variable. This key authenticates your connection to the Maton platform, which manages your WooCommerce OAuth tokens. Ensure you have visited https://ctrl.maton.ai to initialize your connection and authorize access to your specific WooCommerce store.
Use Cases
- Automated Order Processing: Automatically trigger fulfillment workflows when a new order is received.
- Dynamic Product Management: Update inventory levels, pricing, or product descriptions in bulk across multiple channels.
- Customer Insights & Reporting: Query order history and customer purchase patterns to generate analytics reports.
- Coupon & Promo Campaigning: Programmatically create and distribute discount codes during high-traffic sales events.
Example Prompts
- "Check the current inventory for product ID 452 and update the stock quantity to 150 units."
- "List all pending orders from the last 24 hours and format them into a summary table."
- "Create a new 20% discount coupon valid for the next seven days and return the coupon code."
Tips & Limitations
- Managed Connections: Always use
https://ctrl.maton.aito verify that your connection status is 'ACTIVE' before running automation tasks. If a job fails, check the connection status first. - API Rate Limits: Remember that your store's WooCommerce API may have its own rate limiting; avoid flooding the gateway with thousands of simultaneous requests.
- Security: Never hardcode your
MATON_API_KEYin source control. Always use environment variables or secure secret management tools provided by your deployment environment.
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-byungkyu-woocommerce": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
apollo
Apollo.io API integration with managed OAuth. Search and enrich people and companies, manage contacts and accounts. Use this skill when users want to prospect, enrich leads, or manage sales data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
hubspot
HubSpot CRM API integration with managed OAuth. Manage contacts, companies, deals, and associations. Use this skill when users want to create or update CRM records, search contacts, or sync data with HubSpot. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
squareup
Square API integration with managed OAuth. Process payments, manage customers, orders, catalog, inventory, invoices, loyalty programs, team members, and more. Use this skill when users want to accept payments, manage point-of-sale operations, track inventory, handle invoicing, manage loyalty programs, or create payment links through Square. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
signnow
SignNow API integration with managed OAuth. E-signature platform for sending, signing, and managing documents. Use this skill when users want to upload documents, send signature invites, create templates, or manage e-signature workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
vimeo
Vimeo API integration with managed OAuth. Video hosting and sharing platform. Use this skill when users want to upload, manage, or organize videos, create showcases/albums, manage folders, or interact with the Vimeo community. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.