Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Pose-conditioned generation on RunComfy via the `runcomfy` CLI. Routes across Kling 2-6 Motion Control Pro / Standard (transfer the motion / blocking of a reference video onto a target character), community Wan 2-2 Animate (audio-driven character animation with pose conditioning), and Z-Image Turbo ControlNet LoRA (pose-conditioned image generation from an OpenPose / DWPose / canny / depth control image). Picks the right route based on video vs still and stylized vs photoreal. Triggers on "contr
.claude/skills/aiskillstore-controlnet-pose/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 271% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 244% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 144% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 114% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 94% | 0% |
Condition image or video generation on a pose, skeleton, or motion reference. This skill routes across the pose-driven Model API endpoints reachable today and points the agent at ComfyUI workflows for richer ControlNet rigs.
runcomfy.com · Kling motion control · CLI docs
bash# 1. Install (see runcomfy-cli skill for details) npm i -g @runcomfy/cli # or: npx -y @runcomfy/cli --version # 2. Sign in runcomfy login # or in CI: export RUNCOMFY_TOKEN=<token> # 3. Pose-conditioned generate runcomfy run <vendor>/<model> \ --input '{"reference_video_url": "...", "character_image_url": "..."}' \ --output-dir ./out
CLI deep dive: runcomfy-cli skill.
Routes split by video pose-transfer vs image pose-conditioned generation.
Kling 2-6 Motion Control Pro — kling/kling-2-6/motion-control-pro (default for video pose transfer) > Takes a reference performance video + a target character image, produces video of the target performing the reference motion / pose. > Pick for: transferring a source video's motion / blocking onto a new character; dance choreography re-shot; sports motion onto a stylized character. > Avoid for: still-image pose conditioning — use Z-Image ControlNet LoRA.
Kling 2-6 Motion Control Standard — kling/kling-2-6/motion-control-standard > Cheaper Kling Motion Control tier. > Pick for: drafts, iteration on motion-control compositions. > Avoid for: final delivery — use Pro.
Wan 2-2 Animate (video-to-video) — community/wan-2-2-animate/video-to-video > Community-published variant on Wan 2-2. Audio-driven character animation that also accepts pose-style conditioning. > Pick for: stylized character animation, mascot work. > Avoid for: photoreal subjects — use Kling Motion Control.
Z-Image Turbo ControlNet LoRA — tongyi-mai/z-image/turbo/controlnet/lora > Z-Image Turbo with a ControlNet LoRA — feed a control image (pose skeleton, depth map, canny) and a prompt, get a generation conditioned on that control. > Pick for: pose-locked image generation, character in specific stance, depth-locked composition. > Avoid for: complex multi-condition stacks (e.g. pose + depth + reference) — those need a ComfyUI workflow.
Model: kling/kling-2-6/motion-control-pro (or /motion-control-standard) Catalog: motion-control-pro · kling collection
bashruncomfy run kling/kling-2-6/motion-control-pro \ --input '{ "reference_video_url": "https://your-cdn.example/source-performance.mp4", "character_image_url": "https://your-cdn.example/target-character.png" }' \ --output-dir ./out
Model: tongyi-mai/z-image/turbo/controlnet/lora Catalog: Z-Image controlnet LoRA
bashruncomfy run tongyi-mai/z-image/turbo/controlnet/lora \ --input '{ "prompt": "A samurai in battle stance, traditional armor, cherry-blossom forest background, cinematic 35mm", "control_image_url": "https://your-cdn.example/openpose-skeleton.png" }' \ --output-dir ./out
The routes above cover single-condition pose / motion / depth / canny. For multi-condition stacks (e.g. pose + depth + reference image), RunComfy hosts dedicated ComfyUI workflows on runcomfy.com/comfyui-workflows:
| Need | Workflow class | |---|---| | FLUX + multi-condition ControlNet (depth + canny + pose) | comfyui-flux-controlnet-depth-and-canny, flux-dev-controlnet-union-pro-multi-condition | | Pose-driven motion video with VACE | wan-2-2-vace-in-comfyui-pose-driven-motion-video-workflow | | Pose-control lipsync (pose + audio together) | pose-control-lipsync-with-wan2-2-s2v-in-comfyui-audio2video | | Wan 2-2 Animate v2 with pose driving | wan-2-2-animate-v2-in-comfyui-pose-driven-animation-workflow | | OpenPose motion alignment | one-to-all-animation-in-comfyui-openpose-motion-alignment | | Pose-based character animation (Scail) | scail-model-in-comfyui-pose-based-character-animation-workflow |
These are GUI workflows, not CLI endpoints. The CLI can't reach them — open them in the RunComfy ComfyUI cloud.
kling collection — motion control + identity-stable video models/feature/character-swap — Wan 2-2 Animate| code | meaning | |---|---| | 0 | success | | 64 | bad CLI args | | 65 | bad input JSON / schema mismatch | | 69 | upstream 5xx | | 75 | retryable: timeout / 429 | | 77 | not signed in or token rejected |
Full reference: docs.runcomfy.com/cli/troubleshooting.
The skill classifies user intent — video motion transfer vs image pose-conditioned generation — and picks one of the routes above. The CLI POSTs to the Model API, polls request status, and downloads the result into --output-dir.
npm i -g @runcomfy/cli or npx -y @runcomfy/cli. Agents must not pipe an arbitrary remote install script into a shell on the user's behalf.runcomfy login writes the API token to ~/.config/runcomfy/token.json with mode 0600. Set RUNCOMFY_TOKEN env var in CI / containers.--input. The CLI does not shell-expand prompt content. No shell-injection surface.model-api.runcomfy.net and *.runcomfy.net / *.runcomfy.com. No telemetry.Bash(runcomfy *) only.runcomfy-cli — the underlying CLIai-video-generation — general t2v / i2vface-swap — Kling Motion Control overlaps when face is the focusai-avatar-video — Wan 2-2 Animate for stylized character + audioimage-edit — broader image edit| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 5,409 | 3,446 | -36% | 1 | 1 | 0% | 995 | 3,696 | +271% | 0 | 0 | — |
case-02 | fail→pass | 5,752 | 2,780 | -52% | 1 | 1 | 0% | 1,027 | 3,535 | +244% | 0 | 0 | — |
case-03 | fail→pass | 8,013 | 3,061 | -62% | 1 | 1 | 0% | 1,495 | 3,642 | +144% | 0 | 0 | — |
case-04 | fail→pass | 9,297 | 2,568 | -72% | 1 | 1 | 0% | 1,636 | 3,504 | +114% | 0 | 0 | — |
case-05 | fail→pass | 10,380 | 3,312 | -68% | 1 | 1 | 0% | 1,892 | 3,670 | +94% | 0 | 0 | — |
case-06 | fail→pass | 9,782 | 2,876 | -71% | 1 | 1 | 0% | 1,607 | 3,475 | +116% | 0 | 0 | — |
case-07 | fail→pass | 11,022 | 2,664 | -76% | 1 | 1 | 0% | 1,758 | 3,483 | +98% | 0 | 0 | — |
case-12 | pass→pass | 6,483 | 1,917 | -70% | 1 | 1 | 0% | 1,089 | 3,247 | +198% | 0 | 0 | — |
case-08 | fail→pass | 11,618 | 2,986 | -74% | 1 | 1 | 0% | 1,917 | 3,567 | +86% | 0 | 0 | — |
case-09 | fail→pass | 11,603 | 2,582 | -78% | 1 | 1 | 0% | 2,021 | 3,346 | +66% | 0 | 0 | — |
case-10 | pass→pass | 12,444 | 1,397 | -89% | 1 | 1 | 0% | 2,045 | 3,186 | +56% | 0 | 0 | — |
case-11 | pass→pass | 19,805 | 1,773 | -91% | 1 | 1 | 0% | 3,704 | 3,226 | -13% | 0 | 0 | — |
case-22 | fail→pass | 9,718 | 5,013 | -48% | 1 | 1 | 0% | 1,485 | 3,786 | +155% | 0 | 0 | — |
case-13 | pass→pass | 6,950 | 1,323 | -81% | 1 | 1 | 0% | 1,136 | 3,182 | +180% | 0 | 0 | — |
case-14 | fail→pass | 12,226 | 1,658 | -86% | 1 | 1 | 0% | 1,978 | 3,204 | +62% | 0 | 0 | — |
case-15 | pass→pass | 4,113 | 1,790 | -56% | 1 | 1 | 0% | 619 | 3,211 | +419% | 0 | 0 | — |
case-16 | fail→pass | 7,877 | 2,147 | -73% | 1 | 1 | 0% | 1,300 | 3,285 | +153% | 0 | 0 | — |
case-23 | fail→pass | 14,689 | 4,715 | -68% | 1 | 1 | 0% | 2,671 | 3,843 | +44% | 0 | 0 | — |
case-17 | fail→pass | 7,236 | 2,883 | -60% | 1 | 1 | 0% | 1,402 | 3,516 | +151% | 0 | 0 | — |
case-18 | fail→pass | 11,042 | 3,347 | -70% | 1 | 1 | 0% | 1,742 | 3,666 | +110% | 0 | 0 | — |
case-19 | fail→pass | 25,854 | 4,330 | -83% | 1 | 1 | 0% | 2,951 | 3,861 | +31% | 0 | 0 | — |
case-20 | fail→pass | 11,740 | 5,203 | -56% | 1 | 1 | 0% | 2,181 | 3,962 | +82% | 0 | 0 | — |
case-21 | pass→pass | 8,263 | 5,145 | -38% | 1 | 1 | 0% | 1,233 | 3,866 | +214% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted. The headline lift of +74 percentage points is the difference between those two pass rates over the 23 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.