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