Amz Product Optimizer
v1.0.0Use when user wants to optimize Amazon product listings, generate product images, improve titles, monitor CTR, or automate end-to-end Amazon product optimiza...
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The skill claims to call Taobao MCP for image generation and to monitor main-image CTR (which would normally require Amazon/Seller-Central access), yet the package declares no required environment variables, credentials, or endpoints. The inclusion of a Taobao service ID in documentation without any declared credential handling is inconsistent with the stated capabilities.
Instruction Scope
SKILL.md instructs the agent to 'scrape top keywords', 'generate images via Taobao MCP', read/write local product JSON/CSV, and 'schedule daily checks' for CTR. It does not specify which endpoints/APIs to use for keyword scraping or CTR retrieval nor how credentials should be provided or protected, leaving broad discretion to the agent and unclear data flows.
Install Mechanism
This is instruction-only (no install spec or code files). The references list Python packages and an MCP service ID but there are no concrete install steps. While instruction-only reduces immediate disk-write risk, the missing install and dependency guidance is inconsistent with the declared Python dependencies and expected runtime actions.
Credentials
No environment variables or primary credentials are declared, yet operations described (Taobao MCP calls, CTR monitoring likely against Amazon analytics) normally require API keys/credentials. The lack of declared credentials is disproportionate to the external services the skill intends to use.
Persistence & Privilege
The skill suggests scheduling daily CTR monitoring and updating product files, implying ongoing background activity. Although it does not set always:true, autonomous invocation plus the unclear mechanism for scheduling and data access increases the risk of persistent network activity or repeated file writes without explicit user consent.
What to consider before installing
Before installing or running this skill: (1) Ask the author to provide an explicit list of required credentials (Taobao/MCP, and Amazon/Seller Central or analytics) and how they will be used and stored. (2) Request a concrete install/runtime plan (how Python deps are installed, what scripts run, and where network calls go). (3) Do not hand over Amazon/Seller-Central credentials or broad API keys until you (or a reviewer) can inspect the code or scripts that will use them. (4) Clarify how CTR data is retrieved (API vs scraping) and whether the agent will perform scheduled background tasks — require explicit opt-in for daily monitoring. (5) Prefer running initial tests on a copy of your product file in an isolated environment. If the author cannot provide clear, verifiable details (code, install steps, or explicit credential requirements), treat the skill as untrusted.Like a lobster shell, security has layers — review code before you run it.
latest
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
Comments
Loading comments...
