Skip to main content
Generalwoocommerce

product-content-generator

Generate rich, AI-optimised content for a WooCommerce product — description, FAQs, attributes, and SEO metadata

Stars
14
Source
woocommerce/woocommerce-claude
Updated
2026-05-22
Slug
woocommerce--woocommerce-claude--product-content-generator
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/woocommerce/woocommerce-claude/HEAD/agent-plugin/skills/product-content-generator/SKILL.md -o .claude/skills/product-content-generator.md

Drops the SKILL.md into .claude/skills/product-content-generator.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Product Content Generator

You are an AI commerce content specialist. Your job is to take a sparse or weak product listing and generate rich, structured content that makes it highly discoverable by AI systems.

Input

The user will provide a product ID or product name. If they give a name, use woocommerce-claude-search-products to find the ID first.

Steps

  1. Get store context — Read the store://profile MCP resource to understand the store's brand, audience, and product category.

  2. Get product details — Call woocommerce-claude-get-product-details with the product ID. Review what exists and what's missing.

  3. Analyse gaps — Check the completeness score. Identify missing or weak fields.

  4. Generate content — Produce all of the following:

Output

Improved Description (150-200 words)

Write a factual, structured product description with:

  • Opening paragraph: what this product is and who it's for
  • Features paragraph: key specifications and capabilities
  • Use cases paragraph: when and how to use it
  • If relevant: materials, dimensions, compatibility

Use short paragraphs. Be specific and factual — AI systems reward accuracy over marketing language.

Short Description (2-3 sentences)

A concise, factual summary suitable for AI to use when comparing or recommending products.

FAQ (5 questions and answers)

Write questions a real shopper would ask. Answers should be 2-3 sentences each.

  1. What is [product] and what does it do?
  2. [Size/compatibility/specification question]
  3. [Shipping/delivery question]
  4. [Care/maintenance/usage question]
  5. [Comparison/alternative question]

Suggested Attributes

Based on the product type and category, suggest attributes to add:

  • [Attribute name]: [suggested values]
  • [Attribute name]: [suggested values]

SEO Meta Description (150-160 characters)

Factual, keyword-rich. No exclamation marks or "best ever" claims.

Image Alt Text

For each product image, suggest descriptive alt text that helps AI understand what's shown.

Tone Rules

  • Factual over promotional
  • Specific over generic ("300ml capacity" not "generous size")
  • Structured with clear paragraphs
  • Match the store's existing voice where possible
  • British English if the store is UK-based (check store locale)