OpenClaw Integration

Use ProductAI as a skill in OpenClaw to generate product images directly from your AI workflows.

Overview

OpenClaw is an AI agent platform that allows you to build and deploy AI-powered workflows. The ProductAI skill enables your OpenClaw agents to generate professional product images on demand.

View ProductAI Skill on ClawHub

Features

  • Generate product images with AI-powered backgrounds
  • Use templates for consistent styling
  • Batch process multiple products
  • Integrate with other OpenClaw skills and workflows

Setup

  1. Install the skill: Visit the ProductAI skill page and click "Add to Agent"
  2. Configure API key: Enter your ProductAI API key in the skill settings. Get your API key →
  3. Start using: The skill is now available in your OpenClaw workflows

Available Actions

generate_image

Generate a product image with a custom background or template.

Inputs: image_url, prompt, model (optional), preset_id (optional)

list_templates

Get available templates for image generation.

Inputs: category (optional)

get_job_status

Check the status of a generation job and retrieve results.

Inputs: job_id

Example Workflow

# OpenClaw workflow example
1. Trigger: New product added to inventory
2. Action: ProductAI → generate_image
   - image_url: {{product.image_url}}
   - prompt: "Professional studio lighting on white background"
   - model: "nanobanana2"
3. Action: Wait for completion
4. Action: Update product with generated image

Related