← Back to Skills Marketplace
loutai0307-prog

Ai Product Description Writer

by loutai0307-prog · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ Security Clean
91
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install ai-product-description-writer
Description
Generate product descriptions in 4 styles (professional, casual, luxury, SEO) from product name and features using Grok AI. Requires XAI_API_KEY. Use when wr...
README (SKILL.md)

AI Product Description Writer

Generate product descriptions in 4 styles from a product name and feature list using Grok AI.

What This Skill Owns

  • Multi-style description generation: professional, casual, luxury, SEO-optimized
  • Input: product name + comma-separated features
  • Output: ready-to-publish copy for e-commerce listings

What This Skill Does Not Cover

  • Image-based description (use ai-product-description-from-image)
  • Bulk/batch processing
  • Publishing to Shopify/WooCommerce directly

Credentials

Variable Required Description
XAI_API_KEY Yes Grok API key from console.x.ai

Commands

write

Generate descriptions from product name and features.

XAI_API_KEY=your-key bash scripts/script.sh write --product "Wireless Headphones" --features "noise cancelling, 30h battery, foldable"
XAI_API_KEY=your-key bash scripts/script.sh write --product "Running Shoes" --features "lightweight, breathable" --style seo

Styles

  • professional — Formal, B2B-ready copy
  • casual — Friendly, conversational tone
  • luxury — Premium, aspirational language
  • seo — Keyword-rich for search ranking
  • all — Generate all 4 styles (default)

Requirements

  • python3 (standard library only)
  • Internet connection (calls api.x.ai)

Feedback

https://bytesagain.com/feedback/ Powered by BytesAgain | bytesagain.com

Usage Guidance
This skill appears to do what it says: generate multi-style product copy via Grok. Before installing: (1) note that the registry metadata incorrectly omits the required XAI_API_KEY—the SKILL.md and script do require it, so expect to provide a Grok API key; (2) only provide a key with the minimum necessary permissions (prefer a dedicated/test key rather than an org-wide secret); (3) review and test locally or in a network-restricted sandbox first to confirm behavior; (4) avoid passing sensitive or PII in the product/features fields since they are sent to the Grok API; (5) if you need metadata fixed, ask the publisher to update the registry entry to list XAI_API_KEY so requirements are transparent.
Capability Analysis
Type: OpenClaw Skill Name: ai-product-description-writer Version: 2.0.1 The skill is a straightforward tool for generating product descriptions using the Grok AI API. It uses standard bash and Python (urllib) to communicate with the legitimate api.x.ai endpoint and does not exhibit any signs of data exfiltration, malicious execution, or prompt injection.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The name and description match the included implementation: the script and SKILL.md call Grok (api.x.ai) to generate multi-style product descriptions. Requiring a Grok API key (XAI_API_KEY) is appropriate for this purpose. However, the registry metadata incorrectly lists "Required env vars: none" while the SKILL.md and script clearly require XAI_API_KEY; this metadata mismatch should be corrected.
Instruction Scope
Runtime instructions and the shell+Python script are narrowly scoped to: read the provided --product and --features arguments, read XAI_API_KEY from the environment, call api.x.ai, and print the responses. The script does not read other files, system credentials, or exfiltrate data to unexpected endpoints.
Install Mechanism
No install spec is present (instruction-only plus an included script). The script relies only on python3 and the standard library (urllib), which is proportionate and low-risk. Nothing is downloaded or extracted from untrusted URLs.
Credentials
The only credential required at runtime is XAI_API_KEY, which is appropriate for calling Grok. The concern is the inconsistency: registry metadata omitted this required env var, which could mislead users about what secrets are needed. As with any API key, users should avoid supplying high-privilege or organization-wide keys.
Persistence & Privilege
The skill does not request persistent or elevated presence (always is false). It does not modify other skills or system-wide settings. Autonomous invocation is allowed by default (normal for skills) and is not combined with other red flags here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-product-description-writer
  3. After installation, invoke the skill by name or use /ai-product-description-writer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
Add env frontmatter for registry credential metadata
v2.0.0
Rewrite: env var credentials, proper SKILL.md frontmatter, no hardcoded keys
v1.0.2
Add Triggers on, bytesagain brand
v1.0.1
Rewrite: use Grok AI instead of OpenAI, no user API key required
v1.0.0
Initial release
Metadata
Slug ai-product-description-writer
Version 2.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is Ai Product Description Writer?

Generate product descriptions in 4 styles (professional, casual, luxury, SEO) from product name and features using Grok AI. Requires XAI_API_KEY. Use when wr... It is an AI Agent Skill for Claude Code / OpenClaw, with 91 downloads so far.

How do I install Ai Product Description Writer?

Run "/install ai-product-description-writer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ai Product Description Writer free?

Yes, Ai Product Description Writer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ai Product Description Writer support?

Ai Product Description Writer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ai Product Description Writer?

It is built and maintained by loutai0307-prog (@loutai0307-prog); the current version is v2.0.1.

💬 Comments