From wordpress-mcp
WooCommerce store management through the WordPress MCP Adapter. Use when the user asks about "orders", "products", "customers", "sales", "inventory", "coupons", "WooCommerce", "store", "ecommerce", "shipping", "revenue", "order status", "product stock", "add a product", "check orders", "sales report", or any request related to online store operations. Also trigger on: "הזמנות", "מוצרים", "לקוחות", "חנות", "מכירות", "קופונים".
npx claudepluginhub msapps-mobile/claude-plugins --plugin wordpress-mcpThis skill uses the workspace's default tool permissions.
Manage products, orders, customers, coupons, and store settings through the WordPress MCP Adapter on sites with WooCommerce installed.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
Manage products, orders, customers, coupons, and store settings through the WordPress MCP Adapter on sites with WooCommerce installed.
WooCommerce abilities are only available if:
meta.mcp.publicAlways discover abilities first. WooCommerce abilities typically have a woocommerce/ namespace prefix.
woocommerce/list-productsExecute woocommerce/create-product with:
name — product titletype — simple, variable, grouped, externalregular_price — price as string (e.g., "29.99")description — full HTML descriptionshort_description — excerptcategories — array of category objectsimages — array of image objects with src URLmanage_stock — booleanstock_quantity — integer if managing stockDefault to draft status. Let the user review before publishing.
woocommerce/get-productwoocommerce/list-products filtered by stock_statuswoocommerce/update-productwoocommerce/list-orders with filters for status, date range, customerpending, processing, on-hold, completed, cancelled, refunded, failedwoocommerce/get-order with order ID for full detailswoocommerce/update-orderprocessing -> completed, pending -> on-holdwoocommerce/list-customers for customer directorywoocommerce/get-customer for individual customer detailswoocommerce/list-coupons to see active promotionsWhen asked for sales data:
woocommerce/list-orders (status: completed, processing)For more detailed analytics, suggest the user check WooCommerce Analytics in the WordPress admin.