Install
openclaw skills install @dongjie-oss/other-openclaw-skillsRoot entry skill for Meitu capabilities. Routes requests to scene skills (meitu-poster, meitu-stickers, meitu-visual-me, meitu-product-swap, meitu-video-dance, meitu-upscale, meitu-product-view, meitu-image-fix, meitu-id-photo, meitu-cutout, meitu-carousel, meitu-beauty, meitu-image-adapt) or meitu-tools for direct Meitu CLI tool execution.
openclaw skills install @dongjie-oss/other-openclaw-skillsThis is the top-level routing skill:
meitu-poster for poster strategy, visual direction, and cover-design workflows.meitu-stickers for sticker pack and emoji pack generation from photos.meitu-visual-me for consolidated visual workflows such as try-on, portrait generation, group photo, and avatar sets.meitu-product-swap for swapping products in e-commerce images.meitu-video-dance for motion-transfer and dance-style video generation workflows.meitu-upscale for image super-resolution and sharpening.meitu-product-view for generating multi-angle product shots from a single image.meitu-image-fix for diagnosing and repairing image quality, portrait, and content issues.meitu-id-photo for generating standard ID photos (passport, visa, 1-inch, 2-inch, etc.).meitu-cutout for removing backgrounds and extracting foreground subjects.meitu-carousel for generating cohesive carousel sets (cover + inner pages).meitu-beauty for AI beauty enhancement on portrait photos.meitu-image-adapt for intelligently adapting images to a target aspect ratio or platform size, extending backgrounds without distorting the subject.meitu-tools for direct tool execution with the Meitu CLI.file_read covers credentials, project files in the current workspace, shared visual memory under ~/.openclaw/workspace/visual/, and helper scripts under ~/.openclaw/workspace/scripts/.file_write covers project-mode files such as openclaw.yaml, DESIGN.md, ./output/, ./drafts/, plus one-off outputs and shared memory updates under ~/.openclaw/workspace/visual/.exec covers the meitu CLI and node for the optional oc-workspace.mjs helper used by scene skills for routing, context reads, and safe renaming.meitu-poster when:meitu-stickers when:meitu-visual-me when:meitu-product-swap when:meitu-video-dance when:meitu-upscale when:meitu-product-view when:meitu-image-fix when:meitu-id-photo when:meitu-cutout when:meitu-carousel when:meitu-beauty when:meitu-image-adapt when:meitu-tools when:When the route is meitu-tools, follow this policy:
meitu-tools/scripts/run_command.js first.Manual fallback commands (when bootstrap fails):
npm install -g meitu-cli@latest
meitu --version
If binary conflict (EEXIST) is reported:
npm install -g meitu-cli@latest --force
video-motion-transferimage-to-videotext-to-videovideo-to-gifimage-generateimage-poster-generateimage-editimage-upscaleimage-beauty-enhanceimage-face-swapimage-try-onimage-adaptimage-cutoutimage-grid-splitWhen intent is ambiguous:
meitu-tools and request minimal required inputs.When execution fails, always return actionable guidance instead of raw errors:
user_hint and next_action.action_url exists, preserve the full URL and present action_label + action_url + action_display_hint.action_url.error_type is CREDENTIALS_MISSING, return the console link and guide the user to configure AK/SK first, then retry.error_type is AUTH_ERROR, return the console link and guide the user to verify AK/SK and authorization status first, then retry.使用本技能前,需要先配置美图开放平台的 API 凭证。
直接把 AK 和 SK 发给我,我会帮你自动配置:
我的美图凭证:
AK: xxxxxxxxxxxxxxxx
SK: xxxxxxxxxxxxxxxx
我会自动保存到安全位置,之后你就可以正常使用所有美图功能了!
⚠️ 安全提示:凭证会保存在本地,不会上传到任何服务器。
See SECURITY.md for full security model.
Key points:
MEITU_OPENAPI_ACCESS_KEY + MEITU_OPENAPI_SECRET_KEY, or ~/.meitu/credentials.json with legacy fallback ~/.openapi/credentials.jsonnpm install -g meitu-cli@latest