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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install amz-product-optimizer - After installation, invoke the skill by name or use
/amz-product-optimizer - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.
How do I install Amz Product Optimizer?
Run "/install amz-product-optimizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Amz Product Optimizer free?
Yes, Amz Product Optimizer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Amz Product Optimizer support?
Amz Product Optimizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Amz Product Optimizer?
It is built and maintained by simoncai519 (@simoncai519); the current version is v1.0.0.