Handles the WooCommerce REST API for managing products, orders, customers, and webhooks in WordPress stores. You'll reach for this when building integrations, syncing inventory, processing orders programmatically, or automating store operations. The skill covers both simple and variable products, order creation with full billing details, stock management, and proper authentication setup with consumer keys. One thing to note: it assumes you've already got API credentials sorted and permalinks configured, which can trip people up on first setup. The code examples are solid for Node.js and Python, walking through real scenarios like creating variable products with multiple attributes or filtering orders by date range.
npx skills add https://github.com/alinaqi/claude-bootstrap --skill woocommerce