ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

product-listing-generator

电商产品文案生成器。支持全平台上架文案、跨境电商多平台listing、短视频脚本、FAQ生成、组合套装文案、标题优化诊断、用户痛点挖掘。Generate e-commerce product listing copy including titles, selling points, descriptions.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain/product-listing-generator
Or

Product Listing Generator

Generate professional e-commerce product listing copy via templated output. No external API required.

Commands

Run scripts/product.sh with the following subcommands:

CommandUsageDescription
generateproduct.sh generate "产品名" [--platform taobao|pdd|amazon|shopify]Full listing: titles + selling points + description + SEO keywords. Defaults to all platforms if none specified.
titleproduct.sh title "产品名"5 title variants optimized for search and click-through
seoproduct.sh seo "产品名"SEO keyword list (core, long-tail, related)
descproduct.sh desc "产品名"Complete product description with structure
compareproduct.sh compare "产品A" "产品B"Side-by-side competitive comparison copy
cross-borderproduct.sh cross-border "产品名" "目标市场"跨境电商文案(亚马逊/Shopee/速卖通),含A+内容框架
video-scriptproduct.sh video-script "产品名"完整分镜短视频脚本(画面+旁白+字幕+BGM)
faqproduct.sh faq "产品名"12个真实高频FAQ + 专业回答
bundleproduct.sh bundle "产品1,产品2"组合套装文案(搭配逻辑+定价策略+多平台适配)
optimizeproduct.sh optimize "现有标题"标题优化诊断:分析关键词缺失/顺序/字数/卖点问题,输出5个优化版+布局建议
painproduct.sh pain "产品类别"用户痛点挖掘:TOP10痛点+文案切入角度+差评避雷清单
helpproduct.sh helpShow usage instructions

Workflow

  1. Determine which subcommand matches the user's request.
  2. Run the script: bash scripts/product.sh <subcommand> <args>
  3. Present the output to the user, adjusting tone/detail as needed.

Platform Adaptation

Each platform has distinct copy conventions:

  • 淘宝 (taobao): Emoji-rich, benefit-driven, urgency language
  • 拼多多 (pdd): Price-focused, simple language, value emphasis
  • Amazon: Feature-bullet format, keyword-dense, professional tone
  • Shopify/独立站: Brand storytelling, lifestyle imagery, SEO-optimized paragraphs

The generate command adapts output style per platform automatically.

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Examples

# Show help
product-listing-generator help

# Run
product-listing-generator run

Metadata

Stars3500
Views0
Updated2026-03-27
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-bytesagain-product-listing-generator": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.