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 ClawHubFeatures
- Generate product images with AI-powered backgrounds
- Use templates for consistent styling
- Batch process multiple products
- Integrate with other OpenClaw skills and workflows
Setup
- Install the skill: Visit the ProductAI skill page and click "Add to Agent"
- Configure API key: Enter your ProductAI API key in the skill settings. Get your API key →
- 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_idExample 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