Comfy-agent download_video
name: download_video
install
source · Clone the upstream repo
git clone https://github.com/steliosot/comfy-agent
manifest:
skills/infra/download_video/skill.yamlsource content
name: download_video
description: Download generated video outputs from ComfyUI history to local storage.
inputs: video_meta: type: object required: false prompt_id: type: string required: false output_dir: type: string required: false run_id: type: string required: false first_only: type: boolean default: true
outputs: status: type: string run_id: type: string artifacts: type: array downloaded: type: array