中国电商文案生成器。Use when user needs to create product titles, descriptions, promotional copy for Taobao, JD, Pinduoduo. Supports product listing, marketing copy, campaign slogans. 淘宝文案、京东文案、拼多多文案、商品标题、商品描述。
生成淘宝、京东、拼多多商品文案。
本工具生成的文案仅供参考。
不同AI模型能力不同,文案质量可能有差异。
重要营销文案请人工审核。
文案需符合平台规则和广告法。
| 类型 | 示例 |
|---|---|
| 商品标题 | 淘宝/京东/拼多多商品标题 |
| 商品描述 |
用户: 帮我写一个蓝牙耳机的淘宝标题
助手: 生成SEO优化的商品标题
用户: 帮我写一个洗面奶的详情页文案
助手: 生成完整的商品描述
用户: 帮我写双11促销文案
助手: 生成促销活动文案
python
class EcommerceCopywriter:
def init(self):
self.platforms = {
taobao: {max_length: 60, style: formal},
jd: {max_length: 45, style: technical},
pdd: {max_length: 60, style: casual}
}
def generate_title(self, product, features, platform=taobao):
生成商品标题
platform_config = self.platforms.get(platform, self.platforms[taobao])
maxlength = platformconfig[max_length]
# 标题模板
templates = {
taobao: {brand} {product} {features} {specs},
jd: {brand} {model} {features},
pdd: {product} {features} {deal}
}
template = templates.get(platform, templates[taobao])
title = template.format(
brand=product.get(brand, ),
product=product.get(name, ),
features= .join(features[:3]),
specs=product.get(specs, ),
model=product.get(model, ),
deal=product.get(deal, )
)
return title[:max_length]
def generatedescription(self, product, sellingpoints, platform=taobao):
生成商品描述
desc = []
desc.append(f# {product.get(name, Product)})
desc.append()
desc.append(## 产品亮点)
for i, point in enumerate(selling_points, 1):
desc.append(f{i}. {point[title]})
desc.append(f {point[description]})
desc.append()
desc.append(## 产品参数)
for key, value in product.get(specs, {}).items():
desc.append(f- {key}: {value})
return \n.join(desc)
def generate_promotion(self, event, products, platform=taobao):
生成促销文案
templates = {
618: 618大促 | {discount} | 限时抢购,
double11: 双11狂欢 | {discount} | 全年最低,
daily: 限时特惠 | {discount} | 手慢无
}
template = templates.get(event, templates[daily])
promo = template.format(
discount=products.get(discount, 优惠进行中)
)
return promo
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 china-ecommerce-copywriter-1775957477 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 china-ecommerce-copywriter-1775957477 技能
skillhub install china-ecommerce-copywriter-1775957477
文件大小: 3.51 KB | 发布时间: 2026-4-13 09:41