π¦ ClawHubβ¦ BytesAgain
Ai Product Description Generator From Image
by @loutai0307-prog
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...
TERMINAL
clawhub install ai-product-description-generator-from-imageπ About This Skill
name: 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 copy from product photos, generating Amazon/Shopify listings from image links, or producing multilingual product descriptions from URLs." version: "2.0.2" author: BytesAgain homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills tags: [ecommerce, product, image, vision, description] requires: env: - XAI_API_KEY
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
What This Skill Does Not Cover
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 |