Open Accio Product Description Generator
v1.0.0Use when user wants to create product descriptions, SEO copy, Amazon listings, eBay item descriptions, Etsy listing copy, Shopify product pages, or any e‑com...
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
Name and description (product/SEO copy for marketplaces) align with the instructions: templates, platform constraints, SEO injection, and output formats are coherent with an e‑commerce copy generator.
Instruction Scope
The SKILL.md shows concrete CLI usage (product-description-generator) and mentions a scripts/ folder and cron scheduling for automation, yet the package contains no binaries, scripts, or install instructions. That creates an operational gap: the instructions expect local tooling that is not provided, which could cause the agent or user to fetch/install external code without guidance. The instructions otherwise do not request unrelated system files or secrets.
Install Mechanism
This is instruction‑only (no install spec), which is lower risk. However, the examples presume an executable and helper scripts that are absent from the bundle; the skill provides no guidance on where to get that executable (no release URL, no package name). This inconsistency is noteworthy but not itself evidence of malicious intent.
Credentials
The skill declares no required environment variables, credentials, or config paths. The described functionality (generating copy and writing output files or reading a provided CSV) does not, on its face, require additional secrets or system access.
Persistence & Privilege
Skill flags are default (always:false, agent invocation allowed). There is no indication the skill requests permanent presence or modifies other skills or system-wide settings. Scheduling is suggested for user automation (cron), which is a user action rather than an implicit privilege request.
What to consider before installing
This skill appears to do what it says (generate marketplace product copy) but it references a CLI ('product-description-generator') and a scripts/ folder that are not included in the package and there is no install or download guidance. Before installing or running: 1) confirm where the referenced CLI and scripts come from (check the GitHub link in the SKILL.md) and inspect that code/release yourself; 2) do not allow the agent to autonomously fetch or run unknown installers/archives; 3) if you plan bulk runs from CSV, verify the CSV contains no sensitive data (customer info, API keys); 4) if you need automated scheduling, create cron jobs yourself after validating the tooling. If the author can provide an install spec or included helper scripts, re-evaluate once those files are available.Like a lobster shell, security has layers — review code before you run it.
latest
Product Description Generator
Overview
Generate high‑converting, SEO‑optimized product descriptions for multiple e‑commerce platforms. The skill creates compelling copy that drives sales while improving search visibility.
Core Workflow
- Collect Input – product name, features, benefits, target audience, tone, and primary keywords.
- Select Platform – Amazon, Shopify, eBay, Etsy, or custom.
- Apply Platform Template – uses platform‑specific structure and length constraints.
- Inject SEO – primary keyword in title and first paragraph, secondary keywords throughout, semantic variations, meta data.
- Add Conversion Elements – hook, problem, solution, benefit‑focused features, social proof, urgency, CTA.
- Render Output – markdown, HTML or CSV as requested.
Usage Examples
Amazon Listing
product-description-generator \
--product "Wireless Bluetooth Headphones" \
--features "40hr battery,noise cancelling,Bluetooth 5.3" \
--benefits "crystal clear audio,comfortable fit,fast charging" \
--tone professional \
--platform amazon \
--output amazon_listing.md
Shopify Product Page
product-description-generator \
--product "Ergonomic Office Chair" \
--features "adjustable lumbar support,360° swivel,breathable mesh" \
--tone conversational \
--platform shopify \
--include-faq \
--output shopify_description.md
Bulk Generation from CSV
product-description-generator \
--csv products.csv \
--platform ebay \
--output-dir ./descriptions
Platform Guidelines (see references/platforms.md)
- Amazon – Title 150‑200 chars, 5 bullet points, 2000‑3000 char description.
- Shopify – Title ≤70 chars, HTML description, SEO meta ≤155 chars.
- eBay – Title ≤80 chars, HTML description, detailed item specifics.
- Etsy – Title ≤140 chars, story‑driven description, 13 tags of 20 chars.
Tone Options
professional– data‑driven, authoritative.conversational– friendly, relatable.playful– energetic, emoji‑friendly.luxury– elegant, exclusive.
Automation
Schedule bulk runs with cron or integrate into product pipelines. See scripts/ folder for CLI helpers.
Drive sales. Rank higher. Convert visitors.
Created by Simon Cai · More e-commerce skills: github.com/simoncai519/open-accio-skill
Comments
Loading comments...
