← Back to Skills Marketplace
shenghoo123-png

电商产品描述批量生成器

by shenghoo123-png · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
124
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install ecommerce-product-desc-generator
Description
批量生成多平台电商产品标题、卖点和详情描述,支持中文英文及CSV导入,提升跨境及本土化文案效率。
README (SKILL.md)

ecommerce-product-desc-generator — 电商产品描述批量生成器

痛点

  • 每次上新都要手动写标题、bullet points、详情描述,效率低下
  • 同一产品在不同平台要写不同风格的文案,工作量翻倍
  • 跨境卖家需要英文文案,中文卖家需要本土化表达
  • 批量上新时,文案写作成为瓶颈

场景

  • 亚马逊卖家:快速生成 SEO 友好的英文标题 + 5点描述 + 详情
  • 淘宝/拼多多卖家:一键生成中文卖点的标题和详情页文案
  • TikTok Shop 卖家:生成短视频风格的种草文案
  • Shopify 独立站卖家:生成品牌感强的产品页面描述
  • 批量上新:CSV 导入产品列表,一次生成全平台描述

定价

  • Free(免费):单产品单平台生成,基础模板
  • Pro ¥29/月:批量生成(50产品/次),全5大平台,支持 CSV 导入导出
  • Team ¥99/月:无限生成,API 调用,白标定制

指令格式

单产品生成

ecommerce-product-desc "产品名称" "品类" --keywords "关键词" --platforms amazon,tiktok --format markdown

全平台生成

ecommerce-product-desc "蓝牙耳机" "3C数码" --keywords "无线,降噪" --all-platforms

指定平台(逗号分隔)

--platforms amazon,taobao,pinduoduo,tiktok,shopify

输出格式

  • --format markdown(默认):每个平台一个 Markdown 区块
  • --format txt:纯文本,平台间用 === 分隔
  • --format csv:CSV 表格,含平台/标题/卖点/详情

批量生成(CSV)

ecommerce-product-desc --csv products.csv --format markdown --output result.md

CSV 格式(支持中文列名或英文列名):

product_name,category,keywords,brand,price
蓝牙耳机,3C数码,无线,品牌X,199
充电宝,电子产品,大容量,品牌Y,89

批量模式(命令行)

ecommerce-product-desc --batch --product "充电宝" "电子产品" --all-platforms

支持平台

平台 语言 标题长度 特点
amazon 英文 ≤200字符 5条Bullet Points + 详情段落,SEO优化
taobao 中文 ≤30字 Emoji+卖点,淘宝风格
pinduoduo 中文 ≤30字 低价引流词前置,拼团风格
tiktok 英文 ≤100字 口语化+emoji,种草短视频风格
shopify 英文 品牌感 章节化描述,适合独立站

参数说明

参数 必填 说明
product 产品名称
category 品类/类目
--keywords 关键词,多个用逗号分隔
--brand 品牌名
--price 目标价格
--platforms 目标平台,默认 all
--format markdown/txt/csv,默认 markdown
--output 输出文件路径
--seed 随机种子,用于复现结果
Usage Guidance
This package appears to be a local, template-driven product-description generator and is coherent with its documentation: it doesn't ask for secrets or reach out to external services. Before installing or running it, consider: 1) Inspect generator.py fully (search for imports like requests, urllib, socket, subprocess, os.system, or any hardcoded endpoints) to confirm there are no hidden network calls. 2) Note setup.sh runs the test suite (pytest) which will execute code from the repository — run it in a sandbox/container if you want to limit risk. 3) The SKILL.md/README mention paid tiers and 'API' in marketing text but the code appears fully local; if you expect remote or subscription features, verify where those would be implemented. 4) If you plan to let an autonomous agent invoke this skill, be mindful that it can read any CSV you point it to and write files where it has filesystem permissions — avoid exposing sensitive files as inputs. If you want, I can grep the full generator.py for network/system-call patterns or review the rest of the file if you provide the remaining content.
Capability Analysis
Type: OpenClaw Skill Name: ecommerce-product-desc-generator Version: 1.0.0 The bundle is a legitimate e-commerce product description generator that uses local templates and word pools to create content for platforms like Amazon and Taobao. The core logic in `generator.py` and the CLI in `cli.py` perform standard text processing and CSV handling without any network requests, sensitive data access, or suspicious execution patterns. All instructions in `SKILL.md` and the installation steps in `setup.sh` are consistent with the tool's stated purpose.
Capability Assessment
Purpose & Capability
Name, description, README, SKILL.md, CLI and generator code are consistent: a local Python CLI produces platform-specific product descriptions and supports CSV batch input. No unrelated environment variables, binaries, or cloud credentials are requested.
Instruction Scope
Runtime instructions in SKILL.md and README are limited to running the CLI, reading a CSV for batch mode, and writing output files. There are no instructions to read arbitrary system files, access credentials, or send data to external endpoints.
Install Mechanism
No install spec is declared (instruction-only skill), and the repository uses pure Python with an optional setup.sh and a minimal requirements.txt (pytest). No downloads from third-party URLs or extracted archives are involved.
Credentials
The skill requires no environment variables or credentials. All inputs are CLI args or CSV files supplied by the user, which is proportionate to the stated purpose.
Persistence & Privilege
Flags show always:false (no forced inclusion). disable-model-invocation is false (normal). The code does not request system-wide configuration changes or other skills' credentials.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ecommerce-product-desc-generator
  3. After installation, invoke the skill by name or use /ecommerce-product-desc-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
ecommerce-product-desc-generator 1.0.0 — 首发上线 - 一键生成电商产品标题、卖点和描述,支持 Amazon、淘宝、拼多多、TikTok Shop、Shopify 多平台 - 可按平台风格定制中英文文案,支持本土化表达和跨境需求 - 支持批量生成:支持 CSV 文件导入导出和命令行批量模式 - 灵活选择输出格式(markdown、txt、csv) - 提供免费、专业和团队版多种定价与功能层级
Metadata
Slug ecommerce-product-desc-generator
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 电商产品描述批量生成器?

批量生成多平台电商产品标题、卖点和详情描述,支持中文英文及CSV导入,提升跨境及本土化文案效率。 It is an AI Agent Skill for Claude Code / OpenClaw, with 124 downloads so far.

How do I install 电商产品描述批量生成器?

Run "/install ecommerce-product-desc-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 电商产品描述批量生成器 free?

Yes, 电商产品描述批量生成器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 电商产品描述批量生成器 support?

电商产品描述批量生成器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 电商产品描述批量生成器?

It is built and maintained by shenghoo123-png (@shenghoo123-png); the current version is v1.0.0.

💬 Comments