/install designkit-skills
DesignKit Skills
Public ClawHub bundle for DesignKit image editing and ecommerce product-image workflows. 实际运行时默认面向中文用户,用简体中文收集参数、确认操作并返回结果。
Purpose
- Route to
designkit-edit-toolsfor single-image background removal or image restoration. - Route to
designkit-ecommerce-product-kitfor multi-step ecommerce product-image generation. - Keep the public package description English-friendly for ClawHub, while keeping the actual user conversation natural in Simplified Chinese.
Public Installation Posture
- Explain actions in product terms such as background removal, image restoration, or ecommerce image generation.
- Default user-facing replies to Simplified Chinese unless the user explicitly prefers another language.
- Only process image URLs or local file paths that the user explicitly provides for the requested task.
- If the user supplies a local image path, make clear that the file will be uploaded to the remote DesignKit / OpenClaw service.
- Do not expose credentials, raw request or response payloads, internal headers, or local script paths unless the user explicitly asks for technical details.
Routing Rules
1. designkit-edit-tools
Route here when user intent matches:
- Background removal, cutout, transparent background, white background
- Image restoration, blurry photo fix, image enhancement, sharpening
Common search terms:
抠图, 去背景, 透明底, 白底图, 画质修复, 变清晰, image restoration, background removal
2. designkit-ecommerce-product-kit
Route here when user intent matches:
- Ecommerce listing image sets
- Product hero images and detail images
- Launch-ready marketplace image packs from an existing product photo
Common search terms:
电商套图, 商品套图, 主图详情图, listing images, amazon listing images, product image set
If the request is ambiguous, ask one short clarification question before routing.
Conversation Flow (Required)
- Recognize the user intent and route to the matching sub-skill.
- Ask for the missing image first if the user has not already provided one.
- Ask only the 1-2 most important missing inputs in each turn. Do not turn the conversation into a long form.
- Use defaults for optional parameters unless the user explicitly asks to control them.
- 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 \x3Caction> --input-json '\x3Cparams_json>'
For ecommerce listing images:
- Read
__SKILL_DIR__/skills/designkit-ecommerce-product-kit/SKILL.md. - Follow its staged conversation flow exactly.
- Execute
run_ecommerce_kit.shonly 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
- Requires
DESIGNKIT_OPENCLAW_AK. - Local file uploads are limited to
JPG/JPEG/PNG/WEBP/GIFimage files. - Local images supplied by the user may be uploaded to the remote DesignKit / OpenClaw API.
- Ecommerce renders are downloaded back to a local output directory after completion.
- Request logging is off by default. Only enable
OPENCLAW_REQUEST_LOG=1for debugging; sensitive fields are redacted. - Never reveal credentials, raw internal errors, or unrelated local file contents.
Result Handling
- If the script returns
ok: true, render the returned image URLs for the user. - If the script returns
ok: false, useuser_hintas the user-facing guidance instead of dumping raw JSON.
Privacy Defaults
- Request logging is disabled by default.
- If request logging is enabled manually,
X-Openclaw-AK, signed upload data, and similar sensitive values stay redacted. - Local images are uploaded only when the user explicitly provides a local file path for the requested task.
- The default runtime conversation language is Simplified Chinese.
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 |
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install designkit-skills - 安装完成后,直接呼叫该 Skill 的名称或使用
/designkit-skills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
DesignKit Ecommerce AI Studio 是什么?
Use when users need DesignKit image editing or ecommerce product-image generation, with public metadata optimized for ClawHub and runtime guidance defaulting... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 469 次。
如何安装 DesignKit Ecommerce AI Studio?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install designkit-skills」即可一键安装,无需额外配置。
DesignKit Ecommerce AI Studio 是免费的吗?
是的,DesignKit Ecommerce AI Studio 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
DesignKit Ecommerce AI Studio 支持哪些平台?
DesignKit Ecommerce AI Studio 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 DesignKit Ecommerce AI Studio?
由 Meitu.Inc(@meituskills)开发并维护,当前版本 v1.0.5。