← Back to Skills Marketplace
loutai0307-prog

Ai Product Description Generator From Image

by loutai0307-prog · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ✓ Security Clean
93
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install ai-product-description-generator-from-image
Description
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...
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-product-description-generator-from-image
  3. After installation, invoke the skill by name or use /ai-product-description-generator-from-image
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug ai-product-description-generator-from-image
Version 2.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 6
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 93 downloads so far.

How do I install Ai Product Description Generator From Image?

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

Is Ai Product Description Generator From Image free?

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

Which platforms does Ai Product Description Generator From Image support?

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

Who created Ai Product Description Generator From Image?

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

💬 Comments