ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Product Description

Skill by user520512

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/user520512/product-description
Or

Product Description Generator

Generate compelling product descriptions for e-commerce platforms.

Supported Platforms

  • Chinese: Taobao, Tmall, JD, Pinduoduo, Xiaohongshu
  • International: Amazon, Shopify, eBay
  • Social: Instagram, Facebook, TikTok Shop

Usage

Interactive Mode

npx product-description

API Mode

import { generateProductDescription } from 'product-description';

const result = await generateProductDescription({
  product: "无线蓝牙降噪耳机",
  platform: "xiaohongshu",
  tone: "种草",
  highlights: ["-45dB降噪", "30小时续航", "HiFi音质"]
});

Input Options

OptionValuesDefaultDescription
productstringrequiredProduct name
platformtaobao/tmall/jd/xiaohongshu/amazon/shopifyxiaohongshuTarget platform
tonepromotional/emotional/humor/professionalpromotionalWriting style
highlightsstring[][]Key product features

Output Format

{
  title: "种草标题",
  description: "产品描述正文",
  sellingPoints: ["卖点1", "卖点2"],
  tags: ["#标签1", "#标签2"]
}

Metadata

Stars946
Views0
Updated2026-02-13
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-user520512-product-description": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.