Amz Product Optimizer
/install amz-product-optimizer
Amazon Product Optimizer (AMZ Product Optimizer)
Overview
Automate the complete Amazon product optimization pipeline: hot keyword extraction, title generation, detail image creation, and main‑image click‑through‑rate (CTR) monitoring. Suitable for sellers, product managers, and cross‑border e‑commerce teams.
Core Workflow
- Get Hot Keywords – Scrape top keywords for the target niche.
- Read Product Data – Load products from a local JSON/CSV file.
- Optimize Titles – Generate fluent titles using the standard structure
[Brand] + [Core Keyword] + [Feature] + [Spec]. - Generate Detail Images – Create five scene‑based images via Taobao MCP.
- Save Results – Update the product file with new titles and image URLs.
- CTR Monitoring (optional) – Schedule daily checks of main‑image CTR, flagging products below the 5 % threshold.
Execution Modes
| Mode | Description | Typical Use |
|---|---|---|
full |
Run the entire pipeline end‑to‑end. | First‑time bulk optimization |
keywords_only |
Retrieve hot keywords only. | Market research |
optimize_names |
Optimize product titles only. | When titles need refresh |
generate_images |
Produce detail images only. | After titles are final |
monitor |
Perform CTR monitoring only. | Daily health check |
Parameters
- keyword (string, required) – The niche or product category, e.g.
"cat food". - product_file (string, required) – Path to a JSON/CSV containing product records.
- mode (string, optional, default
"full") – One of the modes above.
Usage Examples
User: Optimize my cat food listings
Assistant: (mode: full, keyword: "cat food", product_file: "products.json")
User: Show me hot keywords for dog beds
Assistant: (mode: keywords_only, keyword: "dog bed")
User: Generate detail images for product ID 12345
Assistant: (mode: generate_images, product_file: "products.json", keyword: "cat food")
User: Monitor main‑image CTR daily
Assistant: (mode: monitor)
Reference Files
references/optimization-guide.md– Detailed strategies for title optimization, image prompts, and CTR thresholds.scripts/– Helper scripts for keyword scraping, title generation, image creation, and monitoring (may be added later).
Notes
- Titles must follow the standard structure and avoid keyword stuffing or "Hot Search" markers.
- Image prompts are scene‑based to maximize conversion.
- CTR threshold recommended at 5 %; adjust via configuration.
- All results are saved back to the provided
product_file.
Created by Simon Cai · More e-commerce skills: github.com/simoncai519/open-accio-skill
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install amz-product-optimizer - 安装完成后,直接呼叫该 Skill 的名称或使用
/amz-product-optimizer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Amz Product Optimizer 是什么?
Use when user wants to optimize Amazon product listings, generate product images, improve titles, monitor CTR, or automate end-to-end Amazon product optimiza... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。
如何安装 Amz Product Optimizer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install amz-product-optimizer」即可一键安装,无需额外配置。
Amz Product Optimizer 是免费的吗?
是的,Amz Product Optimizer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Amz Product Optimizer 支持哪些平台?
Amz Product Optimizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Amz Product Optimizer?
由 simoncai519(@simoncai519)开发并维护,当前版本 v1.0.0。