woocommerce

Manage products, orders, customers, and webhooks via the WooCommerce REST API.

705|56|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/alinaqi/claude-bootstrap --skill woocommerce-alinaqi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: woocommerce
Source: https://github.com/alinaqi/claude-bootstrap/tree/main/skills/woocommerce
Command: npx skills add https://github.com/alinaqi/claude-bootstrap --skill woocommerce-alinaqi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @woocommerce/woocommerce-rest-api, crypto, hmac, hashlib, base64, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the integration with WooCommerce stores, enabling programmatic management of products, orders, customers, and webhooks.

Core Features & Use Cases

  • Product Management: Create, read, update, and delete products, including variations and categories.
  • Order Processing: Retrieve order details, update statuses, and create new orders.
  • Customer Management: List and create customer records.
  • Webhook Handling: Set up and verify webhook endpoints for real-time store events.
  • Use Case: Automatically sync inventory levels from an external system to WooCommerce products, or process new orders by creating them in WooCommerce and notifying fulfillment.

Quick Start

Use the woocommerce skill to list all products with a status of 'publish'.

Frequently Asked Questions about woocommerce

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

FAQPage Schema
How do I manage WooCommerce products and orders via the REST API?

You can manage WooCommerce products and orders via the REST API by using this Skill to create, read, update, and delete resources. It directly handles e-commerce data synchronization and order processing programmatically.

What is needed to authenticate WooCommerce REST API requests for e-commerce data?

Authenticating WooCommerce REST API requests requires generating specific API keys and configuring environment variables. This ensures secure communication when managing your store's products, customers, and orders.

How do webhooks work with WooCommerce for real-time order and product synchronization?

Webhooks enable real-time data synchronization by setting up and verifying webhook endpoints for store events. This allows external systems to react instantly to changes in WooCommerce orders or products.

Can I automatically sync external inventory levels to WooCommerce products?

Yes, you can automatically sync external inventory levels to WooCommerce products. The Skill integrates with the REST API to programmatically update product data, including variations and categories, across systems.

Does this WooCommerce REST API integration handle customer management and record creation?

Yes, this WooCommerce REST API integration handles customer management by allowing you to list and create customer records. It streamlines the process of maintaining customer data alongside orders and products.