Ai Product Description From Image

v2.0.1

Convert local product images (JPG/PNG/WEBP) to descriptions using Grok Vision AI. Requires XAI_API_KEY. Use when generating e-commerce copy from local photo...

0· 86·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for loutai0307-prog/ai-product-description-from-image.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Ai Product Description From Image" (loutai0307-prog/ai-product-description-from-image) from ClawHub.
Skill page: https://clawhub.ai/loutai0307-prog/ai-product-description-from-image
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: XAI_API_KEY
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install ai-product-description-from-image

ClawHub CLI

Package manager switcher

npx clawhub@latest install ai-product-description-from-image
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description request Grok vision access and the skill only requires an XAI_API_KEY and local image files. The declared requirement (XAI_API_KEY) maps directly to the script's use of api.x.ai. No unrelated credentials or binaries are requested.
Instruction Scope
Runtime instructions and the included script only read user-supplied image files and a single env var, base64-encode the image into a data URL, and send it to https://api.x.ai/v1/chat/completions. This behavior is expected for the stated purpose but has privacy implications: any image data (and embedded EXIF/metadata) is transmitted to an external service.
Install Mechanism
No install specification; the skill is instruction/script-only and uses only system python3 and shell. Nothing is downloaded or written by an install step.
Credentials
Only a single API key (XAI_API_KEY) is required which is proportionate to the integration. The script does not request other secrets or config paths. Users should, however, be aware that their images are uploaded to the external Grok API and that API keys can be used for billing/requests.
Persistence & Privilege
The skill is not forced always-on, it doesn't modify other skills or system configs, and it does not request persistent platform privileges.
Assessment
This skill appears to do what it claims, but installing it means local images you pass will be uploaded (as base64 data URLs) to api.x.ai (Grok). Before using: 1) do not send sensitive images (personal data, documents, or anything with private info) without confirming Grok's data retention/privacy policy; strip EXIF/metadata if needed; 2) protect the XAI_API_KEY like any secret (rotate if leaked) and monitor billing/usage; 3) review the script if you want to modify behavior (e.g., remove metadata or change the endpoint) or to run a local/approved vision model instead; 4) test with non-sensitive images first.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Environment variables
XAI_API_KEYrequiredGrok API key from console.x.ai
latestvk970qv1bx4rqf32svqe913x699853t9n
86downloads
0stars
5versions
Updated 1w ago
v2.0.1
MIT-0

AI Product Description from Image (Local Files)

Convert local product images to professional descriptions using Grok Vision AI.

What This Skill Owns

  • Single image description from local file path (JPG/PNG/WEBP)
  • Batch processing of all images in a folder
  • Output in 4 styles and 3 languages

What This Skill Does Not Cover

  • Image URLs (use ai-product-description-generator-from-image)
  • Non-image files (PDF, DOCX, etc.)
  • Publishing to Shopify/WooCommerce directly

Commands

describe

Generate description from a single local image file.

XAI_API_KEY=your-key bash scripts/script.sh describe --image ./product.jpg
XAI_API_KEY=your-key bash scripts/script.sh describe --image ./shoe.png --style luxury --lang zh

batch

Process all images in a folder.

XAI_API_KEY=your-key bash scripts/script.sh batch --folder ./product-images
XAI_API_KEY=your-key bash scripts/script.sh batch --folder ./products --style seo

Credentials

VariableRequiredDescription
XAI_API_KEYYesGrok API key from console.x.ai

Requirements

  • python3 (standard library only)
  • Internet connection (calls api.x.ai)
  • Local image files: jpg, jpeg, png, webp

Feedback

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

Comments

Loading comments...