Agent skill · Content & Marketing

ecommerce-full-pipeline

跨境电商全链路自动化工具。集成1688采集、智能清洗、多平台上架(微信小店/Shopify/TikTok)、推广方案(关键词/竞品分析/广告文案)、短视频创作(MoviePy竖屏视频)、一键代发、爆品挖掘(趋势聚合+6维评分)、闲鱼二手选品捡漏(品牌识别/虚标过滤/捡漏评分/价格监控)、全自动流水线(挖掘→采集→清洗→上架→推广→视频)。

anbeimegithub.com/anbeimeGitHub ↗
claude-code
Install
npx skills add anbeime/skill --skill ecommerce-full-pipeline --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Version: 1.0.0
Declared author: anbeime
Path: skills/ecommerce-full-pipeline/ecommerce-full-pipeline/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 4,714
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 跨境电商全链路自动化工具 ## 任务目标 - 本技能用于:跨境电商从选品到推广的全流程自动化 - 能力包含: 1. **1688 商品采集**:关键词搜索、详情抓取、图片下载、反爬回退(Mock 数据兜底) 2. **智能数据清洗**:自动翻译标题、价格标准化、供应商评分、利润率计算、批量过滤 3. **多平台上架**:一键生成微信小店/Shopify/TikTok 上架模板,支持 CSV/Excel/JSON 导出 4. **推广方案生成**:自动关键词生成、竞品分析、广告文案撰写、预算规划 5. **短视频创作**:基于商品图片自动生成竖屏推广视频(MoviePy + Ken Burns 特效) 6. **一键代发**:1688 源头直接下单,支持无痕发货备注、Playwright 浏览器自动化 7. **爆品趋势挖掘**:多源趋势聚合(Google Trends)、6 维爆品评分、自动触发后续流水线 8. **闲鱼选品捡漏**:二手商品搜索、品牌识别、虚标过滤、6 维捡漏评分、价格监控、智能推荐 9. **全自动流水线**:爆品挖掘→采集→清洗→上架→推广→视频,一键端到端执行 - 触发条件:用户需要开展跨境电商业务,包括选品、上架、推广、视频创作或二手选品捡漏时 ## 前置准备 - Python 3.8+ - 依赖包安装: ```bash pip install requests beautifulsoup4 lxml pyyaml pytrends moviepy pillow ``` - 1688 / 闲鱼需要登录态才能完整采集,建议在已登录的浏览器环境中使用 - 推广视频生成需要 ffmpeg(MoviePy 依赖) ## 操作步骤 ### 流程一:全链路自动化(推荐) ```bash # 自动挖掘爆品 → 采集 → 清洗 → 上架 → 推广 → 视频生成 python main.py auto-pipeline --seed-keywords "收纳盒,蓝牙耳机" --top-n 5 --product-limit 3 --platform all ``` ### 流程二:1688 采集 → 上架 → 推广 ```bash # Step 1: 采集 python main.py scrape --keyword "蓝牙耳机" --pages 2 --detail --download-images # Step 2: 清洗(过滤毛利率低于20%、供应商评分低于60分的商品) python main.py clean --input data/raw_products.json --min-margin 0.20 --min-score 60 # Step 3: 上架(生成多平台模板) python main.py publish --in

What's inside
Steps it walks through
  1. 任务目标
  2. 前置准备
  3. 操作步骤
  4. 流程一:全链路自动化(推荐)
  5. 流程二:1688 采集 → 上架 → 推广
  6. 流程三:爆品挖掘
  7. 流程四:闲鱼选品捡漏
  8. 流程五:一键代发
  9. 核心逻辑
  10. 爆品挖掘评分模型
  11. 闲鱼捡漏评分模型
  12. 品牌识别与虚标过滤
  13. 数据清洗规则
  14. 推广视频生成
Commands it runs
pip install requests beautifulsoup4 lxml pyyaml pytrends moviepy pillow
python main.py auto-pipeline --seed-keywords "收纳盒,蓝牙耳机" --top-n 5 --product-limit 3 --platform all
Step 1: 采集
python main.py scrape --keyword "蓝牙耳机" --pages 2 --detail --download-images
Step 2: 清洗(过滤毛利率低于20%、供应商评分低于60分的商品)
python main.py clean --input data/raw_products.json --min-margin 0.20 --min-score 60
Step 3: 上架(生成多平台模板)
python main.py publish --input data/cleaned_products.json --platform all --export all
Step 4: 推广(关键词+竞品分析+广告文案+预算)
python main.py promote --input data/cleaned_products.json --limit 10 --daily-budget 50
More from skill
All skills →
About this skill
What does the ecommerce-full-pipeline skill do?

跨境电商全链路自动化工具。集成1688采集、智能清洗、多平台上架(微信小店/Shopify/TikTok)、推广方案(关键词/竞品分析/广告文案)、短视频创作(MoviePy竖屏视频)、一键代发、爆品挖掘(趋势聚合+6维评分)、闲鱼二手选品捡漏(品牌识别/虚标过滤/捡漏评分/价格监控)、全自动流水线(挖掘→采集→清洗→上架→推广→视频)。

How do I install it?

Run `npx skills add anbeime/skill --skill ecommerce-full-pipeline --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From anbeime/skill, a repository with 4,714 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going