meitu-video-dance

meitu-video-dance is a skill for Claude Code, Codex from meitu/meitu-skills. It costs 75 tokens per session (3,790 once invoked), scanned A, a copy of meitu-image-fix, MIT.

A video tool that transfers movements from a reference video onto a person or character image. It is intended for dance, gestures, or other movements when both the image and reference video are provided.

In plain words
What is it for?
Making a photo dance, reproducing gestures, or transferring sports and other movements to a supplied character image.
Why use it?
It avoids having to recreate the same movement manually for a still image. The result is a video of the pictured person or character performing the reference action.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Making a photo dance, reproducing gestures, or transferring sports and other movements to a supplied character image.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/meitu/meitu-skills/meitu-video-dance
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add meitu/meitu-skills --skill meitu-video-dance
Clone the repo
git clone --depth 1 https://github.com/meitu/meitu-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for meitu-video-dance

README.md
[![agentmods](https://agentmods.dev/badge/skills/meitu/meitu-skills/meitu-video-dance/github.svg)](https://agentmods.dev/skills/meitu/meitu-skills/meitu-video-dance)
Your own site
<a href="https://agentmods.dev/skills/meitu/meitu-skills/meitu-video-dance"><img src="https://agentmods.dev/badge/skills/meitu/meitu-skills/meitu-video-dance/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for meitu-video-dance

Your own site · 80×15
<a href="https://agentmods.dev/skills/meitu/meitu-skills/meitu-video-dance"><img src="https://agentmods.dev/badge/skills/meitu/meitu-skills/meitu-video-dance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,790 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 86% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00075 $0.03790
Opus 5 $0.00037 $0.01895
Sonnet 5 $0.00015 $0.00758
Haiku 4.5 $0.00007 $0.00379

Measured 12d ago against content hash 3591675d3fe1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

meitu-video-dance scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

86% identical to meitu-image-fix — 321 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/meitu-video-dance/SKILL.md · 267 lines

How it starts

The opening of the file, as written. The whole thing — 267 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Overview

从一段参考视频中提取动作轨迹,迁移到用户提供的目标人物/角色图片上,生成该角色执行相同动作的视频。核心工具为 meitu video-motion-transfer(异步任务)。

执行前应让用户清楚知道:本 Skill 会读取 Meitu 凭证、调用本地 meitu CLI、将用户提供的人物图片、参考动作视频及相关提示发送到 Meitu OpenAPI 处理,并把结果写入 ./output/$VISUAL/output/meitu-video-dance/。涉及人像与动作素材时,应确认对素材中人物具备处理授权。

Dependencies

  • meitu-cli (>=2.0.6): npm install -g meitu-cli@latest
    • 首选环境变量:MEITU_OPENAPI_ACCESS_KEY / MEITU_OPENAPI_SECRET_KEY
    • 或预置凭证文件:~/.meitu/credentials.json
    • 如需人工初始化本地凭证,可显式执行 meitu config set-ak --value "..." + meitu config set-sk --value "..."(会写入本地文件)
    • 验证: meitu auth verify --json

路径别名: 下文中 $VISUAL = {OPENCLAW_HOME}/workspace/visual/


Core Workflow

Preflight → [Context] → Execute → Refine → Deliver → [Record]

Preflight

  1. meitu --version → 未安装则提示 npm install -g meitu-cli@latest
  2. meitu auth verify --json → 凭证无效则引导配置
  3. Detect mode: cwd has openclaw.yaml → project mode; else → one-off 检查 $VISUAL 目录 → 确定 capabilities can_record = cwd 有 openclaw.yaml AND $VISUAL 存在(两者缺一即 false)
  4. output_dir 解析(Preflight 内 MUST 完成): Resolve output_dir: openclaw.yaml → ./output/ | else → $VISUAL/output/meitu-video-dance/ mkdir -p {output_dir}

Context(项目模式时执行,一次性模式跳过)

mode = one-off → 跳过此步,直接到 Execute。

逐步读取:

  1. 读 DESIGN.md → 提取 Context References(quality, preferences, brand_refs)
  2. 尝试读全局资产:quality.yaml → global.md → scenes/{type}.md(scene 文件来源:从 openclaw.yaml 的 project.types(数组优先)或 project.type 读取类型)
  3. 读不到用内联兜底值(均 skip if missing) → quality forbidden list 过滤 prompt 元素,preferences 增强创意方向

Execute

这是 skill 的核心。 动作迁移的质量 80% 取决于输入素材,15% 取决于 prompt,5% 取决于参数。

1. 收集与验证输入

用户必须提供两项输入:

输入 说明 接受格式
目标人物图片 (image_url) 要"动起来"的角色 URL 或本地路径 (.jpg/.jpeg/.png)
参考动作视频 (video_url) 动作来源 URL 或本地路径 (.mp4/.mov)

输入质量预检 — 在调用 API 前主动评估,避免浪费额度:

对目标图片检查:

  • 全身可见(至少到膝盖,舞蹈类必须含脚部)→ 不满足则提醒用户换图
  • 人物轮廓清晰,不与背景融合 → 背景杂乱建议先用 meitu image-cutout 抠图换干净背景
  • 手部可见且未遮挡面部 → 手遮脸会导致严重伪影
  • 正面或微侧角度(非纯侧面/背面)→ 极端角度生成质量差
  • 分辨率短边 ≥ 300px → 太小则建议先用 meitu image-superres-enhance 提升清晰度
  • 紧身衣物优于宽松衣物 → 宽松衣物(长裙、大衣)模糊关节导致畸变

Read the full file on GitHub · 267 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 267 lines · 75 tokens per session scan A 3591675d3fe1

Subscribe to this mod's changes

meitu-video-dance is a skill published in the GitHub repository meitu/meitu-skills (32 stars, last pushed 15d ago), licensed MIT. It adds 75 tokens to every session and 3,790 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to meitu-image-fix, differing in 321 lines, and is treated as a copy.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens