Comfy-agent delete_video_job
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/delete_video_job" ~/.claude/skills/steliosot-comfy-agent-delete-video-job && rm -rf "$T"
manifest:
skills/infra/delete_video_job/SKILL.mdsource content
delete_video_job
Delete job by prompt_id from Comfy history.