Comfy-agent download_video
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/infra/download_video" ~/.claude/skills/steliosot-comfy-agent-download-video-d31a14 && rm -rf "$T"
manifest:
skills/infra/download_video/SKILL.mdsource content
download_video
Download generated video outputs from ComfyUI history to local storage.
Usage
python3 skills/infra/download_video/scripts/run.py --args '{"prompt_id":"<id>","run_id":"demo"}' --pretty