ecommerce.product-description-generator-api

Installation
SKILL.md

Product Description Generator Api

Core Concepts

Generate text and analyze text, image, or video inputs with supported language models. The API is asynchronous: create a task first, then query it by taskId until it succeeds or fails.

Core workflow

  1. Identify the marketplace, entity identifiers, date range, filters, and requested output.
  2. Ask only for missing inputs that materially change the result.
  3. Submit the generation payload to POST /api/v1/tools/research/aigc/textGenAsync and retain the returned taskId.
  4. Query POST /api/v1/tools/research/aigc/textTaskQuery with that taskId until the status is SUCCESS or FAILED.
  5. Validate returned fields and preserve the distinction between source facts, calculations, and recommendations.
  6. Save large results through the runtime and present a concise user-facing summary with the artifact path.

Operation Catalog

Installs
1
GitHub Stars
71
First Seen
Aug 26, 2026
ecommerce.product-description-generator-api — nexscope-ai/nexscope-ecommerce-skills