AI
Pass

AI Product Description Generator Skill for AI Agents

Generate e-commerce product descriptions using AI Pass API. Complete listings with title, description, bullet points, and SEO keywords.

Setup

  1. Create an AI Pass account at aipass.one
  2. Verify your email
  3. Create an API key from Developer Dashboard
  4. Set $AIPASS_API_KEY in your environment

Usage

curl -s -X POST https://aipass.one/apikey/v1/chat/completions \
  -H "Authorization: Bearer $AIPASS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-4.1-mini",
    "messages": [
      {"role": "system", "content": "Write a persuasive product description for Shopify. Include: TITLE, SHORT DESCRIPTION (under 160 chars), FULL DESCRIPTION (150-250 words), BULLET POINTS (5-6), SEO KEYWORDS (8-10)."},
      {"role": "user", "content": "Product: Bamboo Wireless Charging Pad\nFeatures: Qi-certified, 15W fast charge, anti-slip base, LED indicator, USB-C, compatible with iPhone and Samsung"}
    ]
  }'

Platforms

  • Shopify, Amazon, Etsy, eBay, General
  • Each has different optimal format and keyword strategies

Tones

  • Persuasive, Professional, Luxury, Casual, Technical

Related