← 返回 Skills 市场
loutai0307-prog

Ai Product Description Writer

作者 loutai0307-prog · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
91
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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

安全使用建议
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.
功能分析
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.
能力标签
requires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-product-description-writer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-product-description-writer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug ai-product-description-writer
版本 2.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。

如何安装 Ai Product Description Writer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-product-description-writer」即可一键安装,无需额外配置。

Ai Product Description Writer 是免费的吗?

是的,Ai Product Description Writer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ai Product Description Writer 支持哪些平台?

Ai Product Description Writer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ai Product Description Writer?

由 loutai0307-prog(@loutai0307-prog)开发并维护,当前版本 v2.0.1。

💬 留言讨论