plugins marketplace
← All plugins

e-commerce-skills

v0.1.0

电商技能市场包:用于商品策略、卖点提炼、详情页策划、货架内容优化、直播带货脚本、大促策略和活动复盘工作流。E-commerce skills market package for product strategy, selling points, detail pages, shelf content, livestream scripts, promotions, and retrospectives.

CodexClaude Code4 skills

by saibodafu39updated 1 month ago

Source

git clone https://github.com/saibodafu/e-commerce-skill

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

e-commerce-skills/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/ecommerce-content-wireframe/SKILL.md
├── skills/ecommerce-detail-page-visual-design/SKILL.md
├── skills/ecommerce-review-insight/SKILL.md
└── skills/xhs-product-content-cards/SKILL.md

Skills4

ecommerce-content-wireframeskills/ecommerce-content-wireframe/SKILL.md

当用户希望基于明确的产品信息,梳理电商商品详情页内容、生成详情页内容结构、详情页文案、手机长图 HTML 黑白线框稿时使用。

ecommerce-detail-page-visual-designskills/ecommerce-detail-page-visual-design/SKILL.md

当用户已经有电商详情页文案、HTML 图、原型图、产品图、包装图,想逐屏判断信息任务、推荐视觉风格、生成单屏详情页设计、逐屏修改确认,并最终拼接成 750px 电商详情页长图时使用。

ecommerce-review-insightskills/ecommerce-review-insight/SKILL.md

当用户提供批量化的电商用户评论数据,希望按固定流程完成数据质检、清洗、字段拆分、结构化打标、购买人群与场景、正负面口碑、竞品参照物分析,并同时输出可筛选编辑 Excel 分析母表和可视化 HTML 完整分析报告时使用。

xhs-product-content-cardsskills/xhs-product-content-cards/SKILL.md

当用户需要为小红书带货、种草、产品科普、测评对比、避坑选购生成 2-4 张连续图文卡片方案、每页文案、版式结构或 AI 出图提示词时使用。支持科普类、测评类、避坑类三种模式,适合食品、母婴、美妆、健康、数码、日用品等电商品类内容。

Manifests2

.codex-plugin/plugin.json
{
  "name": "e-commerce-skills",
  "version": "0.1.0",
  "description": "电商技能市场包:用于商品策略、卖点提炼、详情页策划、货架内容优化、直播带货脚本、大促策略和活动复盘工作流。E-commerce skills market package for product strategy, selling points, detail pages, shelf content, livestream scripts, promotions, and retrospectives.",
  "author": {
    "name": "saibodafu"
  },
  "interface": {
    "displayName": "E-commerce Skills",
    "description": "可复用的 Codex 电商工作流技能,覆盖商品策略、卖点提炼、详情页策划、货架内容、直播脚本、大促策略和复盘。Reusable e-commerce workflow skills for product strategy, selling points, detail pages, shelf content, livestream scripts, promotions, and retrospectives."
  }
}
.claude-plugin/plugin.json
{
  "name": "e-commerce-skills",
  "version": "0.1.0",
  "description": "电商技能市场包:用于商品策略、卖点提炼、详情页策划、货架内容优化、直播带货脚本、大促策略和活动复盘工作流。E-commerce skills market package for product strategy, selling points, detail pages, shelf content, livestream scripts, promotions, and retrospectives.",
  "author": {
    "name": "saibodafu"
  }
}