Comfy-agent generate_video_clip

install
source · Clone the upstream repo
git clone https://github.com/steliosot/comfy-agent
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/steliosot/comfy-agent "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/workflows/video_t2v_i2v_avatar/generate_video_clip" ~/.claude/skills/steliosot-comfy-agent-generate-video-clip && rm -rf "$T"
manifest: skills/workflows/video_t2v_i2v_avatar/generate_video_clip/SKILL.md
source content

generate_video_clip

Generate a WAN 2.1 video clip using EmptyHunyuanLatentVideo and VHS_VideoCombine (video/h264-mp4).

Usage

python3 skills/workflows/generate_video_clip/scripts/run.py --args '{}' --pretty

Pass JSON kwargs for

run(...)
via
--args
:

python3 skills/workflows/generate_video_clip/scripts/run.py --args '{"param":"value"}' --pretty

Inputs / Outputs

  • Inputs follow
    skills/workflows/generate_video_clip/skill.yaml
    .
  • Output is JSON printed to stdout from
    run(...)
    .

Composition

This skill is designed to compose with other single-purpose skills. Use

run_id
and artifact references when chaining.

<!-- AUTO-METADATA-START -->

Routing Metadata

  • Family:
    video_t2v_i2v_avatar
  • Input modalities:
    text_prompt
  • Output modalities:
    application/json
  • Model families:
    other
  • Node count:
    None
  • Complexity score:
    None
  • Resource profile:
    unknown
  • Estimated runtime:
    depends on runtime parameters and server resources
  • Max latent resolution hint:
    None
    x
    None
  • Max sampler steps hint:
    None

Detected Models

  • None detected.

Detected Custom Nodes

  • None detected.

Runtime Warnings

  • Hand-authored skill (no embedded workflow.json); metadata is inferred and may be approximate.
<!-- AUTO-METADATA-END -->