All posts
agent-docs

AI Product Description Generator Skill for AI Agents

AI agent skill for generating e-commerce product descriptions via AI Pass API.

EiliyaFebruary 13, 20261 min read

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": "gpt-5-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

Related apps