Generate SEO-optimized product descriptions for e-commerce platforms (Amazon, Shopify, eBay, Etsy). Create compelling, conversion-focused copy with keywords, features, benefits, and calls-to-action. Use when creating product listings, optimizing existing descriptions, or generating bulk product copy.
Security Analysis
high confidenceThe skill's code, runtime instructions, and requested environment are internally consistent with a product-description generator — no unexpected credentials, network endpoints, or privileged behavior were found.
Name/description align with the provided scripts: generate_description.py, bulk_generate.py, and optimize_description.py implement the advertised features (platform-specific output, bulk CSV processing, and simple optimization). The skill declares no credentials or binaries, which matches the local, file-based behavior of the code.
SKILL.md instructs running the included Python scripts and describes parameters that match the code. However, SKILL.md references additional components (generate_variations.py, seo_analyzer.py) that are not present in the file manifest — documentation drift. The scripts only read/write local files (CSV, markdown) and do not access unrelated system files or environment variables.
No install spec is provided (instruction-only skill plus plain Python scripts). Nothing is downloaded or extracted; the code is local and plain Python with no external install steps declared.
The skill does not request environment variables, credentials, or config paths. The code only reads user-supplied input files and writes output files — this is proportionate to the stated purpose.
Flags are default (always:false, user-invocable:true). The skill does not attempt to persist settings, modify other skills, or change system/agent configuration.
Guidance
This skill appears to do what it says: generate and optimize product descriptions locally from CSV or markdown files. Before installing or running: 1) Note that SKILL.md mentions some scripts (generate_variations.py, seo_analyzer.py) that are not included — expect incomplete documentation. 2) Run the scripts in a controlled environment (project directory or isolated container/virtualenv) so relative imports and file paths work correctly. 3) Review any CSV or input files for sensitive data before processing (the scripts will read and write local files). 4) If you plan to use this in automation, inspect the code for desired behavior (e.g., how product names are extracted in optimize_description.py) and test with non-production data. Overall there are no credential-exfiltration or network calls in the provided code.
Latest Release
v1.0.0
Initial release: Generate SEO-optimized product descriptions for Amazon, Shopify, eBay, Etsy with platform-specific optimization
Popular Skills
Published by @Michael-laffin on ClawHub