product-listing-generator
电商产品文案生成器。支持全平台上架文案、跨境电商多平台listing、短视频脚本、FAQ生成、组合套装文案、标题优化诊断、用户痛点挖掘。Generate e-commerce product listing copy including titles, selling points, descriptions.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain/product-listing-generatorProduct 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:
| Command | Usage | Description |
|---|---|---|
generate | product.sh generate "产品名" [--platform taobao|pdd|amazon|shopify] | Full listing: titles + selling points + description + SEO keywords. Defaults to all platforms if none specified. |
title | product.sh title "产品名" | 5 title variants optimized for search and click-through |
seo | product.sh seo "产品名" | SEO keyword list (core, long-tail, related) |
desc | product.sh desc "产品名" | Complete product description with structure |
compare | product.sh compare "产品A" "产品B" | Side-by-side competitive comparison copy |
cross-border | product.sh cross-border "产品名" "目标市场" | 跨境电商文案(亚马逊/Shopee/速卖通),含A+内容框架 |
video-script | product.sh video-script "产品名" | 完整分镜短视频脚本(画面+旁白+字幕+BGM) |
faq | product.sh faq "产品名" | 12个真实高频FAQ + 专业回答 |
bundle | product.sh bundle "产品1,产品2" | 组合套装文案(搭配逻辑+定价策略+多平台适配) |
optimize | product.sh optimize "现有标题" | 标题优化诊断:分析关键词缺失/顺序/字数/卖点问题,输出5个优化版+布局建议 |
pain | product.sh pain "产品类别" | 用户痛点挖掘:TOP10痛点+文案切入角度+差评避雷清单 |
help | product.sh help | Show usage instructions |
Workflow
- Determine which subcommand matches the user's request.
- Run the script:
bash scripts/product.sh <subcommand> <args> - 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain-product-listing-generator": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
workflow-builder
工作流设计与优化工具。流程设计、自动化方案、流程优化、文档化、审批流、系统集成。Workflow builder with design, automate, optimize, document, approval.
wp-manager
Manage WordPress sites from terminal. Use when checking site health, listing posts and pages, searching content, or running security scans.
volume
Volume reference tool. Use when working with volume in finance contexts.
xhs-content-creator
Generate viral Xiaohongshu notes with titles, tags, and covers. Use when drafting seed posts, writing reviews, crafting tutorials, or boosting engagement.
Webhook Tester
Send test payloads and inspect webhook responses locally. Use when debugging integrations, validating schemas, testing error handling, or simulating calls.