商品描述生成工具 📝
为各大电商平台生成针对平台优化的商品文案——标题、要点、描述和后台关键词。无需 API 密钥。
安装
npx skills add nexscope-ai/eCommerce-Skills --skill product-description-generator -g
对于 Amazon 商品页面,请使用我们专门提供的 skill,其中包含 Cosmo 算法优化:
```bash
npx skills add nexscope-ai/Amazon-Skills --skill amazon-listing-optimization -g
```
参见:amazon-listing-optimization
两种模式
| 模式 | 适用场景 | 输入 | |------|-------------|-------| | A——创建 | 撰写新的商品页面 | 商品规格 + 可选的竞品 URL | | B——优化 | 改进现有商品页面 | 当前商品页面或 URL + 可选的竞品 URL |
两种模式均支持竞品分析——只需提供竞品 URL 即可启用。
支持的平台
| 平台 | 输出组成 | |----------|-------------------| | Amazon | 标题(≤200)+ 5 条要点(每条 ≤500)+ 描述(≤2000)+ 后台关键词(≤250 字节) | | eBay | 标题(≤80)+ HTML 描述 | | Walmart | 标题(≤75)+ 简短描述(≤150)+ 10 项特性 + 详细描述 | | Shopify/DTC | SEO 标题(≤60)+ 元描述(≤160)+ 商品描述 | | Etsy | 标题(≤140)+ 描述 + 13 个标签(每个 ≤20) | | TikTok Shop | 标题(≤255)+ 描述(≤1000) | | Lazada/Shopee | 标题(≤120)+ 5 条亮点 + 描述 |
使用示例
模式 A——创建
Create a listing for my yoga mat on eBay UK.
Competitors: https://www.ebay.co.uk/itm/123456789, https://www.ebay.co.uk/itm/987654321
My product: 6mm TPE, non-slip, carrying strap included. Brand: ZenMat. Tone: Friendly.
Platform: Etsy. Product: hand-poured soy candle, lavender scent, 8oz glass jar, 40-hour burn time.
Target audience: gift buyers. Tone: Luxury.
模式 B——优化
Optimize this Shopify listing: https://mystore.com/products/portable-blender
Beat these competitors: https://amazon.com/dp/B09V3KXJPB, https://walmart.com/ip/123456
Find keyword gaps and rewrite this Etsy listing:
[paste current title, description, and tags]
---
处理不完整输入
如果用户提供的信息不足,提前询问:
To generate your listing, I need:
**Required:**
- Platform (eBay / Walmart / Shopify / Etsy / TikTok Shop / Lazada / Shopee)
- Product name and key features
- Brand name
**Recommended (better results):**
- 1-3 competitor URLs to analyze
- Target audience
- Tone preference (Professional / Friendly / Urgent / Luxury)
Which mode?
- **A — Create**: I'm writing a new listing from scratch
- **B — Optimize**: I have an existing listing to improve
💡 For Amazon listings, I recommend using [amazon-listing-optimization](https://github.com/nexscope-ai/Amazon-Skills/tree/main/amazon-listing-optimization) — it's optimized for Amazon's Cosmo algorithm.
---
模式 A 工作流——创建新商品页面
步骤 1:收集商品信息
| 字段 | 必填 | 示例 | |-------|----------|---------| | product_name | ✅ | 便携式搅拌机 | | platform | ✅ | Etsy | | brand | ✅ | BlendJet | | key_features | ✅ | USB-C、6 片刀片、不含 BPA | | specs | ✅ | 380ml、175W 电机 | | target_audience | 👍 | 健身人群、旅行者 | | use_cases | 👍 | 冰沙、蛋白奶昔 | | competitor_urls | 👍 | 待分析的 1-3 个 URL | | tone | 可选 | 专业(默认)/ 亲切 / 奢华 / 紧迫 |
步骤 2:收集关键词
如果提供了竞品 URL:
- 抓取每个竞品页面:
`` Use web_fetch on each competitor URL. Extract: title, bullets/features, description, price, review count, brand name. ``
- 如果
web_fetch失败或返回的数据不完整:
`` Fallback: web_search for "[product title from URL]" site:[platform].com Extract data from search snippets. ``
- 解析竞品内容,并按以下类别提取关键词:
- 商品类型词:商品是什么(瑜伽垫、运动垫)
- 功能词:商品能做什么(防滑、环保)
- 使用场景词:在何地/何时使用(家庭健身房、瑜伽馆)
- 受众词:谁会购买(初学者、运动员)
- 属性词:规格(6mm、TPE 材质)
- 在竞品之外拓展:
`` web_search: "[product type]" best seller features what buyers want web_search: "[product type]" review complaints common issues web_search: site:[platform].com "[product type]" ``
如果未提供竞品 URL:
- 通过网页搜索发现关键词:
`` web_search: "[product name]" best seller [platform] features web_search: "[product name]" review what customers love web_search: "[product name]" vs alternatives comparison web_search: site:[platform].com "[product name]" ``
- 按上述相同类别,从前 5 条结果中提取关键词。
⚠️ 关键要求:删除所有竞品品牌名称——禁止在输出中包含这些名称。
步骤 3:关键词评分与优先级排序
为每个关键词评分(1-9 分):
| 维度 | 评分 | |-----------|---------| | 频次 | 出现在 3 个及以上竞品标题中 = 3 分 / 出现在 1-2 个竞品标题中 = 2 分 / 仅出现在要点中 = 1 分 | | 相关性 | 核心描述词 = 3 分 / 功能词 = 2 分 / 外围关联词 = 1 分 | | 机会 | 少数竞品使用 = 3 分 / 多数竞品使用 = 2 分 / 所有竞品使用 = 1 分 |
划分层级:
🔴 Primary (7-9 pts) → Title
🟡 Secondary (4-6 pts) → Bullets / Features
🟢 Tertiary (2-3 pts) → Description
⚪ Backend (1 pt) → Tags / Search Terms
步骤 4:生成文案
转到生成文案部分。
---
模式 B 工作流——优化现有商品页面
步骤 1:分析当前商品页面
用户可以提供:
- 完整商品页面文案(直接粘贴标题、要点、描述)
- 商品 URL(例如
https://www.etsy.com/listing/123456) - 平台 + 商品标识符(例如“Etsy 商品页面 123456”)
如果用户仅提供 URL 或标识符:
Use web_fetch on the provided URL.
Extract: current title, bullets/features, description, tags (if visible), price.
如果 web_fetch 失败:
Fallback: web_search for the product title or identifier.
Ask user to paste the listing content manually if data is incomplete.
取得商品页面内容后,解析并提取:
- 当前包含的所有关键词
- 使用的结构和格式
- 明显不足(缺少特性、利益点薄弱、没有 FABE 结构)
步骤 2:收集目标关键词
如果提供了竞品 URL:
遵循模式 A 步骤 2 中相同的竞品分析流程:
- 对每个竞品 URL 执行
web_fetch - 提取其关键词
- 通过网页搜索拓展
如果未提供竞品 URL:
发现适合该商品类型的理想关键词:
web_search: "[product type]" top keywords [platform] 2024 2025
web_search: "[product type]" best seller features
web_search: site:[platform].com "[product type]" top listings
步骤 3:差距分析
比较当前关键词与目标关键词:
## Keyword Gap Analysis
### ✅ Keywords You Already Have
| Keyword | Title | Bullets | Description |
|---------|-------|---------|-------------|
| yoga mat | ✅ | ✅ | ✅ |
| exercise mat | ❌ | ✅ | ❌ |
### ❌ Keywords You're Missing
| Keyword | Priority | Recommendation |
|---------|----------|----------------|
| non-slip | 🔴 High | Add to title |
| eco-friendly | 🟡 Medium | Add to bullet 2 |
| extra thick | 🟡 Medium | Add to bullet 3 |
Current Coverage: 12/20 keywords (60%)
Target Coverage: 90%+
步骤 4:改写
生成融入缺失关键词的优化文案。
为每个组成部分展示修改前 → 修改后。
转到生成文案部分。
---
生成文案
所有模式在建立关键词优先级表后的最后一步。
写作框架:FABE
应用于每条要点:
F — Feature: What the product HAS or DOES
A — Advantage: Why this is BETTER than alternatives
B — Benefit: What this MEANS for the customer
E — Evidence: Spec, number, or proof that backs the claim
以利益点开头——客户购买的是效果,而非功能。
示例:
❌ "Made with BPA-free Tritan plastic"
✅ "SAFE FOR YOUR FAMILY — BPA-free Tritan plastic means no harmful chemicals leaching into your smoothies, even after 1000+ uses"
各平台专用写作规则
Amazon(Cosmo 算法)
- 标题:品牌 + 主关键词 + 属性 + 属性 + 次关键词,≤200 个字符
- 要点:[大写标题]——以利益点引领的句子,嵌入 1-2 个关键词
- 描述:吸引点 → 特性 → 使用场景 → 包装内物品 → CTA
- 后台关键词:以空格分隔、不重复,≤250 字节
- ⚠️ Cosmo 提示:使用场景化语言(何时/何地/为何),覆盖多个使用场景
- 💡 如需进阶 Amazon 优化,可考虑 amazon-listing-optimization
eBay(Cassini 算法)
- 标题:将精确匹配关键词前置,最多 80 个字符
- 描述:在全文中自然重复前 3 个关键词,并包含 HTML 格式的规格表
Walmart
- 标题:品牌 + 商品名称 + 主要属性,≤75 个字符
- 简短描述:包含主关键词的一句话价值主张
- 特性:10 条聚焦属性的要点,每条表达一个事实
Shopify/DTC (Google SEO)
- SEO 标题:主关键词 + 品牌,针对 Google 撰写(不只是商品名称)
- 元描述:关键词 + 利益点 + CTA,提升搜索结果的 CTR
- 描述:使用包含
<h2>、<ul>、<strong>的叙事结构,以实现页面内 SEO
Etsy(标签匹配)
- 标题:长尾关键词短语在前,之后是风格/材质/场合
- 描述:采用对话式表达,前 160 个字符 = 元描述
- 标签:13 个标签(每个 ≤20 个字符),与标题中使用的短语精确匹配
TikTok Shop(社交电商)
- 标题:以问题或愿望开头(“厌倦了 X?”)→ 商品 → 核心特性
- 描述:吸引点 → 痛点 → 解决方案 → 3 条要点 → CTA。采用对话式表达,适合使用表情符号。
Lazada/Shopee
- 标题:品牌 + 商品 + 型号 + 材质 + 关键属性(完整性优先于巧妙表达)
- 亮点:5 条简短要点,每行一个特性,聚焦规格
- 描述:特性表 + 展开的使用场景
语气指南
| 语气 | 风格 | 最适合 | |------|-------|----------| | 专业 | 权威、聚焦规格、建立信任 | 电子产品、工具、B2B | | 亲切 | 对话式表达、聚焦利益点、贴近用户 | 厨房用品、生活方式商品、礼品 | | 紧迫 | 突出稀缺性、使用行动词、解决问题 | 健康、安全、季节性商品 | | 奢华 | 高端、感官化语言、专属感 | 美妆、时尚、高端商品 |
未指定时,默认采用专业语气。
---
输出格式
# ✅ Your Listing — Ready to Copy
Platform: [Platform] | Marketplace: [XX] | Tone: [Tone]
## Title
[title — copy directly into platform]
## Bullets / Features
1. [CAPS HEADER] — [text]
2. [CAPS HEADER] — [text]
3. [CAPS HEADER] — [text]
4. [CAPS HEADER] — [text]
5. [CAPS HEADER] — [text]
## Description
[description — copy directly into platform]
## Tags / Keywords
[keywords formatted per platform rules]
---
# 📊 Diagnostic Report
**Mode:** [A/B] | **Competitors analyzed:** [N] | **Keywords scored:** [N]
## Keyword Priority Table
| # | Keyword | Score | Tier | Placed In |
|---|---------|-------|------|-----------|
| 1 | [keyword] | 8 | 🔴 | Title |
| 2 | [keyword] | 6 | 🟡 | Bullet 1 |
## Keyword Coverage Map
| Keyword | Title | Bullets | Desc | Tags | Status |
|---------|-------|---------|------|------|--------|
| [kw] | ✅ | ✅ | ✅ | — | 🟢 |
| [kw] | ✅ | ❌ | ✅ | ✅ | 🟡 |
Coverage: X/Y keywords (Z%)
🟢 90%+ Excellent · 🟡 70-89% Good · 🔴 <70% Needs work
## ⚠️ Excluded Competitor Brands
[brands found in competitor copy — excluded from all output]
---
与其他 Skills 集成
需要更多电商工具?查看我们的其他 skill 合集:
- Amazon Skills——面向 Amazon 卖家的专用工具:关键词研究、商品页面优化、PPC 广告活动、销量估算
- eCommerce Skills——面向所有电商企业的跨平台工具
---
限制
此 skill 通过网页搜索和页面抓取使用公开数据。如需实时市场数据、准确搜索量和高级分析,请查看 Nexscope。
---
属于 Nexscope AI——面向电商卖家的 AI 工具。