DesignKit Ecommerce AI Studio
by @meituskills
Use when users need DesignKit image editing, ecommerce product-image generation, or A+ detail-page planning and rendering, with public metadata optimized for...
clawhub install designkit-skills📖 About This Skill
name: designkit-skills description: Use when users need DesignKit image editing, ecommerce product-image generation, or A+ detail-page planning and rendering, with public metadata optimized for ClawHub and runtime guidance defaulting to Simplified Chinese. version: "1.0.0" metadata: openclaw: requires: env: - DESIGNKIT_OPENCLAW_AK bins: - bash - curl - python3 primaryEnv: DESIGNKIT_OPENCLAW_AK homepage: https://www.designkit.cn/openclaw
DesignKit Skills
Public ClawHub bundle for DesignKit image editing and ecommerce product-image workflows. 实际运行时默认面向中文用户,用简体中文收集参数、确认操作并返回结果。
Purpose
designkit-edit-tools for single-image background removal or image restoration.designkit-ecommerce-product-kit for multi-step ecommerce product-image generation.designkit-ecommerce-a-plus-detail for A+ detail-page planning and detail-image generation.Public Installation Posture
Routing Rules
1. designkit-edit-tools
Route here when user intent matches:
Common search terms:
抠图, 去背景, 透明底, 白底图, 画质修复, 变清晰, image restoration, background removal
2. designkit-ecommerce-product-kit
Route here when user intent matches:
Common search terms:
电商套图, 商品套图, 主图详情图, listing images, amazon listing images, product image set
3. designkit-ecommerce-a-plus-detail
Route here when user intent matches:
Common search terms:
A+详情, 详情页, A+页面, detail page, A+ content, 详情图, Amazon A+
If the request is ambiguous, ask one short clarification question before routing.
Conversation Flow (Required)
1. Recognize the user intent and route to the matching sub-skill. 2. Ask for the missing image first if the user has not already provided one. 3. Ask only the 1-2 most important missing inputs in each turn. Do not turn the conversation into a long form. 4. Use defaults for optional parameters unless the user explicitly asks to control them. 5. Once enough information is available, briefly restate the action in Chinese and execute it directly.
Execution
For single-image editing:
bash __SKILL_DIR__/scripts/run_command.sh --input-json ''
For ecommerce listing images:
1. Read __SKILL_DIR__/skills/designkit-ecommerce-product-kit/SKILL.md.
2. Follow its staged conversation flow exactly.
3. Execute run_ecommerce_kit.sh only after the staged inputs are complete.
For A+ detail-page workflow:
1. Read __SKILL_DIR__/skills/designkit-ecommerce-a-plus-detail/SKILL.md.
2. Follow its staged conversation flow exactly.
3. Execute run_ecommerce_a_plus_detail.sh only after the staged inputs are complete.
These commands are internal execution guidance for the agent. Do not quote command lines to end users unless they explicitly ask for implementation details.
Runtime And Safety
DESIGNKIT_OPENCLAW_AK.JPG/JPEG/PNG/WEBP/GIF image files.OPENCLAW_REQUEST_LOG=1 for debugging; sensitive fields are redacted.Result Handling
ok: true, render the returned image URLs for the user.ok: false, use user_hint as the user-facing guidance instead of dumping raw JSON.Privacy Defaults
X-Openclaw-AK, signed upload data, and similar sensitive values stay redacted.Error Types
| error_type | Guidance |
| --- | --- |
| CREDENTIALS_MISSING | Ask the user to configure DESIGNKIT_OPENCLAW_AK |
| AUTH_ERROR | Ask the user to verify the API key |
| ORDER_REQUIRED | Tell the user to top up credits before retrying |
| QPS_LIMIT | Tell the user to retry later |
| TEMPORARY_UNAVAILABLE | Tell the user the service is temporarily unavailable |
| PARAM_ERROR | Ask the user to provide or correct the missing input |
| UPLOAD_ERROR | Ask the user to check the image or network |
| API_ERROR | Ask the user to retry or use a different image |