← 返回 Skills 市场
loutai0307-prog

Ai Product Description Generator From Image

作者 loutai0307-prog · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ✓ 安全检测通过
93
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install ai-product-description-generator-from-image
功能描述
Analyze a public product image URL and generate descriptions in 4 styles using Grok Vision AI. Requires XAI_API_KEY env var. Use when creating e-commerce cop...
使用说明 (SKILL.md)

AI Product Description Generator from Image URL

Analyze a product image URL and generate descriptions in multiple styles using Grok Vision AI. Requires XAI_API_KEY.

What This Skill Owns

  • Vision-based description from public image URLs
  • Output in 4 styles: professional, casual, luxury, SEO
  • Supports English, Chinese, Spanish output

What This Skill Does Not Cover

  • Local image files (use ai-product-description-from-image)
  • Private/password-protected image URLs
  • Bulk batch processing

Commands

describe

Analyze an image URL and generate a product description.

XAI_API_KEY=your-key bash scripts/script.sh describe --url "https://example.com/product.jpg"
XAI_API_KEY=your-key bash scripts/script.sh describe --url "https://example.com/shoe.jpg" --style luxury --lang zh

Credentials

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

Requirements

  • python3 (standard library only)
  • Internet connection (calls api.x.ai)
  • Publicly accessible image URL (must start with https://)

Feedback

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

安全使用建议
This skill appears coherent and uses only a Grok (api.x.ai) API key and a public https image URL. Before installing, confirm you trust the skill source (bytesagain.com / the GitHub repo) and understand that providing XAI_API_KEY allows the skill to make API calls that may incur usage/billing on your Grok account. Do not provide private or sensitive images via public URLs. Monitor API key usage, set appropriate quotas on your Grok account if available, and rotate the key if you stop using the skill or suspect misuse. If you need higher assurance, review the repository code yourself (scripts/script.sh and SKILL.md) — they are short and use only the Python standard library and a direct call to api.x.ai.
功能分析
Type: OpenClaw Skill Name: ai-product-description-generator-from-image Version: 2.0.2 The skill bundle is a legitimate tool for generating product descriptions from image URLs using the Grok Vision AI. The shell script (`scripts/script.sh`) safely passes parameters to an inline Python script that uses the standard `urllib` library to communicate exclusively with the official X.ai API (api.x.ai). There are no signs of data exfiltration, malicious command execution, or prompt injection; the code is well-structured and includes basic input validation for URLs.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description ask for image-based product descriptions via Grok Vision and the skill only requires XAI_API_KEY and a public https image URL — both are appropriate and expected for this purpose. The included script calls api.x.ai and uses a vision model, which aligns with the stated capability.
Instruction Scope
SKILL.md and scripts/script.sh only instruct the agent to validate an https URL, require XAI_API_KEY, and call the Grok API with the image and prompt. The instructions do not read unrelated files, access other env vars, or send data to any endpoint other than api.x.ai.
Install Mechanism
There is no install spec and the script relies on python3 from the standard library. Nothing is downloaded or written to disk by an installer, reducing installation risk.
Credentials
The only required environment variable is XAI_API_KEY (Grok API key). That is proportionate and necessary to call the Grok Vision API; no unrelated credentials or secret paths are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system configs, and does not persist credentials; autonomous invocation is allowed by platform default but is not combined with other concerns here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-product-description-generator-from-image
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-product-description-generator-from-image 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.2
Fix: add requires.env frontmatter, add URL validation, registry credential metadata
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, fix syntax
v1.0.1
Rewrite: use Grok AI instead of OpenAI, no user API key required
v1.0.0
Initial release
元数据
Slug ai-product-description-generator-from-image
版本 2.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 6
常见问题

Ai Product Description Generator From Image 是什么?

Analyze a public product image URL and generate descriptions in 4 styles using Grok Vision AI. Requires XAI_API_KEY env var. Use when creating e-commerce cop... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。

如何安装 Ai Product Description Generator From Image?

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

Ai Product Description Generator From Image 是免费的吗?

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

Ai Product Description Generator From Image 支持哪些平台?

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

谁开发了 Ai Product Description Generator From Image?

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

💬 留言讨论